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
Branches
Tags
No related merge requests found
resource "hcloud_load_balancer" "lb" {
name = "lb.${var.dns_domain}"
name = "lb01.${var.dns_domain}"
load_balancer_type = "lb11"
location = var.location
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment