From 6628cd7cf5beded095af35f1c67c523184caafff Mon Sep 17 00:00:00 2001 From: aleatoricmbnt Date: Wed, 15 Oct 2025 16:00:45 +0300 Subject: [PATCH 1/8] local_wait 1 --- main/local_wait/main.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main/local_wait/main.tf b/main/local_wait/main.tf index f2554e52..c33b9d28 100644 --- a/main/local_wait/main.tf +++ b/main/local_wait/main.tf @@ -38,4 +38,9 @@ output "run_time" { output "workspace_name" { value = terraform.workspace +} + +resource "terraform_data" "PR_check" { + input = "PR_check" + triggers_replace = timestamp() } \ No newline at end of file From 2e2245e3d12e99670a1126956a3af7753da3ef0d Mon Sep 17 00:00:00 2001 From: aleatoricmbnt Date: Wed, 15 Oct 2025 16:01:37 +0300 Subject: [PATCH 2/8] revert --- main/local_wait/main.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/main/local_wait/main.tf b/main/local_wait/main.tf index c33b9d28..003e88b9 100644 --- a/main/local_wait/main.tf +++ b/main/local_wait/main.tf @@ -39,8 +39,3 @@ output "run_time" { output "workspace_name" { value = terraform.workspace } - -resource "terraform_data" "PR_check" { - input = "PR_check" - triggers_replace = timestamp() -} \ No newline at end of file From 3408ce26e31d59090ba1e1e08f4792237c9cce26 Mon Sep 17 00:00:00 2001 From: aleatoricmbnt Date: Wed, 15 Oct 2025 16:02:22 +0300 Subject: [PATCH 3/8] local_wait 1 --- main/local_wait/main.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main/local_wait/main.tf b/main/local_wait/main.tf index 003e88b9..c33b9d28 100644 --- a/main/local_wait/main.tf +++ b/main/local_wait/main.tf @@ -39,3 +39,8 @@ output "run_time" { output "workspace_name" { value = terraform.workspace } + +resource "terraform_data" "PR_check" { + input = "PR_check" + triggers_replace = timestamp() +} \ No newline at end of file From f7757485e384076225d7e87ba7aeefcdcc2aadd7 Mon Sep 17 00:00:00 2001 From: aleatoricmbnt Date: Wed, 15 Oct 2025 16:02:43 +0300 Subject: [PATCH 4/8] ip_output 2 --- main/ip-output/main.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main/ip-output/main.tf b/main/ip-output/main.tf index 604eee68..aedd8521 100644 --- a/main/ip-output/main.tf +++ b/main/ip-output/main.tf @@ -15,3 +15,8 @@ data "local_file" "read_ip" { output "scalr_ip" { value = "Current instance IP is: ${data.local_file.read_ip.content}" } + +resource "terraform_data" "PR_check" { + input = "PR_check" + triggers_replace = timestamp() +} \ No newline at end of file From 491c8e95093f3d49296a2a938c5699ad7a6a62bb Mon Sep 17 00:00:00 2001 From: aleatoricmbnt Date: Wed, 15 Oct 2025 16:03:06 +0300 Subject: [PATCH 5/8] no_vars 3 --- main/no_vars/main.tf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/main/no_vars/main.tf b/main/no_vars/main.tf index e4cc0324..d070fcbf 100644 --- a/main/no_vars/main.tf +++ b/main/no_vars/main.tf @@ -6,4 +6,9 @@ resource "null_resource" "no_vars" { resource "terraform_data" "new" { input = "static" +} + +resource "terraform_data" "PR_check" { + input = "PR_check" + triggers_replace = timestamp() } \ No newline at end of file From 9800d183e3e96ffdea2df594a3b11aad16071a1b Mon Sep 17 00:00:00 2001 From: aleatoricmbnt Date: Wed, 15 Oct 2025 16:23:04 +0300 Subject: [PATCH 6/8] no_vars 2 / 1 --- main/no_vars/main.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/main/no_vars/main.tf b/main/no_vars/main.tf index d070fcbf..7ef4df23 100644 --- a/main/no_vars/main.tf +++ b/main/no_vars/main.tf @@ -7,8 +7,3 @@ resource "null_resource" "no_vars" { resource "terraform_data" "new" { input = "static" } - -resource "terraform_data" "PR_check" { - input = "PR_check" - triggers_replace = timestamp() -} \ No newline at end of file From 40a37306fc4da15f6a2ce345e4043ac4af78ee40 Mon Sep 17 00:00:00 2001 From: aleatoricmbnt Date: Wed, 15 Oct 2025 16:23:25 +0300 Subject: [PATCH 7/8] local_wait 2 / 2 --- main/local_wait/main.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/main/local_wait/main.tf b/main/local_wait/main.tf index c33b9d28..003e88b9 100644 --- a/main/local_wait/main.tf +++ b/main/local_wait/main.tf @@ -39,8 +39,3 @@ output "run_time" { output "workspace_name" { value = terraform.workspace } - -resource "terraform_data" "PR_check" { - input = "PR_check" - triggers_replace = timestamp() -} \ No newline at end of file From 37ab9c7b571ceb30a100d16bb71312e3f9e227e2 Mon Sep 17 00:00:00 2001 From: aleatoricmbnt Date: Wed, 15 Oct 2025 16:23:44 +0300 Subject: [PATCH 8/8] ip-output 2 / 3 --- main/ip-output/main.tf | 5 ----- 1 file changed, 5 deletions(-) diff --git a/main/ip-output/main.tf b/main/ip-output/main.tf index aedd8521..604eee68 100644 --- a/main/ip-output/main.tf +++ b/main/ip-output/main.tf @@ -15,8 +15,3 @@ data "local_file" "read_ip" { output "scalr_ip" { value = "Current instance IP is: ${data.local_file.read_ip.content}" } - -resource "terraform_data" "PR_check" { - input = "PR_check" - triggers_replace = timestamp() -} \ No newline at end of file