Open
Description
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:
- HashiCorp Community Forum
- HashiCorp support (Terraform Enterprise customers)