-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
33 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| = Usage = | ||
| module "mybucket" { | ||
| source = "git@github.e.it.census.gov:terraform-modules/aws-t26-s3.git" | ||
|
|
||
| bucket\_name = "myt26bucket" | ||
| } | ||
|
|
||
| ## Requirements | ||
|
|
||
| No requirements. | ||
|
|
||
| ## Providers | ||
|
|
||
| | Name | Version | | ||
| |------|---------| | ||
| | aws | n/a | | ||
| | null | n/a | | ||
|
|
||
| ## Inputs | ||
|
|
||
| | Name | Description | Type | Default | Required | | ||
| |------|-------------|------|---------|:--------:| | ||
| | access\_log\_bucket\_prefix | Access log bucket prefix, to which the bucket name will be appended to make the target\_prefix | `string` | `"s3"` | no | | ||
| | bucket\_folders | List of folders (keys) to create after creation of bucket | `list(string)` | `[]` | no | | ||
| | bucket\_name | AWS Bucket Name | `string` | n/a | yes | | ||
| | kms\_key\_id | AWS KMS Key ID (one per bucket) | `string` | `""` | no | | ||
| | tags | AWS Tags | `map(string)` | `{}` | no | | ||
|
|
||
| ## Outputs | ||
|
|
||
| No output. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters