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
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
123
+
<!--BEGIN_TF_DOCS-->
124
124
## Requirements
125
125
126
126
| Name | Version |
@@ -249,7 +249,7 @@ No modules.
249
249
| <aname="output_s3_bucket_region"></a> [s3\_bucket\_region](#output\_s3\_bucket\_region)| The AWS region this bucket resides in. |
250
250
| <aname="output_s3_bucket_website_domain"></a> [s3\_bucket\_website\_domain](#output\_s3\_bucket\_website\_domain)| The domain of the website endpoint, if the bucket is configured with a website. If not, this will be an empty string. This is used to create Route 53 alias records. |
251
251
| <aname="output_s3_bucket_website_endpoint"></a> [s3\_bucket\_website\_endpoint](#output\_s3\_bucket\_website\_endpoint)| The website endpoint, if the bucket is configured with a website. If not, this will be an empty string. |
Copy file name to clipboardExpand all lines: examples/complete-legacy/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ This configuration is similar to the code in [examples/complete](https://github.
8
8
9
9
Once this configuration is created, you need to use the newer version of this module (e.g. `~> 3.0`), review/update arguments (see code in [examples/complete](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/tree/master/examples/complete)) and import existing resources (see [UPGRADE-3.0.md](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/blob/master/UPGRADE-3.0.md) for more precise commands).
10
10
11
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
11
+
<!--BEGIN_TF_DOCS-->
12
12
## Requirements
13
13
14
14
| Name | Version |
@@ -56,4 +56,4 @@ No inputs.
56
56
| <aname="output_s3_bucket_region"></a> [s3\_bucket\_region](#output\_s3\_bucket\_region)| The AWS region this bucket resides in. |
57
57
| <aname="output_s3_bucket_website_domain"></a> [s3\_bucket\_website\_domain](#output\_s3\_bucket\_website\_domain)| The domain of the website endpoint, if the bucket is configured with a website. If not, this will be an empty string. This is used to create Route 53 alias records. |
58
58
| <aname="output_s3_bucket_website_endpoint"></a> [s3\_bucket\_website\_endpoint](#output\_s3\_bucket\_website\_endpoint)| The website endpoint, if the bucket is configured with a website. If not, this will be an empty string. |
Copy file name to clipboardExpand all lines: examples/complete/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ $ terraform apply
24
24
25
25
Note that this example may create resources which cost money. Run `terraform destroy` when you don't need these resources.
26
26
27
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
27
+
<!--BEGIN_TF_DOCS-->
28
28
## Requirements
29
29
30
30
| Name | Version |
@@ -79,4 +79,4 @@ No inputs.
79
79
| <aname="output_s3_bucket_region"></a> [s3\_bucket\_region](#output\_s3\_bucket\_region)| The AWS region this bucket resides in. |
80
80
| <aname="output_s3_bucket_website_domain"></a> [s3\_bucket\_website\_domain](#output\_s3\_bucket\_website\_domain)| The domain of the website endpoint, if the bucket is configured with a website. If not, this will be an empty string. This is used to create Route 53 alias records. |
81
81
| <aname="output_s3_bucket_website_endpoint"></a> [s3\_bucket\_website\_endpoint](#output\_s3\_bucket\_website\_endpoint)| The website endpoint, if the bucket is configured with a website. If not, this will be an empty string. |
Copy file name to clipboardExpand all lines: examples/notification/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ $ terraform apply
14
14
15
15
Note that this example may create resources which cost money. Run `terraform destroy` when you don't need these resources.
16
16
17
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
17
+
<!--BEGIN_TF_DOCS-->
18
18
## Requirements
19
19
20
20
| Name | Version |
@@ -69,4 +69,4 @@ No inputs.
69
69
| <aname="output_s3_bucket_region"></a> [s3\_bucket\_region](#output\_s3\_bucket\_region)| The AWS region this bucket resides in. |
70
70
| <aname="output_s3_bucket_website_domain"></a> [s3\_bucket\_website\_domain](#output\_s3\_bucket\_website\_domain)| The domain of the website endpoint, if the bucket is configured with a website. If not, this will be an empty string. This is used to create Route 53 alias records. |
71
71
| <aname="output_s3_bucket_website_endpoint"></a> [s3\_bucket\_website\_endpoint](#output\_s3\_bucket\_website\_endpoint)| The website endpoint, if the bucket is configured with a website. If not, this will be an empty string. |
Copy file name to clipboardExpand all lines: examples/object/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ $ terraform apply
14
14
15
15
Note that this example may create resources which cost money. Run `terraform destroy` when you don't need these resources.
16
16
17
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
17
+
<!--BEGIN_TF_DOCS-->
18
18
## Requirements
19
19
20
20
| Name | Version |
@@ -61,4 +61,4 @@ No inputs.
61
61
| <aname="output_s3_object_etag"></a> [s3\_object\_etag](#output\_s3\_object\_etag)| The ETag generated for the object (an MD5 sum of the object content). |
62
62
| <aname="output_s3_object_id"></a> [s3\_object\_id](#output\_s3\_object\_id)| The key of S3 object |
63
63
| <aname="output_s3_object_version_id"></a> [s3\_object\_version\_id](#output\_s3\_object\_version\_id)| A unique version ID value for the object, if bucket versioning is enabled. |
Copy file name to clipboardExpand all lines: examples/s3-analytics/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Configuration in this directory creates an S3 bucket with several analytics conf
4
4
5
5
Please check [complete example](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/tree/master/examples/complete) to see all other features supported by this module.
6
6
7
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
7
+
<!--BEGIN_TF_DOCS-->
8
8
## Requirements
9
9
10
10
| Name | Version |
@@ -52,4 +52,4 @@ No inputs.
52
52
| <aname="output_s3_bucket_region"></a> [s3\_bucket\_region](#output\_s3\_bucket\_region)| The AWS region this bucket resides in. |
53
53
| <aname="output_s3_bucket_website_domain"></a> [s3\_bucket\_website\_domain](#output\_s3\_bucket\_website\_domain)| The domain of the website endpoint, if the bucket is configured with a website. If not, this will be an empty string. This is used to create Route 53 alias records. |
54
54
| <aname="output_s3_bucket_website_endpoint"></a> [s3\_bucket\_website\_endpoint](#output\_s3\_bucket\_website\_endpoint)| The website endpoint, if the bucket is configured with a website. If not, this will be an empty string. |
Copy file name to clipboardExpand all lines: examples/s3-inventory/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Configuration in this directory creates an S3 bucket with several inventory conf
4
4
5
5
Please check [complete example](https://github.com/terraform-aws-modules/terraform-aws-s3-bucket/tree/master/examples/complete) to see all other features supported by this module.
6
6
7
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
7
+
<!--BEGIN_TF_DOCS-->
8
8
## Requirements
9
9
10
10
| Name | Version |
@@ -52,4 +52,4 @@ No inputs.
52
52
| <aname="output_s3_bucket_region"></a> [s3\_bucket\_region](#output\_s3\_bucket\_region)| The AWS region this bucket resides in. |
53
53
| <aname="output_s3_bucket_website_domain"></a> [s3\_bucket\_website\_domain](#output\_s3\_bucket\_website\_domain)| The domain of the website endpoint, if the bucket is configured with a website. If not, this will be an empty string. This is used to create Route 53 alias records. |
54
54
| <aname="output_s3_bucket_website_endpoint"></a> [s3\_bucket\_website\_endpoint](#output\_s3\_bucket\_website\_endpoint)| The website endpoint, if the bucket is configured with a website. If not, this will be an empty string. |
Copy file name to clipboardExpand all lines: examples/s3-replication/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ $ terraform apply
16
16
17
17
Note that this example may create resources which cost money. Run `terraform destroy` when you don't need these resources.
18
18
19
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
19
+
<!--BEGIN_TF_DOCS-->
20
20
## Requirements
21
21
22
22
| Name | Version |
@@ -67,4 +67,4 @@ No inputs.
67
67
| <aname="output_s3_bucket_region"></a> [s3\_bucket\_region](#output\_s3\_bucket\_region)| The AWS region this bucket resides in. |
68
68
| <aname="output_s3_bucket_website_domain"></a> [s3\_bucket\_website\_domain](#output\_s3\_bucket\_website\_domain)| The domain of the website endpoint, if the bucket is configured with a website. If not, this will be an empty string. This is used to create Route 53 alias records. |
69
69
| <aname="output_s3_bucket_website_endpoint"></a> [s3\_bucket\_website\_endpoint](#output\_s3\_bucket\_website\_endpoint)| The website endpoint, if the bucket is configured with a website. If not, this will be an empty string. |
Copy file name to clipboardExpand all lines: modules/object/README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
3
3
Creates S3 bucket objects with different configurations.
4
4
5
-
<!--BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK-->
5
+
<!--BEGIN_TF_DOCS-->
6
6
## Requirements
7
7
8
8
| Name | Version |
@@ -64,4 +64,4 @@ No modules.
64
64
| <aname="output_s3_object_etag"></a> [s3\_object\_etag](#output\_s3\_object\_etag)| The ETag generated for the object (an MD5 sum of the object content). |
65
65
| <aname="output_s3_object_id"></a> [s3\_object\_id](#output\_s3\_object\_id)| The key of S3 object |
66
66
| <aname="output_s3_object_version_id"></a> [s3\_object\_version\_id](#output\_s3\_object\_version\_id)| A unique version ID value for the object, if bucket versioning is enabled. |
0 commit comments