ucloud/terraform-provider-ucloud

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

hanyouqing opened this issue · 1 comments

The expected demo of tag just looks like:

resource "ucloud_instance" "web" {
    ....
    tags = {
        createby = terraform
        service = web
        team = backend
        owner = zhangsan
    }
}

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