-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resource/aws_ec2_tag: Finish implementation
Reference: #8457 Changes: * Use keyvaluetags package where possible * Support import and in-place update of value * Add yellow callout boxes in documentation to disuade usage with parent resources and note lack of ignore_tags usage * Update examples and testing for real-world implementation of EC2 Transit Gateway VPN Attachment tagging Output from acceptance testing: ``` --- PASS: TestAccAWSEc2Tag_Value (489.14s) --- PASS: TestAccAWSEc2Tag_disappears (534.08s) --- PASS: TestAccAWSEc2Tag_basic (538.95s) ```
- Loading branch information
Showing
4 changed files
with
229 additions
and
115 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
Oops, something went wrong.