Skip to content

Commit

Permalink
applying suggestions after pr
Browse files Browse the repository at this point in the history
Co-authored-by: Pasquale De Vita <[email protected]>
  • Loading branch information
Krusty93 and pasqualedevita authored Sep 26, 2023
1 parent b03a669 commit c303ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/00_github_runner.tf
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ data "azurerm_key_vault_secret" "github_pat" {
key_vault_id = data.azurerm_key_vault.keyvault.id
}

resource "azapi_resource" "job" {
resource "azapi_resource" "github_runner_job" {
type = "Microsoft.App/jobs@2023-05-01"
name = "io-infra-github-runner-job"
location = var.location
Expand Down

0 comments on commit c303ed0

Please sign in to comment.