Update terraform module to v0.2.0

This commit is contained in:
Ryan Ahearn
2022-12-22 08:38:06 -05:00
parent e7a8e3afe8
commit dc639feedf
10 changed files with 48 additions and 62 deletions

View File

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