10000 private_dns_zone example error · Issue #2031 · tencentcloudstack/terraform-provider-tencentcloud · GitHub
[go: up one dir, main page]

Skip to content
private_dns_zone example error #2031
Open
@sgr-smile2015

Description

@sgr-smile2015

Issues on GitHub are intended to be related to bugs or feature requests with provider codebase,
so we recommend using our other community resources instead of asking here 👍.

https://registry.terraform.io/providers/tencentcloudstack/tencentcloud/latest/docs/resources/private_dns_zone
terraform {
required_providers {
tencentcloud = {
source = "tencentcloudstack/tencentcloud"
version = "1.81.19"
}
}
}

tags {
"created_by" : "terraform"
}

│ Error: Invalid argument name

│ on main.tf line 20, in resource "tencentcloud_private_dns_zone" "this":
│ 20: "created_by": "terraform"

│ Argument names must not be quoted.

tags = {
"created_by" = "terraform"
}

If you have a support request or question please submit them to one of these resources:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0