diff --git a/operations/environments/prod/main.tf b/operations/environments/prod/main.tf index b2d90d564..dbdf52b54 100644 --- a/operations/environments/prod/main.tf +++ b/operations/environments/prod/main.tf @@ -27,6 +27,6 @@ provider "azurerm" { module "template" { source = "../../template/" - environment = "prod" + environment = "prd" deployer_id = "f5feabe7-5d37-40ba-94f2-e5c0760b4561" //github app registration in CDC Azure Entra }