diff --git a/deploy/terraform/active_directory/main.tf b/deploy/terraform/active_directory/main.tf index d0c2e26..9c1ab80 100644 --- a/deploy/terraform/active_directory/main.tf +++ b/deploy/terraform/active_directory/main.tf @@ -22,7 +22,7 @@ resource "azuread_application" "app" { resource "azuread_application_federated_identity_credential" "app" { application_object_id = azuread_application.app.object_id display_name = "steganography_azure" - description = "Azure environment on GitHub" + description = "Azure environment on GitHub 3" audiences = ["api://AzureADTokenExchange"] issuer = "https://token.actions.githubusercontent.com" subject = "repo:JensDll/steganography:environment:Azure"