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
3dc760ef
Commit
3dc760ef
authored
Nov 10, 2018
by
Mike Horwath
Browse files
notes variable
parent
5c7729a8
Pipeline
#44
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
rule.tf
View file @
3dc760ef
...
...
@@ -2,7 +2,7 @@
resource
"cloudflare_access_rule"
"whitelisted_ip"
{
count
=
"
${
length
(
var
.
whitelist_ips
)
}
"
notes
=
"
Whitelist IPs from Terraform
"
notes
=
"
${
var
.
notes
}
"
mode
=
"whitelist"
configuration
{
...
...
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