Update terraform module to v0.2.0

This commit is contained in:
Ryan Ahearn
2022-12-22 08:57:16 -05:00
parent 469e2a2fc0
commit f967d2a478
11 changed files with 69 additions and 103 deletions

View File

@@ -15,3 +15,10 @@ terraform {
profile = "notify-terraform-backend"
}
}
provider "cloudfoundry" {
api_url = "https://api.fr.cloud.gov"
user = var.cf_user
password = var.cf_password
app_logs_max = 30
}