Skip to content

Commit

Permalink
updated readme examples
Browse files Browse the repository at this point in the history
  • Loading branch information
zachreborn committed Mar 28, 2024
1 parent 4b7868a commit 0b5bd3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aws/s3/bucket/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ module "logging_bucket" {
```

### Lifecycle Rules With All Available Options
This example shows all of the available options. All transition configurations are lists and can have multiple transitions configured.
This example shows all of the available options. All transition configurations are lists and can have multiple transitions configured. Any combination of the options can be used to create the desired lifecycle rule.
```
module "logging_bucket" {
source = "github.com/zachreborn/terraform-modules//modules/aws/s3/bucket"
Expand Down

0 comments on commit 0b5bd3c

Please sign in to comment.