-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
[WIP] r/aws_opsworks_stack: Use correct region for ARN when updating tags #11849
Conversation
@@ -359,6 +361,43 @@ func testAccOrganizationsAccountPreCheck(t *testing.T) { | |||
t.Skip("skipping tests; this AWS account must not be an existing member of an AWS Organization") | |||
} | |||
|
|||
// testAccPreCheckHasDefaultVpc checks that the test region has a default VPC. | |||
func testAccPreCheckHasDefaultVpc(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copied from #11126.
TODOWork out how to do hard-coded |
@@ -401,8 +400,6 @@ func opsworksConnForRegion(region string, meta interface{}) (*opsworks.OpsWorks, | |||
return nil, fmt.Errorf("Error creating AWS session: %s", err) | |||
} | |||
|
|||
sess.Handlers.Build.PushBack(request.MakeAddToUserAgentHandler("APN/1.0 HashiCorp/1.0 Terraform", meta.(*AWSClient).terraformVersion)) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
User agent configuration is in originalConn.Config
.
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
Closes #6381.
Release note for CHANGELOG:
Output from acceptance testing:
TODO