Skip to content

Commit

Permalink
fix: fixed tfsec
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudlovely committed Jan 19, 2024
1 parent 9256cb3 commit 9a183e1
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/tfsec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
uses: clouddrove/github-shared-workflows/.github/workflows/tfsec.yml@1.2.1
secrets: inherit
with:
working_directory: '_example/basic/'
working_directory: '.'
1 change: 0 additions & 1 deletion _example/complete/example.tf
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ module "vault" {
subnet_id = module.subnet.default_subnet_id[0]
enable_rbac_authorization = true
enabled_for_disk_encryption = false
network_acls = null
#private endpoint
enable_private_endpoint = false
########Following to be uncommnented only when using DNS Zone from different subscription along with existing DNS zone.
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ variable "key_vault_id" {

variable "expiration_date" {
type = string
default = null
default = "2024-05-22T18:29:59Z"
description = "Expiration UTC datetime (Y-m-d'T'H:M:S'Z')"
}

Expand Down

0 comments on commit 9a183e1

Please sign in to comment.