mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-08 22:22:24 -05:00
revert
This commit is contained in:
@@ -1,19 +1,9 @@
|
||||
terraform {
|
||||
required_version = "~> 1.7"
|
||||
required_providers {
|
||||
|
||||
cfcommunity = {
|
||||
cloudfoundry = {
|
||||
source = "cloudfoundry-community/cloudfoundry"
|
||||
version = "0.53.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
# Community provider (should be aliased but default for now)
|
||||
provider "cfcommunity" {
|
||||
api_url = "https://api.fr.cloud.gov"
|
||||
user = var.cf_user
|
||||
password = var.cf_password
|
||||
app_logs_max = 30
|
||||
}
|
||||
|
||||
@@ -66,7 +66,6 @@ module "egress-space" {
|
||||
|
||||
module "ses_email" {
|
||||
source = "../shared/ses"
|
||||
|
||||
cf_org_name = local.cf_org_name
|
||||
cf_space_name = local.cf_space_name
|
||||
name = "${local.app_name}-ses-${local.env}"
|
||||
|
||||
Reference in New Issue
Block a user