mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-06 08:28:26 -04:00
fix terraform version
This commit is contained in:
@@ -5,7 +5,7 @@ terraform {
|
|||||||
source = "cloudfoundry/cloudfoundry"
|
source = "cloudfoundry/cloudfoundry"
|
||||||
version = "1.9.0"
|
version = "1.9.0"
|
||||||
}
|
}
|
||||||
cf_community = {
|
cfcommunity = {
|
||||||
source = "cloudfoundry-community/cloudfoundry"
|
source = "cloudfoundry-community/cloudfoundry"
|
||||||
version = "0.53.1"
|
version = "0.53.1"
|
||||||
}
|
}
|
||||||
@@ -27,7 +27,7 @@ provider "cloudfoundry" {
|
|||||||
password = var.cf_password
|
password = var.cf_password
|
||||||
}
|
}
|
||||||
|
|
||||||
provider "cf_community" {
|
provider "cfcommunity" {
|
||||||
alias = "community"
|
alias = "community"
|
||||||
api_url = "https://api.fr.cloud.gov"
|
api_url = "https://api.fr.cloud.gov"
|
||||||
user = var.cf_user
|
user = var.cf_user
|
||||||
|
|||||||
Reference in New Issue
Block a user