aws_organizations_organization: enable TAG_Policy for enabled_policy_types #11202
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
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
The text was updated successfully, but these errors were encountered: