Skip to content

Commit

Permalink
Merge pull request #7 from tmknom/update-readme-to-reflect-region-var…
Browse files Browse the repository at this point in the history
…iables-addition

Update readme to reflect region variables addition
  • Loading branch information
tmknom authored Dec 11, 2018
2 parents 8d80a44 + 268a5c7 commit 2a62207
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ module "s3_lb_log" {
versioning_enabled = false
force_destroy = true
region = "us-west-1"
lifecycle_rule_enabled = true
lifecycle_rule_prefix = ""
standard_ia_transition_days = "60"
Expand Down Expand Up @@ -74,6 +76,7 @@ module "s3_lb_log" {
| lifecycle_rule_enabled | Specifies lifecycle rule status. | string | `true` | no |
| lifecycle_rule_prefix | Object key prefix identifying one or more objects to which the rule applies. | string | `` | no |
| noncurrent_version_expiration_days | Specifies when noncurrent object versions expire. | string | `60` | no |
| region | (Optional) If specified, the AWS region this bucket should reside in. Otherwise, the region used by the callee. | string | `` | no |
| standard_ia_transition_days | Specifies a period in the object's STANDARD_IA transitions. | string | `30` | no |
| tags | A mapping of tags to assign to the bucket. | map | `{}` | no |
| versioning_enabled | Enable versioning. Versioning is a means of keeping multiple variants of an object in the same bucket. | string | `true` | no |
Expand Down

0 comments on commit 2a62207

Please sign in to comment.