Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
indiehost
tech
infrastructure
terraform-hetzner-cluster
Commits
90ecd4f0
Verified
Commit
90ecd4f0
authored
Aug 02, 2021
by
Hugo
Browse files
fix crash on first apply
parent
66510a0f
Changes
2
Hide whitespace changes
Inline
Side-by-side
api.tf
View file @
90ecd4f0
...
...
@@ -26,7 +26,7 @@ resource "hcloud_load_balancer_target" "api_lb_target" {
label_selector
=
"cluster=
${
var
.
name
}
,role=controller"
use_private_ip
=
true
depends_on
=
[
hcloud_
network_subnet
.
cloudnet
hcloud_
server
.
node
]
}
...
...
ingress.tf
View file @
90ecd4f0
...
...
@@ -25,7 +25,7 @@ resource "hcloud_load_balancer_target" "ingress_lb_target" {
label_selector
=
"cluster=
${
var
.
name
}
,ingress=true"
use_private_ip
=
true
depends_on
=
[
hcloud_
network_subnet
.
cloudnet
hcloud_
server
.
node
]
}
...
...
Write
Preview
Markdown
is supported
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