Remove the deprecated arg from the domain code

This commit is contained in:
John Skiles Skinner
2024-07-26 11:28:03 -07:00
parent 3833533b5c
commit 4982452bec

View File

@@ -69,7 +69,6 @@ module "domain" {
cf_space_name = local.cf_space_name
app_name_or_id = "${local.app_name}-${local.env}"
name = "${local.app_name}-domain-${local.env}"
recursive_delete = false
cdn_plan_name = "domain"
domain_name = "beta.notify.gov"
}