Skip to content

Commit c49769c

Browse files
committed
bug: update tflint and veriables
1 parent cc7e72b commit c49769c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/tflint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ on:
66
workflow_dispatch:
77
jobs:
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 }}

variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ variable "environment" {
2020

2121
variable "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

8989
variable "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

0 commit comments

Comments
 (0)