Skip to content

Commit

Permalink
fix issues
Browse files Browse the repository at this point in the history
Signed-off-by: Jorge Turrado <[email protected]>
  • Loading branch information
JorTurFer committed Jan 24, 2025
1 parent b6a3708 commit 0af3bc8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion terraform/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ module "github_secrets" {
},
{
name = "TF_AZURE_RABBIT_API_APPLICATION_ID"
value = module.azure_rabbitmq_app_registration.application_id
value = module.azure_rabbitmq_app_registration.client_id
},
{
name = "TF_AZURE_SERVICE_BUS_EVENTGRID_CONNECTION_STRING"
Expand Down
4 changes: 2 additions & 2 deletions terraform/modules/azure/app-registration/outputs.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
output "application_id" {
value = azuread_application.oauth2_api.application_id
output "client_id" {
value = azuread_application.oauth2_api.client_id
}

output "application_scope_id" {
Expand Down

0 comments on commit 0af3bc8

Please sign in to comment.