Skip to content

Commit

Permalink
Update providers.tf - skip_resource_proviers=false
Browse files Browse the repository at this point in the history
  • Loading branch information
aniturza authored and cmendible committed Apr 1, 2024
1 parent c4f68c9 commit 142459a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infra/providers.tf
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ terraform {
}

provider "azurerm" {
skip_provider_registration = true
skip_provider_registration = false
features {
key_vault {
purge_soft_delete_on_destroy = true
Expand Down

0 comments on commit 142459a

Please sign in to comment.