You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To enable S3 bucket replication in this module, set `s3_replication_enabled` to `true` and populate `s3_replica_bucket_arn` with the ARN of an existing bucket.
| restrict\_public\_buckets | Whether Amazon S3 should restrict public bucket policies for this bucket |`bool`|`true`| no |
242
265
| role\_arn | The role to be assumed |`string`|`""`| no |
243
266
| s3\_bucket\_name | S3 bucket name. If not provided, the name will be generated by the label module in the format namespace-stage-name |`string`|`""`| no |
267
+
| s3\_replica\_bucket\_arn | The ARN of the S3 replica bucket (destination) |`string`|`""`| no |
268
+
| s3\_replication\_enabled | Set this to true and specify `s3_replica_bucket_arn` to enable replication |`bool`|`false`| no |
244
269
| stage | Stage, e.g. 'prod', 'staging', 'dev', OR 'source', 'build', 'test', 'deploy', 'release' |`string`|`""`| no |
245
270
| tags | Additional tags (e.g. `map('BusinessUnit','XYZ')`|`map(string)`|`{}`| no |
246
271
| terraform\_backend\_config\_file\_name | Name of terraform backend config file |`string`|`"terraform.tf"`| no |
To enable S3 bucket replication in this module, set `s3_replication_enabled` to `true` and populate `s3_replica_bucket_arn` with the ARN of an existing bucket.
Copy file name to clipboardExpand all lines: docs/terraform.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -48,6 +48,8 @@
48
48
| restrict\_public\_buckets | Whether Amazon S3 should restrict public bucket policies for this bucket |`bool`|`true`| no |
49
49
| role\_arn | The role to be assumed |`string`|`""`| no |
50
50
| s3\_bucket\_name | S3 bucket name. If not provided, the name will be generated by the label module in the format namespace-stage-name |`string`|`""`| no |
51
+
| s3\_replica\_bucket\_arn | The ARN of the S3 replica bucket (destination) |`string`|`""`| no |
52
+
| s3\_replication\_enabled | Set this to true and specify `s3_replica_bucket_arn` to enable replication |`bool`|`false`| no |
51
53
| stage | Stage, e.g. 'prod', 'staging', 'dev', OR 'source', 'build', 'test', 'deploy', 'release' |`string`|`""`| no |
52
54
| tags | Additional tags (e.g. `map('BusinessUnit','XYZ')`|`map(string)`|`{}`| no |
53
55
| terraform\_backend\_config\_file\_name | Name of terraform backend config file |`string`|`"terraform.tf"`| no |
0 commit comments