Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Terraform based repositories
Cloudflare Access Rule Module
Commits
9ebbbdab
Commit
9ebbbdab
authored
Nov 10, 2018
by
Mike Horwath
Browse files
do not make stupid mistakes
parent
848de25a
Pipeline
#46
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
variables.tf
View file @
9ebbbdab
...
...
@@ -6,10 +6,10 @@ variable "zone" {}
variable
"whitelist_ips"
{
type
=
"list"
default
=
""
default
=
[]
}
variable
"blacklist_ips"
{
type
=
"list"
default
=
""
default
=
[]
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment