Skip to content

Commit

Permalink
chore: remove env-specific variables
Browse files Browse the repository at this point in the history
  • Loading branch information
larwaa committed Jul 14, 2023
1 parent 7ff0c6f commit 516c41a
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions infrastructure/server/environments/production/github.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,3 @@ resource "github_repository_environment" "this" {
repository = local.repository_name
}

resource "github_actions_environment_variable" "this" {
for_each = {
"azure_client_id" = module.server.managed_identity.client_id,
"azure_tenant_id" = module.server.managed_identity.tenant_id,
"azure_subscription_id" = data.azurerm_client_config.current.subscription_id,
}
repository = local.repository_name
variable_name = upper(each.key)
environment = github_repository_environment.this.environment
value = each.value
}

0 comments on commit 516c41a

Please sign in to comment.