Access the API endpiont over internal interfaces

This commit is contained in:
Ryan Ahearn
2022-09-27 10:46:55 -04:00
parent 51fb5bce98
commit 109bc72d4b
8 changed files with 88 additions and 3 deletions
+4 -1
View File
@@ -1,2 +1,5 @@
variable "cf_password" {}
variable "cf_password" {
type = string
sensitive = true
}
variable "cf_user" {}