fix: rename provisioner label to terraform
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2022-09-04 13:38:44 +02:00
parent 810cf272b8
commit 09b6224f85
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ resource "hcloud_server" "server" {
labels = merge(
{
provisioner = "ansible"
provisioner = "terraform"
project = var.hcloud_project
deploygroup = try(each.value.deploygroup, "1")
},