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
terraform apply --auto-approve
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
+ create
Terraform will perform the following actions:
# aws_dx_transit_virtual_interface.example will be created
+ resource "aws_dx_transit_virtual_interface" "example" {
+ address_family = "ipv4"
+ amazon_address = (known after apply)
+ amazon_side_asn = (known after apply)
+ arn = (known after apply)
+ aws_device = (known after apply)
+ bgp_asn = 4200000000
+ bgp_auth_key = (known after apply)
+ connection_id = ***
+ customer_address = (known after apply)
+ dx_gateway_id = ***
+ id = (known after apply)
+ jumbo_frame_capable = (known after apply)
+ mtu = 1500
+ name = "tf-transit-vif-tmp"
+ tags_all = (known after apply)
+ vlan = 100
}
Plan: 1 to add, 0 to change, 0 to destroy.
aws_dx_transit_virtual_interface.example: Creating...
╷
│ Error: creating Direct Connect Transit Virtual Interface: operation error Direct Connect: CreateTransitVirtualInterface, https response error StatusCode: 400, RequestID: 9661b9f4-a7d4-4f85-918a-ca0121319b86, DirectConnectClientException: BGP ASN -94967296 must have value greater than or equal to 1
│
│ with aws_dx_transit_virtual_interface.example,
│ on tmp.tf line 1, in resource "aws_dx_transit_virtual_interface" "example":
│ 1: resource "aws_dx_transit_virtual_interface" "example" {
│
Expected Behavior
A Direct Connect Transit virtual interface should be created using a 32-bit ASN
Actual Behavior
An error occurs: Error: creating Direct Connect Transit Virtual Interface: operation error Direct Connect: CreateTransitVirtualInterface, https response error StatusCode: 400, RequestID: 9661b9f4-a7d4-4f85-918a-ca0121319b86, DirectConnectClientException: BGP ASN -94967296 must have value greater than or equal to 1
Steps to Reproduce
terraform init
terraform apply
Additional Context
No response
References
No response
Generative AI / LLM assisted development?
No response
The text was updated successfully, but these errors were encountered:
This appears to be an issue or question with the AWS provider, not with Terraform itself. You can see existing issues and file a new one in their repository here: https://github.com/terraform-providers/terraform-provider-aws/issues. If you have questions about Terraform or the AWS provider, it's better to use the community forum where there are more people ready to help. The GitHub issues here are monitored only by a few core maintainers.
Terraform Version
Terraform Configuration Files
Debug Output
Expected Behavior
A Direct Connect Transit virtual interface should be created using a 32-bit ASN
Actual Behavior
An error occurs: Error: creating Direct Connect Transit Virtual Interface: operation error Direct Connect: CreateTransitVirtualInterface, https response error StatusCode: 400, RequestID: 9661b9f4-a7d4-4f85-918a-ca0121319b86, DirectConnectClientException: BGP ASN -94967296 must have value greater than or equal to 1
Steps to Reproduce
terraform init
terraform apply
Additional Context
No response
References
No response
Generative AI / LLM assisted development?
No response
The text was updated successfully, but these errors were encountered: