File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 66 workflow_dispatch :
77jobs :
88 tf-lint :
9- uses : clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@tflint-test
9+ uses : clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@master
1010 secrets :
1111 GITHUB : ${{ secrets.GITHUB }}
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ variable "environment" {
2020
2121variable "label_order" {
2222 type = list (any )
23- default = []
23+ default = [" name " , " environment " ]
2424 description = " Label order, e.g. `name`,`application`."
2525}
2626
@@ -88,7 +88,7 @@ variable "validate_certificate" {
8888
8989variable "enable_aws_certificate" {
9090 type = bool
91- default = false
91+ default = true
9292 description = " Set to false to prevent the creation of a acm certificate."
9393}
9494
You can’t perform that action at this time.
0 commit comments