Commit 494ab6d 1 parent dcd4e21 commit 494ab6d Copy full SHA for 494ab6d
File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ resource "azapi_update_resource" "example" {
200
200
resource "azapi_resource" "example4" {
201
201
type = " Microsoft.App/containerApps/authConfigs@2024-03-01"
202
202
name = " current"
203
- parent_id = data . azurerm_container_app . example . id
203
+ parent_id = azurerm_resource_group . example . id
204
204
body = {
205
205
properties = {
206
206
globalValidation = {
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ resource "azapi_update_resource" "example" {
194
194
resource "azapi_resource" "example4" {
195
195
type = "Microsoft.App/containerApps/authConfigs@2024-03-01"
196
196
name = "current"
197
- parent_id = data.azurerm_container_app .example.id
197
+ parent_id = azurerm_resource_group .example.id
198
198
body = {
199
199
properties = {
200
200
globalValidation = {
Original file line number Diff line number Diff line change @@ -194,7 +194,7 @@ resource "azapi_update_resource" "example" {
194
194
resource "azapi_resource" "example4" {
195
195
type = " Microsoft.App/containerApps/authConfigs@2024-03-01"
196
196
name = " current"
197
- parent_id = data . azurerm_container_app . example . id
197
+ parent_id = azurerm_resource_group . example . id
198
198
body = {
199
199
properties = {
200
200
globalValidation = {
You can’t perform that action at this time.
0 commit comments