热门标签 | HotTags
当前位置:  开发笔记 > 编程语言 > 正文

aws_organizations_organization:enableTAG_Policyforenabled_policy_types

Whentryingtocreateanaws_organizations_organizationwithbelowconfiguration:

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

该提问来源于开源项目:hashicorp/terraform-provider-aws

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!


推荐阅读
author-avatar
女女的家_747
这个家伙很懒,什么也没留下!
PHP1.CN | 中国最专业的PHP中文社区 | DevBox开发工具箱 | json解析格式化 |PHP资讯 | PHP教程 | 数据库技术 | 服务器技术 | 前端开发技术 | PHP框架 | 开发工具 | 在线工具
Copyright © 1998 - 2020 PHP1.CN. All Rights Reserved | 京公网安备 11010802041100号 | 京ICP备19059560号-4 | PHP1.CN 第一PHP社区 版权所有