Skip to content

Commit a17a7b4

Browse files
Merge pull request #8342 from barbacbd/gcp_signed_url_and_shim
OCPBUGS-33709: GCP mixup when using the ignition shim vs the signed url
2 parents e4f3ed3 + 133c5a0 commit a17a7b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/data/gcp/bootstrap/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ resource "google_compute_instance" "bootstrap" {
118118
}
119119

120120
metadata = {
121-
user-data = data.ignition_config.redirect.rendered
121+
user-data = var.gcp_ignition_shim
122122
}
123123

124124
tags = ["${var.cluster_id}-master", "${var.cluster_id}-bootstrap"]

0 commit comments

Comments
 (0)