@@ -108,10 +108,6 @@ module "github_terraform_aws_ou_scp" {
108108| ------| ---------|
109109| aws | >= 3.0 |
110110
111- ## Modules
112-
113- No modules.
114-
115111## Resources
116112
117113| Name | Type |
@@ -125,30 +121,26 @@ No modules.
125121
126122| Name | Description | Type | Default | Required |
127123| ------| -------------| ------| ---------| :--------:|
128- | allowed \_ ec2 \_ instance \_ types | EC2 instances types allowed for use | ` list(string) ` | ``` [ "" ] ``` | no |
129- | allowed \_ regions | AWS Regions allowed for use (for use with the restrict regions SCP) | ` list(string) ` | ``` [ "" ] ``` | no |
130- | deny \_ all | If false, create a combined policy. If true, deny all access | ` bool ` | ` false ` | no |
131- | deny \_ creating \_ iam \_ users | DenyCreatingIAMUsers in the OU policy. | ` bool ` | ` false ` | no |
132- | deny \_ deleting \_ cloudwatch \_ logs | DenyDeletingCloudwatchLogs in the OU policy. | ` bool ` | ` false ` | no |
133- | deny \_ deleting \_ kms \_ keys | DenyDeletingKMSKeys in the OU policy. | ` bool ` | ` false ` | no |
134- | deny \_ deleting \_ route53 \_ zones | DenyDeletingRoute53Zones in the OU policy. | ` bool ` | ` false ` | no |
135- | deny \_ leaving \_ orgs | DenyLeavingOrgs in the OU policy. | ` bool ` | ` false ` | no |
136- | deny \_ root \_ account | DenyRootAccount in the OU policy. | ` bool ` | ` false ` | no |
137- | deny \_ s3 \_ bucket \_ public \_ access \_ resources | S3 bucket resource ARNs to block public access | ` list(string) ` | ``` [ "" ] ``` | no |
138- | deny \_ s3 \_ buckets \_ public \_ access | DenyS3BucketsPublicAccess in the OU policy. | ` bool ` | ` false ` | no |
139- | limit \_ ec2 \_ instance \_ types | LimitEC2InstanceTypes in the OU policy. | ` bool ` | ` false ` | no |
140- | limit \_ regions | LimitRegions in the OU policy. | ` bool ` | ` false ` | no |
141- | protect \_ iam \_ role \_ resources | IAM role resource ARNs to protect from modification and deletion | ` list(string) ` | ``` [ "" ] ``` | no |
142- | protect \_ iam \_ roles | ProtectIAMRoles in the OU policy. | ` bool ` | ` false ` | no |
143- | protect \_ s3 \_ bucket \_ resources | S3 bucket resource ARNs to protect from bucket and object deletion | ` list(string) ` | ``` [ "" ] ``` | no |
144- | protect \_ s3 \_ buckets | ProtectS3Buckets in the OU policy. | ` bool ` | ` false ` | no |
145- | require \_ s3 \_ encryption | DenyIncorrectEncryptionHeader and DenyUnEncryptedObjectUploads in the OU policy | ` bool ` | ` false ` | no |
124+ | allowed_ec2_instance_types | EC2 instances types allowed for use | ` list(string) ` | ``` [ "" ] ``` | no |
125+ | allowed_regions | AWS Regions allowed for use (for use with the restrict regions SCP) | ` list(string) ` | ``` [ "" ] ``` | no |
126+ | deny_all | If false, create a combined policy. If true, deny all access | ` bool ` | ` false ` | no |
127+ | deny_creating_iam_users | DenyCreatingIAMUsers in the OU policy. | ` bool ` | ` false ` | no |
128+ | deny_deleting_cloudwatch_logs | DenyDeletingCloudwatchLogs in the OU policy. | ` bool ` | ` false ` | no |
129+ | deny_deleting_kms_keys | DenyDeletingKMSKeys in the OU policy. | ` bool ` | ` false ` | no |
130+ | deny_deleting_route53_zones | DenyDeletingRoute53Zones in the OU policy. | ` bool ` | ` false ` | no |
131+ | deny_leaving_orgs | DenyLeavingOrgs in the OU policy. | ` bool ` | ` false ` | no |
132+ | deny_root_account | DenyRootAccount in the OU policy. | ` bool ` | ` false ` | no |
133+ | deny_s3_bucket_public_access_resources | S3 bucket resource ARNs to block public access | ` list(string) ` | ``` [ "" ] ``` | no |
134+ | deny_s3_buckets_public_access | DenyS3BucketsPublicAccess in the OU policy. | ` bool ` | ` false ` | no |
135+ | limit_ec2_instance_types | LimitEC2InstanceTypes in the OU policy. | ` bool ` | ` false ` | no |
136+ | limit_regions | LimitRegions in the OU policy. | ` bool ` | ` false ` | no |
137+ | protect_iam_role_resources | IAM role resource ARNs to protect from modification and deletion | ` list(string) ` | ``` [ "" ] ``` | no |
138+ | protect_iam_roles | ProtectIAMRoles in the OU policy. | ` bool ` | ` false ` | no |
139+ | protect_s3_bucket_resources | S3 bucket resource ARNs to protect from bucket and object deletion | ` list(string) ` | ``` [ "" ] ``` | no |
140+ | protect_s3_buckets | ProtectS3Buckets in the OU policy. | ` bool ` | ` false ` | no |
141+ | require_s3_encryption | DenyIncorrectEncryptionHeader and DenyUnEncryptedObjectUploads in the OU policy | ` bool ` | ` false ` | no |
146142| tags | Tags applied to the SCP policy | ` map(string) ` | ` {} ` | no |
147143| target | OU resource to attach SCP | ``` object({ name = string id = string }) ``` | n/a | yes |
148-
149- ## Outputs
150-
151- No outputs.
152144<!-- END_TF_DOCS -->
153145
154146## Developer Setup
0 commit comments