tweaked tfvars.example
This commit is contained in:
parent
4fe79625b1
commit
c0c27229f4
@ -54,13 +54,13 @@ agent_nodepools = {
|
||||
# Adding extra firewall rules, like opening a port
|
||||
# In this example with allow port TCP 5432 for a Postgres service we will open via a nodeport
|
||||
# More info on the format here https://registry.terraform.io/providers/hetznercloud/hcloud/latest/docs/resources/firewall
|
||||
extra_firewall_rules = [
|
||||
{
|
||||
direction = "in"
|
||||
protocol = "tcp"
|
||||
port = "5432"
|
||||
source_ips = [
|
||||
"0.0.0.0/0"
|
||||
]
|
||||
},
|
||||
]
|
||||
# extra_firewall_rules = [
|
||||
# {
|
||||
# direction = "in"
|
||||
# protocol = "tcp"
|
||||
# port = "5432"
|
||||
# source_ips = [
|
||||
# "0.0.0.0/0"
|
||||
# ]
|
||||
# },
|
||||
# ]
|
||||
|
Loading…
Reference in New Issue
Block a user