mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-25 16:54:03 -04:00
Merge pull request #1779 from GSA/jskinne3-network-policy
Uncomment network policy resource
This commit is contained in:
@@ -34,12 +34,6 @@ module "logo_upload_bucket" {
|
|||||||
name = "${local.app_name}-logo-upload-bucket-${local.env}"
|
name = "${local.app_name}-logo-upload-bucket-${local.env}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# ##########################################################################
|
|
||||||
# The following lines need to be commented out for the initial `terraform apply`
|
|
||||||
# It can be re-enabled after:
|
|
||||||
# 1) the api app has first been deployed
|
|
||||||
# 2) the admin app has first been deployed
|
|
||||||
###########################################################################
|
|
||||||
module "api_network_route" {
|
module "api_network_route" {
|
||||||
source = "../shared/container_networking"
|
source = "../shared/container_networking"
|
||||||
|
|
||||||
|
|||||||
@@ -34,12 +34,6 @@ module "logo_upload_bucket" {
|
|||||||
name = "${local.app_name}-logo-upload-bucket-${local.env}"
|
name = "${local.app_name}-logo-upload-bucket-${local.env}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# ##########################################################################
|
|
||||||
# The following lines need to be commented out for the initial `terraform apply`
|
|
||||||
# It can be re-enabled after:
|
|
||||||
# 1) the api app has first been deployed
|
|
||||||
# 2) the admin app has first been deployed
|
|
||||||
###########################################################################
|
|
||||||
module "api_network_route" {
|
module "api_network_route" {
|
||||||
source = "../shared/container_networking"
|
source = "../shared/container_networking"
|
||||||
|
|
||||||
|
|||||||
@@ -34,17 +34,11 @@ module "logo_upload_bucket" {
|
|||||||
name = "${local.app_name}-logo-upload-bucket-${local.env}"
|
name = "${local.app_name}-logo-upload-bucket-${local.env}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# ##########################################################################
|
module "api_network_route" { # API and Admin apps must both exist in Cloud
|
||||||
# The following lines need to be commented out for the initial `terraform apply`
|
source = "../shared/container_networking"
|
||||||
# It can be re-enabled after:
|
|
||||||
# 1) the api app has first been deployed
|
|
||||||
# 2) the admin app has first been deployed
|
|
||||||
###########################################################################
|
|
||||||
# module "api_network_route" {
|
|
||||||
# source = "../shared/container_networking"
|
|
||||||
|
|
||||||
# cf_org_name = local.cf_org_name
|
cf_org_name = local.cf_org_name
|
||||||
# cf_space_name = local.cf_space_name
|
cf_space_name = local.cf_space_name
|
||||||
# source_app_name = "${local.app_name}-${local.env}"
|
source_app_name = "${local.app_name}-${local.env}"
|
||||||
# destination_app_name = "notify-api-${local.env}"
|
destination_app_name = "notify-api-${local.env}"
|
||||||
# }
|
}
|
||||||
|
|||||||
@@ -34,12 +34,6 @@ module "logo_upload_bucket" {
|
|||||||
name = "${local.app_name}-logo-upload-bucket-${local.env}"
|
name = "${local.app_name}-logo-upload-bucket-${local.env}"
|
||||||
}
|
}
|
||||||
|
|
||||||
# ##########################################################################
|
|
||||||
# The following lines need to be commented out for the initial `terraform apply`
|
|
||||||
# It can be re-enabled after:
|
|
||||||
# 1) the api app has first been deployed
|
|
||||||
# 2) the admin app has first been deployed
|
|
||||||
###########################################################################
|
|
||||||
module "api_network_route" {
|
module "api_network_route" {
|
||||||
source = "../shared/container_networking"
|
source = "../shared/container_networking"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user