mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-01 06:14:35 +02:00
Fix implicit map assignments to be explicit
* Terraform v0.12 will require map assignments be explicit, part of v0.12 readiness
This commit is contained in:
@ -28,7 +28,7 @@ resource "google_compute_instance_template" "worker" {
|
||||
machine_type = "${var.machine_type}"
|
||||
min_cpu_platform = "Intel Haswell"
|
||||
|
||||
metadata {
|
||||
metadata = {
|
||||
user-data = "${data.ct_config.worker-ignition.rendered}"
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user