Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
resource/aws_efs_file_system: Refactor tagging to standardized TagRes…
…ource/UntagResource calls, SDK constants, and tests (#11654) Output from acceptance testing in AWS Commercial: ``` --- PASS: TestAccAWSEFSFileSystem_kmsConfigurationWithoutEncryption (25.32s) --- PASS: TestAccAWSEFSFileSystem_pagedTags (45.14s) --- PASS: TestAccAWSEFSFileSystem_ThroughputMode (53.13s) --- PASS: TestAccAWSEFSFileSystem_lifecyclePolicy (67.97s) --- PASS: TestAccAWSEFSFileSystem_basic (70.60s) --- PASS: TestAccAWSEFSFileSystem_kmsKey (75.09s) --- PASS: TestAccAWSEFSFileSystem_lifecyclePolicy_removal (80.93s) --- PASS: TestAccAWSEFSFileSystem_disappears (85.33s) --- PASS: TestAccAWSEFSFileSystem_ProvisionedThroughputInMibps (106.19s) --- PASS: TestAccAWSEFSFileSystem_lifecyclePolicy_update (127.86s) --- PASS: TestAccAWSEFSFileSystem_tags (128.90s) ``` Output from acceptance testing in AWS GovCloud (US) (unrelated test failure fix noted in the review): ``` --- PASS: TestAccAWSEFSFileSystem_kmsConfigurationWithoutEncryption (24.79s) --- FAIL: TestAccAWSEFSFileSystem_basic (27.99s) --- PASS: TestAccAWSEFSFileSystem_disappears (30.58s) --- PASS: TestAccAWSEFSFileSystem_kmsKey (49.76s) --- PASS: TestAccAWSEFSFileSystem_lifecyclePolicy_removal (53.12s) --- PASS: TestAccAWSEFSFileSystem_tags (62.95s) --- PASS: TestAccAWSEFSFileSystem_ProvisionedThroughputInMibps (81.86s) --- PASS: TestAccAWSEFSFileSystem_ThroughputMode (87.62s) --- PASS: TestAccAWSEFSFileSystem_pagedTags (90.78s) --- PASS: TestAccAWSEFSFileSystem_lifecyclePolicy (117.45s) --- PASS: TestAccAWSEFSFileSystem_lifecyclePolicy_update (123.65s) ```
- Loading branch information