This repository has been archived by the owner on Nov 22, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update keyvault module + suppress checkov warning in examples
- Loading branch information
Showing
2 changed files
with
4 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,8 @@ resource "random_pet" "random" {} | |
data "azurerm_client_config" "this" {} | ||
|
||
module "key_vault" { | ||
source = "[email protected]:padok-team/terraform-azurerm-keyvault.git?ref=v0.4.0" | ||
# checkov:skip=CKV_TF_1:Do not want to use commit tags for source ref | ||
source = "[email protected]:padok-team/terraform-azurerm-keyvault.git?ref=v0.5.0" | ||
|
||
name = random_pet.random.id # KeyVault names are globally unique | ||
resource_group = azurerm_resource_group.this | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,8 @@ resource "random_pet" "random" {} | |
data "azurerm_client_config" "this" {} | ||
|
||
module "key_vault" { | ||
source = "[email protected]:padok-team/terraform-azurerm-keyvault.git?ref=v0.4.0" | ||
# checkov:skip=CKV_TF_1:Do not want to use commit tags for source ref | ||
source = "[email protected]:padok-team/terraform-azurerm-keyvault.git?ref=v0.5.0" | ||
|
||
name = random_pet.random.id # KeyVault names are globally unique | ||
resource_group = azurerm_resource_group.this | ||
|