From 45489293742345820c87b93d1931769406cb7638 Mon Sep 17 00:00:00 2001 From: vivek vr Date: Wed, 1 Nov 2023 17:01:54 +0530 Subject: [PATCH] Add[#124]: local-exec multi command example --- getting-started/local-exec/multi-command/main.tf | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100755 getting-started/local-exec/multi-command/main.tf diff --git a/getting-started/local-exec/multi-command/main.tf b/getting-started/local-exec/multi-command/main.tf new file mode 100755 index 0000000..74bdcab --- /dev/null +++ b/getting-started/local-exec/multi-command/main.tf @@ -0,0 +1,11 @@ +resource "null_resource" "local_debug" { + provisioner "local-exec" { + command = <