Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The data type of tag is string while map is expected. #75

Open
hanyouqing opened this issue Sep 3, 2020 · 1 comment
Open

The data type of tag is string while map is expected. #75

hanyouqing opened this issue Sep 3, 2020 · 1 comment

Comments

@hanyouqing
Copy link

The expected demo of tag just looks like:

resource "ucloud_instance" "web" {
    ....
    tags = {
        createby = terraform
        service = web
        team = backend
        owner = zhangsan
    }
}
@shawnmssu
Copy link
Collaborator

Our tag is also under revision. In the future, the tag will support the form of maps and access IAM authority management.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants