Skip to content

Commit

Permalink
bug: update tflint and veriables
Browse files Browse the repository at this point in the history
  • Loading branch information
mamrajyadav committed Aug 10, 2023
1 parent cc7e72b commit c49769c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tflint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ on:
workflow_dispatch:
jobs:
tf-lint:
uses: clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@tflint-test
uses: clouddrove/github-shared-workflows/.github/workflows/tf-lint.yml@master
secrets:
GITHUB: ${{ secrets.GITHUB }}
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ variable "environment" {

variable "label_order" {
type = list(any)
default = []
default = ["name", "environment"]
description = "Label order, e.g. `name`,`application`."
}

Expand Down Expand Up @@ -88,7 +88,7 @@ variable "validate_certificate" {

variable "enable_aws_certificate" {
type = bool
default = false
default = true
description = "Set to false to prevent the creation of a acm certificate."
}

Expand Down

0 comments on commit c49769c

Please sign in to comment.