-
Notifications
You must be signed in to change notification settings - Fork 9.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
service/ec2: Support additional tag on create resources (#14501)
* vpc resource tags on create + align test with contrib guide * customer gateway resource tags on create * vpn connection resource tags on create * vpn gateway resource tags on create * spot instance request resource tags on create + test * dhcp options resource tags on create * route table resource tags on create + tags test * security group resource tags on create + test * vpc basic check for empty tags * network acl resource tags on create + test * route table empty tag test * IGW resource tags on create + test * Egress Only IGW resource tags on create + test * vpc peering connection resource tags on create + test * spot instance resource tags on create + test * ENI resource tags on create + test * subent tag on create + test * subent tag on create + test * use `testAccAvailableAZsNoOptInConfig()`` * docs for spot instance tags * Update aws/resource_aws_subnet_test.go Co-authored-by: Brian Flad <bflad417@gmail.com> * Update website/docs/r/spot_instance_request.html.markdown Co-authored-by: Brian Flad <bflad417@gmail.com> Co-authored-by: Brian Flad <bflad417@gmail.com>
- Loading branch information
Showing
26 changed files
with
649 additions
and
241 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.