Skip to content
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

Closed
wants to merge 1 commit into from

Conversation

ewbankkit
Copy link
Contributor

Community Note

  • Please vote on this pull request by adding a 👍 reaction to the original pull request comment to help the community and maintainers prioritize this request
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for pull request followers and do not help prioritize the request

Closes #6381.

Release note for CHANGELOG:

resource/aws_opsworks_stack: Use correct region for ARN when updating tags

Output from acceptance testing:

TODO

@ewbankkit ewbankkit requested a review from a team February 1, 2020 22:22
@ghost ghost added needs-triage Waiting for first response or review from a maintainer. size/XXL Managed by automation to categorize the size of a PR. service/opsworks Issues and PRs that pertain to the opsworks service. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure. labels Feb 1, 2020
@@ -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) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copied from #11126.

@ewbankkit
Copy link
Contributor Author

TODO

Work out how to do hard-coded us-east-1 provider: #8316.

@@ -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))
Copy link
Contributor Author

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.

@ghost
Copy link

ghost commented May 29, 2020

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!

@ghost ghost locked and limited conversation to collaborators May 29, 2020
@breathingdust breathingdust removed the needs-triage Waiting for first response or review from a maintainer. label Sep 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
service/opsworks Issues and PRs that pertain to the opsworks service. size/XXL Managed by automation to categorize the size of a PR. tests PRs: expanded test coverage. Issues: expanded coverage, enhancements to test infrastructure.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error when creating aws_opsworks_stack with tags and provider for a different region
2 participants