mirror of
https://github.com/GSA/notifications-api.git
synced 2026-08-24 00:06:16 -04:00
revert
This commit is contained in:
@@ -1,19 +1,9 @@
|
||||
terraform {
|
||||
required_version = "~> 1.7"
|
||||
required_providers {
|
||||
|
||||
cfcommunity = {
|
||||
cloudfoundry = {
|
||||
source = "cloudfoundry-community/cloudfoundry"
|
||||
version = "0.53.1"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
# Community provider (should be aliased but default for now)
|
||||
provider "cfcommunity" {
|
||||
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