We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Terraform v1.5.7 on darwin_arm64
resource "tencentcloud_dc_gateway_ccn_route" "dx" { for_each = { for v in local.ROUTES : v => v } dcg_id = local.DCG cidr_block = each.value }
https://gist.github.com/HuanMeng0/965be32ba6f708ee4803ac5f80cf600f
the provider can create "tencentcloud_dc_gateway_ccn_route" correctly.
API Server said "The parameter ASPath's value [] is invalid"
ASPath
[]
just create tencentcloud_dc_gateway_ccn_route resource.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Community Note
Terraform Version
Terraform v1.5.7
on darwin_arm64
Affected Resource(s)
Terraform Configuration Files
Debug Output
https://gist.github.com/HuanMeng0/965be32ba6f708ee4803ac5f80cf600f
Panic Output
Expected Behavior
the provider can create "tencentcloud_dc_gateway_ccn_route" correctly.
Actual Behavior
API Server said "The parameter
ASPath
's value[]
is invalid"Steps to Reproduce
just create tencentcloud_dc_gateway_ccn_route resource.
Important Factoids
References
The text was updated successfully, but these errors were encountered: