Skip to content

Commit

Permalink
update doc
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Sep 24, 2020
1 parent 394d221 commit 64c0fc3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 12 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
= Usage =
module "mybucket" {
# About aws-t26-s3

# Usage

```hcl
module "mybucket" {
source = "git@github.e.it.census.gov:terraform-modules/aws-t26-s3.git"
bucket\_name = "myt26bucket"
bucket_name = "myt26bucket"
}
```

## Requirements

Expand Down
23 changes: 14 additions & 9 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
/* = About =
* = Usage =
* module "mybucket" {
* source = "git@github.e.it.census.gov:terraform-modules/aws-t26-s3.git"
*
* bucket_name = "myt26bucket"
* }
*
*/
/*
* # About aws-t26-s3
*
* # Usage
*
* ```hcl
* module "mybucket" {
* source = "git@github.e.it.census.gov:terraform-modules/aws-t26-s3.git"
*
* bucket_name = "myt26bucket"
* }
* ```
*
*/

locals {
enforced_tags = {
Expand Down

0 comments on commit 64c0fc3

Please sign in to comment.