Skip to content

Commit

Permalink
format terraform files
Browse files Browse the repository at this point in the history
Signed-off-by: Somtochi Onyekwere <[email protected]>
  • Loading branch information
somtochiama committed Nov 15, 2023
1 parent cca9452 commit 030e114
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tf-modules/azure/github-actions/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ resource "azuread_application" "app" {
}

resource "azuread_service_principal" "app_sp" {
client_id = azuread_application.app.client_id
use_existing = true
client_id = azuread_application.app.client_id
use_existing = true
}

resource "azuread_application_password" "app_secret" {
application_id = resource.azuread_application.app.id
display_name = var.azure_app_secret_name
display_name = var.azure_app_secret_name
}

# Define custom role.
Expand Down

0 comments on commit 030e114

Please sign in to comment.