Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
clouddrove-ci committed Jun 30, 2021
1 parent 1756d69 commit 3b1f15f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Here are an example of how you can use this module in your inventory structure:
```hcl
module "cross-access-role" {
source = "clouddrove/cross-account-role/aws"
version = "0.14.0"
version = "0.15.0"
name = "iam-role"
environment = "test"
label_order = ["environment", "name", "application"]
Expand Down Expand Up @@ -104,7 +104,7 @@ Here are an example of how you can use this module in your inventory structure:
| policy | Policy ARN to attach to the role. By default it attaches `AdministratorAccess` managed policy to grant full access to AWS services and resources in the current account. | `string` | `""` | no |
| policy\_arn | Policy ARN to attach to the role. By default it attaches `AdministratorAccess` managed policy to grant full access to AWS services and resources in the current account. | `list(string)` | `[]` | no |
| policy\_enabled | Enabled to create module or not. | `bool` | `false` | no |
| repository | Terraform current module repo | `string` | `"https://registry.terraform.io/modules/clouddrove/cross-account-role/aws/0.14.0"` | no |
| repository | Terraform current module repo | `string` | `"https://github.com/clouddrove/terraform-aws-cross-account-role"` | no |
| tags | Additional tags (e.g. map(`BusinessUnit`,`XYZ`). | `map(string)` | `{}` | no |

## Outputs
Expand Down

0 comments on commit 3b1f15f

Please sign in to comment.