Skip to content

Commit 04cd451

Browse files
committed
Address PR comments
1 parent 684af46 commit 04cd451

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module "ecr" {
3131
}
3232
```
3333

34-
Example of attaching polices to user (for CI/CD purpose)
34+
Example of attaching policies to a user for CI/CD
3535

3636
```hcl
3737
module "cicd_user" {

variables.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ variable "name" {
33
}
44

55
variable "namespace" {
6-
description = "Namespace (e.g. `cp` or `cloudposse`) "
6+
description = "Namespace (e.g. `cp` or `cloudposse`)"
77
}
88

99
variable "stage" {
10-
description = "Stage (e.g. `prod`, `dev`, `staging`) "
10+
description = "Stage (e.g. `prod`, `dev`, `staging`)"
1111
}
1212

1313
variable "roles" {
@@ -31,7 +31,7 @@ variable "attributes" {
3131
variable "tags" {
3232
type = "map"
3333
default = {}
34-
description = "Additional tags (e.g. `map('BusinessUnit`,`XYZ`)"
34+
description = "Additional tags (e.g. `map('BusinessUnit','XYZ')`)"
3535
}
3636

3737
variable "max_image_count" {

0 commit comments

Comments
 (0)