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

Various EC2 resources: Tag-on-create #14011

Closed
ewbankkit opened this issue Jul 1, 2020 · 4 comments · Fixed by #14501
Closed

Various EC2 resources: Tag-on-create #14011

ewbankkit opened this issue Jul 1, 2020 · 4 comments · Fixed by #14501
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/ec2 Issues and PRs that pertain to the ec2 service.
Milestone

Comments

@ewbankkit
Copy link
Contributor

ewbankkit commented Jul 1, 2020

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 other comments that do not add relevant new information or questions, 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

2020-06-30

Added support for tag-on-create for CreateVpc, CreateEgressOnlyInternetGateway, CreateSecurityGroup, CreateSubnet, CreateNetworkInterface, CreateNetworkAcl, CreateDhcpOptions and CreateInternetGateway. You can now specify tags when creating any of these resources.

2020-07-20

Added support for tag-on-create for CreateVpcPeeringConnection and CreateRouteTable. You can now specify tags when creating any of these resources.

2020-07-28

Introduces support for tag-on-create capability for the following APIs: CreateVpnConnection, CreateVpnGateway, and CreateCustomerGateway.

New or Affected Resource(s)

2020-06-30
  • aws_vpc
  • aws_egress_only_internet_gateway
  • aws_security_group
  • aws_subnet
  • aws_network_interface
  • aws_network_acl
  • aws_vpc_dhcp_options
  • aws_internet_gateway
2020-07-20
  • aws_route_table
  • aws_vpc_peering_connection
  • aws_vpc_peering_connection_accepter
2020-07-28
  • aws_customer_gateway
  • aws_vpn_connection
  • aws_vpn_gateway

References

Announcement.
Announcement for Site-to-Site VPN resources.

2020-06-30

Requires AWS SDK v1.32.13:

2020-07-20

Requires AWS SDK v1.33.8:

2020-07-28

Requires AWS SDK v1.33.14:

@ewbankkit ewbankkit added the enhancement Requests to existing resources that expand the functionality or scope. label Jul 1, 2020
@ghost ghost added the service/ec2 Issues and PRs that pertain to the ec2 service. label Jul 1, 2020
@ewbankkit ewbankkit changed the title r/aws_vpc, r/aws_egress_only_internet_gateway, r/aws_security_group, r/aws_subnet, r/aws_network_interface, r/aws_network_acl, r/aws_vpc_dhcp_options & r/aws_internet_gateway: Tag-on-create Various EC2 resources: Tag-on-create Jul 21, 2020
@Firefishy
Copy link

#14114 is likely a related ticket.

@bflad
Copy link
Contributor

bflad commented Aug 19, 2020

Support for these has been merged and will release with version 3.3.0 of the Terraform AWS Provider, likely tomorrow. 👍

@ghost
Copy link

ghost commented Aug 20, 2020

This has been released in version 3.3.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks!

@ghost
Copy link

ghost commented Sep 19, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks!

@ghost ghost locked and limited conversation to collaborators Sep 19, 2020
@DrFaust92 DrFaust92 removed their assignment Mar 26, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. service/ec2 Issues and PRs that pertain to the ec2 service.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants