Skip to content

Commit

Permalink
Merge pull request #720 from CDCgov/story-498-prod_to_prd
Browse files Browse the repository at this point in the history
498: Change `prod` Environment Name to `prd` in Terraform
  • Loading branch information
halprin authored Dec 12, 2023
2 parents acb7ef4 + 8315aea commit 7bb8dc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion operations/environments/prod/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 7bb8dc8

Please sign in to comment.