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
|
# 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
|
# 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
|
# More info on the format here https://registry.terraform.io/providers/hetznercloud/hcloud/latest/docs/resources/firewall
|
||||||
extra_firewall_rules = [
|
# extra_firewall_rules = [
|
||||||
{
|
# {
|
||||||
direction = "in"
|
# direction = "in"
|
||||||
protocol = "tcp"
|
# protocol = "tcp"
|
||||||
port = "5432"
|
# port = "5432"
|
||||||
source_ips = [
|
# source_ips = [
|
||||||
"0.0.0.0/0"
|
# "0.0.0.0/0"
|
||||||
]
|
# ]
|
||||||
},
|
# },
|
||||||
]
|
# ]
|
||||||
|
Loading…
Reference in New Issue
Block a user