mirror of
https://github.com/GSA/notifications-admin.git
synced 2026-09-08 00:18:25 -04:00
Access the API endpiont over internal interfaces
This commit is contained in:
16
terraform/shared/container_networking/providers.tf
Normal file
16
terraform/shared/container_networking/providers.tf
Normal file
@@ -0,0 +1,16 @@
|
||||
terraform {
|
||||
required_version = "~> 1.0"
|
||||
required_providers {
|
||||
cloudfoundry = {
|
||||
source = "cloudfoundry-community/cloudfoundry"
|
||||
version = "~> 0.15"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
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