Bring bootstrap module back into working order with versioned s3 module

This commit is contained in:
Ryan Ahearn
2023-03-31 07:54:06 -04:00
parent 8bcb9f3aae
commit ac20a0ed65
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