hashicorp / terraform-provider-aws

The AWS Provider enables Terraform to manage AWS resources.
https://registry.terraform.io/providers/hashicorp/aws
Mozilla Public License 2.0
9.62k stars 9k forks source link

[Enhancement]: AWS IPAM BYOASN #34619

Open drewmullen opened 7 months ago

drewmullen commented 7 months ago

Description

AWS Announced BYO ASN as a feature of AWS IPAM.

These resources also require advertising byoip cidrs which is part of feature request: https://github.com/hashicorp/terraform-provider-aws/issues/17425

Affected Resource(s) and/or Data Source(s)

Potential Terraform Configuration

resource aws_vpc_ipam_byosan main {
  ipam_id = ""
  asn     = ""
  asn_authorization_context {
    message   = ""
    signature = ""
  }
}

resource aws_vpc_ipam_byosan_association m {
  asn  = ""
  cidr = ""
}

References

Would you like to implement a fix?

None

github-actions[bot] commented 7 months ago

Community Note

Voting for Prioritization

Volunteering to Work on This Issue