Upgrade terraform-cloudgov version and args in Bootstrap module

This commit is contained in:
John Skiles Skinner
2024-07-17 16:35:58 -07:00
parent 7507de973e
commit 58dc83d9fd
2 changed files with 5 additions and 9 deletions

View File

@@ -9,7 +9,7 @@ terraform {
}
provider "cloudfoundry" {
api_url = local.cf_api_url
api_url = "https://api.fr.cloud.gov"
user = var.cf_user
password = var.cf_password
app_logs_max = 30