-
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.
tests/service/elasticache: Remove hardcoded us-east-1 handling (#16034)
Reference: #8316 Reference: #15737 Reference: #15791 Previously in AWS GovCloud (US): ``` === RUN TestAccAWSElasticacheCluster_SecurityGroup_Ec2Classic TestAccAWSElasticacheCluster_SecurityGroup_Ec2Classic: provider_test.go:184: [{0 error configuring Terraform AWS Provider: error validating provider credentials: error calling sts:GetCallerIdentity: InvalidClientTokenId: The security token included in the request is invalid. status code: 403, request id: 9df5bb8f-fad4-4e95-9262-c306e610a3cf []}] --- FAIL: TestAccAWSElasticacheCluster_SecurityGroup_Ec2Classic (0.32s) === CONT TestAccAWSElasticacheSecurityGroup_basic TestAccAWSElasticacheSecurityGroup_basic: provider_test.go:184: [{0 error configuring Terraform AWS Provider: error validating provider credentials: error calling sts:GetCallerIdentity: InvalidClientTokenId: The security token included in the request is invalid. status code: 403, request id: 925ee8e0-4c50-4e40-a1aa-115a09a1603c []}] --- FAIL: TestAccAWSElasticacheSecurityGroup_basic (0.43s) ``` Output from acceptance testing in AWS Commercial: ``` --- PASS: TestAccAWSElasticacheCluster_SecurityGroup_Ec2Classic (533.02s) --- PASS: TestAccAWSElasticacheSecurityGroup_basic (13.61s) ``` Output from acceptance testing in AWS GovCloud (US): ``` --- SKIP: TestAccAWSElasticacheCluster_SecurityGroup_Ec2Classic (3.28s) --- SKIP: TestAccAWSElasticacheSecurityGroup_basic (2.85s) ```
- Loading branch information
Showing
2 changed files
with
67 additions
and
38 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