diff --git a/README.md b/README.md index 919be28..237f197 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ components: | [archive\_bucket](#module\_archive\_bucket) | cloudposse/s3-bucket/aws | 4.10.0 | | [bucket\_policy](#module\_bucket\_policy) | cloudposse/iam-policy/aws | 2.0.2 | | [cloudtrail](#module\_cloudtrail) | cloudposse/cloudtrail/aws | 0.24.0 | -| [cloudtrail\_label](#module\_cloudtrail\_label) | cloudposse/label/null | 0.25.0 | +| [cloudtrail\_bucket\_label](#module\_cloudtrail\_bucket\_label) | cloudposse/label/null | 0.25.0 | | [cloudtrail\_s3\_bucket](#module\_cloudtrail\_s3\_bucket) | cloudposse/s3-bucket/aws | 4.10.0 | | [datadog\_configuration](#module\_datadog\_configuration) | github.com/cloudposse-terraform-components/aws-datadog-credentials//src/modules/datadog_keys | v1.535.11 | | [iam\_roles](#module\_iam\_roles) | github.com/cloudposse-terraform-components/aws-account-map//src/modules/iam-roles | v1.536.0 | @@ -187,7 +187,7 @@ components: | [object\_lock\_days\_cloudtrail](#input\_object\_lock\_days\_cloudtrail) | Object lock duration for cloudtrail buckets in days | `number` | `7` | no | | [object\_lock\_mode\_archive](#input\_object\_lock\_mode\_archive) | Object lock mode for archive bucket. Possible values are COMPLIANCE or GOVERNANCE | `string` | `"COMPLIANCE"` | no | | [object\_lock\_mode\_cloudtrail](#input\_object\_lock\_mode\_cloudtrail) | Object lock mode for cloudtrail bucket. Possible values are COMPLIANCE or GOVERNANCE | `string` | `"COMPLIANCE"` | no | -| [query\_override](#input\_query\_override) | Override query for datadog archive. If null would be used query 'env:{stage} OR account:{aws account id} OR {additional\_query\_tags}' | `string` | n/a | yes | +| [query\_override](#input\_query\_override) | Override query for datadog archive. If null would be used query 'env:{stage} OR account:{aws account id} OR {additional\_query\_tags}' | `string` | `null` | no | | [regex\_replace\_chars](#input\_regex\_replace\_chars) | Terraform regular expression (regex) string.
Characters matching the regex will be removed from the ID elements.
If not set, `"/[^a-zA-Z0-9-]/"` is used to remove all characters other than hyphens, letters and digits. | `string` | `null` | no | | [region](#input\_region) | AWS Region | `string` | n/a | yes | | [s3\_force\_destroy](#input\_s3\_force\_destroy) | Set to true to delete non-empty buckets when enabled is set to false | `bool` | `false` | no | diff --git a/src/README.md b/src/README.md index e3ff031..2f5d137 100644 --- a/src/README.md +++ b/src/README.md @@ -90,7 +90,7 @@ components: | [archive\_bucket](#module\_archive\_bucket) | cloudposse/s3-bucket/aws | 4.10.0 | | [bucket\_policy](#module\_bucket\_policy) | cloudposse/iam-policy/aws | 2.0.2 | | [cloudtrail](#module\_cloudtrail) | cloudposse/cloudtrail/aws | 0.24.0 | -| [cloudtrail\_label](#module\_cloudtrail\_label) | cloudposse/label/null | 0.25.0 | +| [cloudtrail\_bucket\_label](#module\_cloudtrail\_bucket\_label) | cloudposse/label/null | 0.25.0 | | [cloudtrail\_s3\_bucket](#module\_cloudtrail\_s3\_bucket) | cloudposse/s3-bucket/aws | 4.10.0 | | [datadog\_configuration](#module\_datadog\_configuration) | github.com/cloudposse-terraform-components/aws-datadog-credentials//src/modules/datadog_keys | v1.535.11 | | [iam\_roles](#module\_iam\_roles) | github.com/cloudposse-terraform-components/aws-account-map//src/modules/iam-roles | v1.536.0 | @@ -136,7 +136,7 @@ components: | [object\_lock\_days\_cloudtrail](#input\_object\_lock\_days\_cloudtrail) | Object lock duration for cloudtrail buckets in days | `number` | `7` | no | | [object\_lock\_mode\_archive](#input\_object\_lock\_mode\_archive) | Object lock mode for archive bucket. Possible values are COMPLIANCE or GOVERNANCE | `string` | `"COMPLIANCE"` | no | | [object\_lock\_mode\_cloudtrail](#input\_object\_lock\_mode\_cloudtrail) | Object lock mode for cloudtrail bucket. Possible values are COMPLIANCE or GOVERNANCE | `string` | `"COMPLIANCE"` | no | -| [query\_override](#input\_query\_override) | Override query for datadog archive. If null would be used query 'env:{stage} OR account:{aws account id} OR {additional\_query\_tags}' | `string` | n/a | yes | +| [query\_override](#input\_query\_override) | Override query for datadog archive. If null would be used query 'env:{stage} OR account:{aws account id} OR {additional\_query\_tags}' | `string` | `null` | no | | [regex\_replace\_chars](#input\_regex\_replace\_chars) | Terraform regular expression (regex) string.
Characters matching the regex will be removed from the ID elements.
If not set, `"/[^a-zA-Z0-9-]/"` is used to remove all characters other than hyphens, letters and digits. | `string` | `null` | no | | [region](#input\_region) | AWS Region | `string` | n/a | yes | | [s3\_force\_destroy](#input\_s3\_force\_destroy) | Set to true to delete non-empty buckets when enabled is set to false | `bool` | `false` | no |