Skip to content

Commit

Permalink
chore: (IAC-1196) resolving ssh file error
Browse files Browse the repository at this point in the history
  • Loading branch information
riragh committed Oct 25, 2023
1 parent d5032d6 commit 52710b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linter-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ jobs:
run: TFLINT_LOG=info tflint --init -c "$(pwd)/linting-configs/.tflint.hcl"

- name: Run TFLint Action
run: TFLINT_LOG=info tflint -c "$(pwd)/linting-configs/.tflint.hcl"
run: TFLINT_LOG=info tflint -c "$(pwd)/linting-configs/.tflint.hcl" --recursive
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ variable "fips_enabled" {
variable "ssh_public_key" {
description = "A custom ssh key to control access to the AKS cluster. Changing this forces a new resource to be created."
type = string
default = "~/.ssh/id_rsa.pub"
default = ""
}

variable "default_public_access_cidrs" {
Expand Down

0 comments on commit 52710b9

Please sign in to comment.