Skip to content

Commit 494ab6d

Browse files
committed
fix tests
1 parent dcd4e21 commit 494ab6d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/tests/azapi/expected/main.terratag.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ resource "azapi_update_resource" "example" {
200200
resource "azapi_resource" "example4" {
201201
type = "Microsoft.App/containerApps/authConfigs@2024-03-01"
202202
name = "current"
203-
parent_id = data.azurerm_container_app.example.id
203+
parent_id = azurerm_resource_group.example.id
204204
body = {
205205
properties = {
206206
globalValidation = {

test/tests/azapi/expected/main.tf.bak

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ resource "azapi_update_resource" "example" {
194194
resource "azapi_resource" "example4" {
195195
type = "Microsoft.App/containerApps/authConfigs@2024-03-01"
196196
name = "current"
197-
parent_id = data.azurerm_container_app.example.id
197+
parent_id = azurerm_resource_group.example.id
198198
body = {
199199
properties = {
200200
globalValidation = {

test/tests/azapi/input/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ resource "azapi_update_resource" "example" {
194194
resource "azapi_resource" "example4" {
195195
type = "Microsoft.App/containerApps/authConfigs@2024-03-01"
196196
name = "current"
197-
parent_id = data.azurerm_container_app.example.id
197+
parent_id = azurerm_resource_group.example.id
198198
body = {
199199
properties = {
200200
globalValidation = {

0 commit comments

Comments
 (0)