You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 👍.
│ 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:
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:
The text was updated successfully, but these errors were encountered: