Skip to content

Commit dcd4e21

Browse files
committed
fix test
1 parent fbe1801 commit dcd4e21

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
@@ -214,7 +214,7 @@ resource "azapi_resource" "example4" {
214214
registration = {
215215
clientId = "example"
216216
clientSecretSettingName = "microsoft-provider-authentication-secret"
217-
openIdIssuer = "https://sts.windows.net/${data.azurerm_client_config.current.tenant_id}/v2.0"
217+
openIdIssuer = "https://sts.windows.net/v2.0"
218218
}
219219
validation = {
220220
allowedAudiences = [

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ resource "azapi_resource" "example4" {
208208
registration = {
209209
clientId = "example"
210210
clientSecretSettingName = "microsoft-provider-authentication-secret"
211-
openIdIssuer = "https://sts.windows.net/${data.azurerm_client_config.current.tenant_id}/v2.0"
211+
openIdIssuer = "https://sts.windows.net/v2.0"
212212
}
213213
validation = {
214214
allowedAudiences = [

test/tests/azapi/input/main.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ resource "azapi_resource" "example4" {
208208
registration = {
209209
clientId = "example"
210210
clientSecretSettingName = "microsoft-provider-authentication-secret"
211-
openIdIssuer = "https://sts.windows.net/${data.azurerm_client_config.current.tenant_id}/v2.0"
211+
openIdIssuer = "https://sts.windows.net/v2.0"
212212
}
213213
validation = {
214214
allowedAudiences = [

0 commit comments

Comments
 (0)