Skip to content

Commit

Permalink
Skip azurerm_storage_account issues
Browse files Browse the repository at this point in the history
  • Loading branch information
ebrett committed Nov 3, 2023
1 parent a6ad6e6 commit 3d71e7f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions terraform-azure/terraform-azure-remote-state/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,8 @@ resource "azurerm_storage_account" "tfstate" {
#checkov:skip=CKV2_AZURE_1:Microsoft Managed keys are sufficient
#checkov:skip=CKV2_AZURE_38:Soft-delete not required
#checkov:skip=CKV2_AZURE_33:VNet not configured
#checkov:skip=CKV2_AZURE_41:Ensure storage account is configured with SAS expiration policy
#checkov:skip=CKV2_AZURE_40:Ensure storage account is not configured with Shared Key authorization
}

resource "azurerm_storage_container" "tfstate" {
Expand Down

0 comments on commit 3d71e7f

Please sign in to comment.