mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-15 09:42:38 -05:00
Update terraform module to v0.2.0
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user