Skip to content

Commit 1946951

Browse files
authored
Merge pull request #23616 from hashicorp/docs-multiple-s3-bucket-resources
docs/s3_bucket_*: add note about singular resource configurations
2 parents 137b67e + 394072b commit 1946951

3 files changed

+6
-0
lines changed

website/docs/r/s3_bucket_cors_configuration.html.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ description: |-
1010

1111
Provides an S3 bucket CORS configuration resource. For more information about CORS, go to [Enabling Cross-Origin Resource Sharing](https://docs.aws.amazon.com/AmazonS3/latest/userguide/cors.html) in the Amazon S3 User Guide.
1212

13+
~> **NOTE:** S3 Buckets only support a single CORS configuration. Declaring multiple `aws_s3_bucket_cors_configuration` resources to the same S3 Bucket will cause a perpetual difference in configuration.
14+
1315
## Example Usage
1416

1517
```terraform

website/docs/r/s3_bucket_lifecycle_configuration.html.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ An S3 Lifecycle configuration consists of one or more Lifecycle rules. Each rule
1818

1919
For more information see the Amazon S3 User Guide on [`Lifecycle Configuration Elements`](https://docs.aws.amazon.com/AmazonS3/latest/userguide/intro-lifecycle-rules.html).
2020

21+
~> **NOTE:** S3 Buckets only support a single lifecycle configuration. Declaring multiple `aws_s3_bucket_lifecycle_configuration` resources to the same S3 Bucket will cause a perpetual difference in configuration.
22+
2123
## Example Usage
2224

2325
### Specifying an empty filter

website/docs/r/s3_bucket_replication_configuration.html.markdown

+2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ description: |-
1010

1111
Provides an independent configuration resource for S3 bucket [replication configuration](http://docs.aws.amazon.com/AmazonS3/latest/dev/crr.html).
1212

13+
~> **NOTE:** S3 Buckets only support a single replication configuration. Declaring multiple `aws_s3_bucket_replication_configuration` resources to the same S3 Bucket will cause a perpetual difference in configuration.
14+
1315
## Example Usage
1416

1517
### Using replication configuration

0 commit comments

Comments
 (0)