Skip to content
GitLab
Explore
Sign in
Commits on Source (2)
free commit
· e8d8cdcb
Mike Horwath
authored
Nov 10, 2018
e8d8cdcb
test
· 9b1fbc4b
Mike Horwath
authored
Nov 10, 2018
9b1fbc4b
Show whitespace changes
Inline
Side-by-side
outputs.tf
View file @
9b1fbc4b
...
...
@@ -6,3 +6,4 @@ output "whitelist_id" {
# output "whitelist_zone_id" {
# value = ["${cloudflare_access_rule.whitelisted_ip.*.zone_id}"]
# }
variables.tf
View file @
9b1fbc4b
...
...
@@ -14,7 +14,9 @@ variable "configuration_value" {
default
=
""
}
variable
"zone"
{}
variable
"zone"
{
default
=
""
}
variable
"whitelist_ips"
{
type
=
"list"
...
...