Skip to content
Snippets Groups Projects
Verified Commit 60558c70 authored by Sheogorath's avatar Sheogorath :european_castle:
Browse files

terraform: Rename loadbalancer to lb01.<cluster-comain>

parent 2c3ec7bc
No related branches found
No related tags found
No related merge requests found
resource "hcloud_load_balancer" "lb" { resource "hcloud_load_balancer" "lb" {
name = "lb.${var.dns_domain}" name = "lb01.${var.dns_domain}"
load_balancer_type = "lb11" load_balancer_type = "lb11"
location = var.location location = var.location
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment