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

Failed to create tencentcloud_dc_gateway_ccn_route resource #2145

Open
HuanMeng0 opened this issue Sep 22, 2023 · 0 comments
Open

Failed to create tencentcloud_dc_gateway_ccn_route resource #2145

HuanMeng0 opened this issue Sep 22, 2023 · 0 comments

Comments

@HuanMeng0
Copy link

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform Version

Terraform v1.5.7
on darwin_arm64

  • provider registry.terraform.io/tencentcloudstack/tencentcloud v1.81.28

Affected Resource(s)

  • tencentcloud_dc_gateway_ccn_route

Terraform Configuration Files

resource "tencentcloud_dc_gateway_ccn_route" "dx" {
  for_each = {
    for v in local.ROUTES : v => v
  }
  dcg_id     = local.DCG
  cidr_block = each.value
}

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

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

No branches or pull requests

1 participant