mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-02-05 10:53:28 -05:00
fix provider name
This commit is contained in:
@@ -15,7 +15,7 @@ resource "null_resource" "prevent_destroy" {
|
||||
module "redis-v70" {
|
||||
source = "github.com/GSA-TTS/terraform-cloudgov//redis?ref=v1.0.0"
|
||||
providers = {
|
||||
cloudfoundry = cfcommunity.community
|
||||
cloudfoundry = cfcommunity
|
||||
}
|
||||
cf_org_name = local.cf_org_name
|
||||
cf_space_name = local.cf_space_name
|
||||
@@ -31,7 +31,7 @@ module "redis-v70" {
|
||||
module "logo_upload_bucket" {
|
||||
source = "github.com/GSA-TTS/terraform-cloudgov//s3?ref=v1.0.0"
|
||||
providers = {
|
||||
cloudfoundry = cfcommunity.community
|
||||
cloudfoundry = cfcommunity
|
||||
}
|
||||
cf_org_name = local.cf_org_name
|
||||
cf_space_name = local.cf_space_name
|
||||
@@ -41,7 +41,7 @@ module "logo_upload_bucket" {
|
||||
module "api_network_route" {
|
||||
source = "../shared/container_networking"
|
||||
providers = {
|
||||
cloudfoundry = cfcommunity.community
|
||||
cloudfoundry = cfcommunity
|
||||
}
|
||||
cf_org_name = local.cf_org_name
|
||||
cf_space_name = local.cf_space_name
|
||||
|
||||
Reference in New Issue
Block a user