mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-08-14 23:08:07 -04:00
Update terraform module to v0.2.0
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
@@ -1,14 +1,9 @@
|
||||
variable "cf_password" {
|
||||
type = string
|
||||
sensitive = true
|
||||
}
|
||||
variable "cf_user" {}
|
||||
variable "cf_org_name" {}
|
||||
variable "cf_space_name" {}
|
||||
variable "source_app_name" {}
|
||||
variable "destination_app_name" {}
|
||||
variable "destination_port" {
|
||||
type = string
|
||||
type = string
|
||||
# 61443 is the port to use to enable automatic TLS termination as specified at
|
||||
# https://cloud.gov/docs/management/container-to-container/#configuring-secure-container-to-container-networking
|
||||
default = "61443"
|
||||
|
||||
Reference in New Issue
Block a user