File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ module "ecr" {
31
31
}
32
32
```
33
33
34
- Example of attaching polices to user ( for CI/CD purpose)
34
+ Example of attaching policies to a user for CI/CD
35
35
36
36
``` hcl
37
37
module "cicd_user" {
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ variable "name" {
3
3
}
4
4
5
5
variable "namespace" {
6
- description = " Namespace (e.g. `cp` or `cloudposse`) "
6
+ description = " Namespace (e.g. `cp` or `cloudposse`)"
7
7
}
8
8
9
9
variable "stage" {
10
- description = " Stage (e.g. `prod`, `dev`, `staging`) "
10
+ description = " Stage (e.g. `prod`, `dev`, `staging`)"
11
11
}
12
12
13
13
variable "roles" {
@@ -31,7 +31,7 @@ variable "attributes" {
31
31
variable "tags" {
32
32
type = " map"
33
33
default = {}
34
- description = " Additional tags (e.g. `map('BusinessUnit`,` XYZ`)"
34
+ description = " Additional tags (e.g. `map('BusinessUnit',' XYZ') `)"
35
35
}
36
36
37
37
variable "max_image_count" {
You can’t perform that action at this time.
0 commit comments