fix: rename provisioner label to terraform
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
810cf272b8
commit
09b6224f85
2
main.tf
2
main.tf
@ -63,7 +63,7 @@ resource "hcloud_server" "server" {
|
|||||||
|
|
||||||
labels = merge(
|
labels = merge(
|
||||||
{
|
{
|
||||||
provisioner = "ansible"
|
provisioner = "terraform"
|
||||||
project = var.hcloud_project
|
project = var.hcloud_project
|
||||||
deploygroup = try(each.value.deploygroup, "1")
|
deploygroup = try(each.value.deploygroup, "1")
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user