Skip to content

Commit

Permalink
terraform-docs: automated action
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 4, 2024
1 parent dca46c9 commit 019e95d
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,9 @@ the AWS IAM Policy Collection Terraform Module. Give it a try and see the differ
- data source.aws_region.current (main.tf#36)

# Examples
### Statements
```hcl
module "s3_policy" {
### Statements
```hcl
module "s3_policy" {
source = "../../"
name = var.name
Expand All @@ -113,11 +113,11 @@ the AWS IAM Policy Collection Terraform Module. Give it a try and see the differ
}
]
}
```
```

### Templates
```hcl
module "codedeploy_policy" {
### Templates
```hcl
module "codedeploy_policy" {
source = "../../"
name = var.name
Expand All @@ -143,5 +143,5 @@ the AWS IAM Policy Collection Terraform Module. Give it a try and see the differ
}
]
}
```
```
<!-- END_TF_DOCS -->

0 comments on commit 019e95d

Please sign in to comment.