mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-11 10:28:41 -04:00
fix provider name
This commit is contained in:
@@ -36,7 +36,10 @@ module "logo_upload_bucket" {
|
|||||||
|
|
||||||
module "api_network_route" {
|
module "api_network_route" {
|
||||||
source = "../shared/container_networking"
|
source = "../shared/container_networking"
|
||||||
|
# Right now the default is cfcommunity, remove this when default is cloudfoundry
|
||||||
|
providers = {
|
||||||
|
cloudfoundry = cloudfoundry.official
|
||||||
|
}
|
||||||
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}"
|
||||||
|
|||||||
Reference in New Issue
Block a user