-
Notifications
You must be signed in to change notification settings - Fork 9.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
tests/service/rds: Remove hardcoded us-east-1 environment variable handling #15973
Conversation
…ndling Reference: #8316 Reference: #15791 Previously in AWS Commercial: ``` === CONT TestAccAWSDBInstance_ec2Classic TestAccAWSDBInstance_ec2Classic: resource_aws_db_instance_test.go:2242: Step 1/1 error: Error running apply: 2020/11/02 10:23:21 [DEBUG] Using modified User-Agent: Terraform/0.12.29 HashiCorp-terraform-exec/0.10.0 Error: Error creating DB Instance: InsufficientDBInstanceCapacity: Cannot create a db.t3.micro database instance because there are no availability zones with sufficient capacity for non-VPC and storage type : standard for db.t3.micro. Please try the request again at a later time. status code: 400, request id: cb437def-f533-4894-874a-235bef9fe874 --- FAIL: TestAccAWSDBInstance_ec2Classic (11.36s) ``` Previously in AWS GovCloud (US): ``` === CONT TestAccAWSDbInstanceDataSource_ec2Classic TestAccAWSDbInstanceDataSource_ec2Classic: provider_test.go:196: [{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: 4f3cfbfa-bc43-46bd-8834-5eeb10cc4fc9 []}] --- FAIL: TestAccAWSDbInstanceDataSource_ec2Classic (0.49s) === CONT TestAccAWSDBInstance_ec2Classic TestAccAWSDBInstance_ec2Classic: provider_test.go:196: [{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: 2af3b934-784b-43e5-8e67-38b7b7333b94 []}] --- FAIL: TestAccAWSDBInstance_ec2Classic (0.38s) === CONT TestAccAWSDBSecurityGroup_basic TestAccAWSDBSecurityGroup_basic: provider_test.go:196: [{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: 2ac5b1af-30f7-4c64-81d8-0cf983ce035b []}] --- FAIL: TestAccAWSDBSecurityGroup_basic (0.33s) ``` Output from acceptance testing in AWS Commercial: ``` --- PASS: TestAccAWSDbInstanceDataSource_ec2Classic (452.57s) --- PASS: TestAccAWSDBInstance_ec2Classic (496.81s) --- PASS: TestAccAWSDBSecurityGroup_basic (35.95s) ``` Output from acceptance testing in AWS GovCloud (US): ``` --- SKIP: TestAccAWSDbInstanceDataSource_ec2Classic (2.84s) --- SKIP: TestAccAWSDBInstance_ec2Classic (2.81s) --- SKIP: TestAccAWSDBSecurityGroup_basic (2.72s) ```
Ut-oh. Commercial (main & alt):
|
This has been released in version 3.14.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. Thanks! |
Community Note
Reference: #8316
Reference: #15791
Release note for CHANGELOG:
Previously in AWS Commercial:
Previously in AWS GovCloud (US):
Output from acceptance testing in AWS Commercial:
Output from acceptance testing in AWS GovCloud (US):