mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-26 01:04:00 -04:00
fix provider name
This commit is contained in:
@@ -15,7 +15,7 @@ resource "null_resource" "prevent_destroy" {
|
|||||||
module "redis-v70" {
|
module "redis-v70" {
|
||||||
source = "github.com/GSA-TTS/terraform-cloudgov//redis?ref=v1.0.0"
|
source = "github.com/GSA-TTS/terraform-cloudgov//redis?ref=v1.0.0"
|
||||||
providers = {
|
providers = {
|
||||||
cloudfoundry = cfcommunity.community
|
cloudfoundry = cfcommunity
|
||||||
}
|
}
|
||||||
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
|
||||||
@@ -31,7 +31,7 @@ module "redis-v70" {
|
|||||||
module "logo_upload_bucket" {
|
module "logo_upload_bucket" {
|
||||||
source = "github.com/GSA-TTS/terraform-cloudgov//s3?ref=v1.0.0"
|
source = "github.com/GSA-TTS/terraform-cloudgov//s3?ref=v1.0.0"
|
||||||
providers = {
|
providers = {
|
||||||
cloudfoundry = cfcommunity.community
|
cloudfoundry = cfcommunity
|
||||||
}
|
}
|
||||||
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
|
||||||
@@ -41,7 +41,7 @@ module "logo_upload_bucket" {
|
|||||||
module "api_network_route" {
|
module "api_network_route" {
|
||||||
source = "../shared/container_networking"
|
source = "../shared/container_networking"
|
||||||
providers = {
|
providers = {
|
||||||
cloudfoundry = cfcommunity.community
|
cloudfoundry = cfcommunity
|
||||||
}
|
}
|
||||||
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
|
||||||
|
|||||||
Reference in New Issue
Block a user