Skip to content

Commit ec6b1dc

Browse files
committed
terrafmt
1 parent d447c70 commit ec6b1dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/services/applications/application_flexible_federated_identity_credential_resource_test.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,10 +119,10 @@ func (r ApplicationFlexibleFederatedIdentityCredentialResource) basic(data accep
119119
120120
resource "azuread_application_flexible_federated_identity_credential" "test" {
121121
application_id = azuread_application.test.id
122-
display_name = "hashitown.example.com-%[2]s"
122+
display_name = "hashitown.example.com-%[2]s"
123123
claims_matching_expression = "claims['sub'] matches 'repo:contoso/contoso-repo:ref:refs/heads/*' and claims['job_workflow_ref'] matches 'contoso/contoso-prod/.github/workflows/*.yml@refs/heads/main'"
124-
audience = "api://HashiTownLikesAzureAD"
125-
issuer = "https://token.actions.githubusercontent.com"
124+
audience = "api://HashiTownLikesAzureAD"
125+
issuer = "https://token.actions.githubusercontent.com"
126126
}
127127
`, r.template(data), data.RandomString)
128128
}

0 commit comments

Comments
 (0)