79124593

Date: 2024-10-25 07:02:13
Score: 2.5
Natty:
Report link

In version 2.0 there are dynamic properties. You should remove the jsonencode.

https://registry.terraform.io/providers/Azure/azapi/latest/docs/guides/2.0-upgrade-guide

body = {
"location" : var.location,
"properties" : {
  "keyVaultSecretName" : "abcdef"
}

}

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Christof Kulesza