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

aws_organizations_organization: enable TAG_Policy for enabled_policy_types #11202

Closed
GeorgeShort opened this issue Dec 9, 2019 · 4 comments
Closed
Labels
enhancement Requests to existing resources that expand the functionality or scope. good first issue Call to action for new contributors looking for a place to start. Smaller or straightforward issues. service/organizations Issues and PRs that pertain to the organizations service.
Milestone

Comments

@GeorgeShort
Copy link

GeorgeShort commented Dec 9, 2019

When trying to create an aws_organizations_organization with below configuration:

resource "aws_organizations_organization" "org" {
aws_service_access_principals = [
"tagpolicies.tag.amazonaws.com"
]

feature_set = "ALL"

aws_service_access_principals = ["SERVICE_CONTROL_POLICY", "TAG_POLICY"]
}

Error:
expected enabled_policy_types.0 to be one of [SERVICE_CONTROL_POLICY], got TAG_POLICY

API Reference:
https://docs.aws.amazon.com/organizations/latest/APIReference/API_EnablePolicyType.html

@ghost ghost added the service/organizations Issues and PRs that pertain to the organizations service. label Dec 9, 2019
@github-actions github-actions bot added the needs-triage Waiting for first response or review from a maintainer. label Dec 9, 2019
@bflad bflad added enhancement Requests to existing resources that expand the functionality or scope. and removed needs-triage Waiting for first response or review from a maintainer. labels Dec 9, 2019
@bflad
Copy link
Contributor

bflad commented Dec 9, 2019

Related feature request to track aws_organizations_policy resource support for TAG_POLICY as valid type value: #11032

@bflad bflad added the good first issue Call to action for new contributors looking for a place to start. Smaller or straightforward issues. label Dec 9, 2019
@bflad bflad added this to the v2.46.0 milestone Jan 17, 2020
@bflad
Copy link
Contributor

bflad commented Jan 17, 2020

Support for TAG_POLICY in the aws_organizations_organization resource has been merged and will release with version 2.46.0 of the Terraform AWS Provider, Thursday next week. Thanks to @nikolaifa for the implementation. 👍

@bflad bflad closed this as completed Jan 17, 2020
@ghost
Copy link

ghost commented Jan 23, 2020

This has been released in version 2.46.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!

@ghost
Copy link

ghost commented Feb 16, 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 Feb 16, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement Requests to existing resources that expand the functionality or scope. good first issue Call to action for new contributors looking for a place to start. Smaller or straightforward issues. service/organizations Issues and PRs that pertain to the organizations service.
Projects
None yet
Development

No branches or pull requests

2 participants