Terraform-provider-aws: Transit Gateway multicast support

Created on 3 Dec 2019  路  2Comments  路  Source: hashicorp/terraform-provider-aws

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

Description

AWS Transit Gateway now supports routing internet protocol (IP) multicast traffic between attached Amazon Virtual Private Cloud (VPC) connections.

New or Affected Resource(s)

  • aws_ec2_transit_gateway_multicast_domain

Potential Terraform Configuration

# Copy-paste your Terraform configurations here - for large Terraform configs,
# please use a service like Dropbox and share a link to the ZIP file. For
# security, you can also encrypt the files using our GPG public key.

References

Announcement.
Blog post.

Requires AWS SDK v1.25.46:

new-resource servicec2

Most helpful comment

If anyone is interested in this feature, I believe my PR is ready for review now. https://github.com/terraform-providers/terraform-provider-aws/pull/11474

All 2 comments

Here is an example / use case configuration: https://gist.github.com/windy1/61b0b0ec4e21748cf9dfa1b5f110ee25

Doesn't seem like it would be that much work, but I've never contributed to Terraform before. Be happy to look into it if someone else doesn't pick this up soon.

Additional resources will also be required I think:

  • aws_ec2_transit_gateway_multicast_domain_association
  • aws_ec2_transit_gateway_multicast_domain_group

Although that's starting to get a bit long-winded 馃ぃ

If anyone is interested in this feature, I believe my PR is ready for review now. https://github.com/terraform-providers/terraform-provider-aws/pull/11474

Was this page helpful?
0 / 5 - 0 ratings