Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Nov 17, 2021
1 parent 291683e commit 6f087e3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# About aws-s3

This module allows you to create an S3 bucket, either a standard bucket or a bucket used for FTI (Title26)
data.
data. You can also create a KMS key to be used by a bucket.

This was formerly named `aws-t26-s3`.

Expand Down Expand Up @@ -29,4 +29,15 @@ module "mybucket" {
}
```

* [KMS Key](kms_key)

```hcl
module "simple-key" {
source = "git@github.e.it.census.gov:terraform-modules/aws-s3.git//kms_key"
key_name = "my-simple-key"
}
```

See each section for additional information.


0 comments on commit 6f087e3

Please sign in to comment.