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

private_dns_zone example error #2031

Open
sgr-smile2015 opened this issue Aug 8, 2023 · 0 comments
Open

private_dns_zone example error #2031

sgr-smile2015 opened this issue Aug 8, 2023 · 0 comments
Labels

Comments

@sgr-smile2015
Copy link

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:

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

No branches or pull requests

1 participant