Commit dcd4e21 1 parent fbe1801 commit dcd4e21 Copy full SHA for dcd4e21
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 @@ -214,7 +214,7 @@ resource "azapi_resource" "example4" {
214
214
registration = {
215
215
clientId = " example"
216
216
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"
218
218
}
219
219
validation = {
220
220
allowedAudiences = [
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ resource "azapi_resource" "example4" {
208
208
registration = {
209
209
clientId = "example"
210
210
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"
212
212
}
213
213
validation = {
214
214
allowedAudiences = [
Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ resource "azapi_resource" "example4" {
208
208
registration = {
209
209
clientId = " example"
210
210
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"
212
212
}
213
213
validation = {
214
214
allowedAudiences = [
You can’t perform that action at this time.
0 commit comments