-
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.
tests/resource/aws_security_group: Remove hardcoded us-east-1 handling (
#16036) Reference: #8316 Reference: #15737 Reference: #15791 Previously in AWS GovCloud (US): ``` === RUN TestAccAWSSecurityGroup_defaultEgressClassic TestAccAWSSecurityGroup_defaultEgressClassic: 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: 80bb55a7-5ac8-46b6-8c39-cf4f09bb4cd5 []}] --- FAIL: TestAccAWSSecurityGroup_defaultEgressClassic (0.50s) === RUN TestAccAWSSecurityGroup_ingressWithCidrAndSGsClassic TestAccAWSSecurityGroup_ingressWithCidrAndSGsClassic: 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: 9909088a-dd37-40db-8774-2ea613dd1b3d []}] --- FAIL: TestAccAWSSecurityGroup_ingressWithCidrAndSGsClassic (0.50s) ``` Output from acceptance testing in AWS Commercial: ``` --- PASS: TestAccAWSSecurityGroup_defaultEgressClassic (12.50s) --- PASS: TestAccAWSSecurityGroup_ingressWithCidrAndSGsClassic (14.84s) ``` Output from acceptance testing in AWS GovCloud (US): ``` --- SKIP: TestAccAWSSecurityGroup_defaultEgressClassic (2.90s) --- SKIP: TestAccAWSSecurityGroup_ingressWithCidrAndSGsClassic (2.90s) ```
- Loading branch information
Showing
1 changed file
with
98 additions
and
29 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