From 3aa5a382096c2da762f75dbb2b2ada44bd328fe8 Mon Sep 17 00:00:00 2001 From: Glen Bell Date: Wed, 14 Feb 2024 04:25:32 +0000 Subject: [PATCH] add random pet to configuration to branch ahead-watch-behavior --- taco_tf_template.tf.json | 1 + 1 file changed, 1 insertion(+) create mode 100644 taco_tf_template.tf.json diff --git a/taco_tf_template.tf.json b/taco_tf_template.tf.json new file mode 100644 index 000000000..5cb12b9ae --- /dev/null +++ b/taco_tf_template.tf.json @@ -0,0 +1 @@ +{"resource": {"random_pet": {"test_pull_request": {"provisioner": {"local-exec": {"command": "echo peace"}}}}}} \ No newline at end of file