Skip to content

Commit

Permalink
Merge pull request #100 from PerfectThymeTech/marvinbuss/purview_bugfix
Browse files Browse the repository at this point in the history
Fix Purview Plan issues
  • Loading branch information
marvinbuss authored Dec 23, 2024
2 parents 0cf8a79 + 4f259a8 commit 77bcf89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/purview/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ resource "azapi_resource" "purview_account" {
capacity = 1
}
properties = {
cloudConnectors = null
# cloudConnectors = null # Causes plan issues
ingestionStorage = {
publicNetworkAccess = "Disabled"
}
Expand Down

0 comments on commit 77bcf89

Please sign in to comment.