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:
@@ -5,7 +5,7 @@ terraform {
|
||||
source = "cloudfoundry/cloudfoundry"
|
||||
version = "1.9.0"
|
||||
}
|
||||
cfcommunity = {
|
||||
cloudfoundry-community = {
|
||||
source = "cloudfoundry-community/cloudfoundry"
|
||||
version = "0.53.1"
|
||||
}
|
||||
@@ -27,7 +27,7 @@ provider "cloudfoundry" {
|
||||
password = var.cf_password
|
||||
}
|
||||
|
||||
provider "cfcommunity" {
|
||||
provider "cloudfoundry-community" {
|
||||
alias = "community"
|
||||
api_url = "https://api.fr.cloud.gov"
|
||||
user = var.cf_user
|
||||
|
||||
Reference in New Issue
Block a user