From 479c8e96d3ce20097251db050552ef0ac2e03895 Mon Sep 17 00:00:00 2001 From: Annu Singh Date: Wed, 15 May 2024 15:33:58 +0530 Subject: [PATCH 1/7] feat: aligning wording --- stacks/opentofu/workflows.tm.hcl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stacks/opentofu/workflows.tm.hcl b/stacks/opentofu/workflows.tm.hcl index 1d49720..12861f6 100644 --- a/stacks/opentofu/workflows.tm.hcl +++ b/stacks/opentofu/workflows.tm.hcl @@ -1,6 +1,6 @@ script "init" { name = "OpenTofu Init" - description = "Downloads the required provider plugins and modules and setting up the backend" + description = "Download the required provider plugins and modules and set up the backend" job { commands = [ @@ -56,7 +56,7 @@ script "drift" "detect" { script "drift" "reconcile" { name = "OpenTofu Drift Reconciliation" - description = "Reconciles drifts in all changed stacks." + description = "Reconcile drifts in all changed stacks." job { commands = [ @@ -71,7 +71,7 @@ script "drift" "reconcile" { script "tofu" "render" { name = "OpenTofu Show Plan" - description = "Renders a OpenTofu Plan." + description = "Render an OpenTofu Plan." job { commands = [ From bb8c839a2291db89658cc2e7d6fc4de3c4b65c49 Mon Sep 17 00:00:00 2001 From: Annu Singh Date: Wed, 15 May 2024 15:35:40 +0530 Subject: [PATCH 2/7] removing full-stops --- stacks/opentofu/workflows.tm.hcl | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/stacks/opentofu/workflows.tm.hcl b/stacks/opentofu/workflows.tm.hcl index 12861f6..963c5ae 100644 --- a/stacks/opentofu/workflows.tm.hcl +++ b/stacks/opentofu/workflows.tm.hcl @@ -11,7 +11,7 @@ script "init" { script "preview" { name = "OpenTofu Deployment Preview" - description = "Create a preview of OpenTofu Changes and synchronize it to Terramate Cloud." + description = "Create a preview of OpenTofu Changes and synchronize it to Terramate Cloud" job { commands = [ @@ -26,7 +26,7 @@ script "preview" { script "deploy" { name = "OpenTofu Deployment" - description = "Run a full OpenTofu deployment cycle and synchronize the result to Terramate Cloud." + description = "Run a full OpenTofu deployment cycle and synchronize the result to Terramate Cloud" job { commands = [ @@ -42,7 +42,7 @@ script "deploy" { script "drift" "detect" { name = "OpenTofu Drift Check" - description = "Detect drifts in OpenTofu configuration and synchronize it to Terramate Cloud." + description = "Detect drifts in OpenTofu configuration and synchronize it to Terramate Cloud" job { commands = [ @@ -56,7 +56,7 @@ script "drift" "detect" { script "drift" "reconcile" { name = "OpenTofu Drift Reconciliation" - description = "Reconcile drifts in all changed stacks." + description = "Reconcile drifts in all changed stacks" job { commands = [ @@ -71,7 +71,7 @@ script "drift" "reconcile" { script "tofu" "render" { name = "OpenTofu Show Plan" - description = "Render an OpenTofu Plan." + description = "Render an OpenTofu Plan" job { commands = [ From eae023b3f7bd1e41f8c8ab019edbf7929c21bc48 Mon Sep 17 00:00:00 2001 From: Annu Singh Date: Wed, 15 May 2024 15:40:59 +0530 Subject: [PATCH 3/7] aligning wording for Terraform workflows --- stacks/terraform/workflows.tm.hcl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/stacks/terraform/workflows.tm.hcl b/stacks/terraform/workflows.tm.hcl index 7119543..898f4d5 100644 --- a/stacks/terraform/workflows.tm.hcl +++ b/stacks/terraform/workflows.tm.hcl @@ -1,6 +1,6 @@ script "init" { name = "Terraform Init" - description = "Downloads the required provider plugins and modules and setting up the backend" + description = "Download the required provider plugins and modules and set up the backend" job { commands = [ @@ -11,7 +11,7 @@ script "init" { script "preview" { name = "Terraform Deployment Preview" - description = "Create a preview of Terraform Changes and synchronize it to Terramate Cloud." + description = "Create a preview of Terraform Changes and synchronize it to Terramate Cloud" job { commands = [ @@ -26,7 +26,7 @@ script "preview" { script "deploy" { name = "Terraform Deployment" - description = "Run a full Terraform deployment cycle and synchronize the result to Terramate Cloud." + description = "Run a full Terraform deployment cycle and synchronize the result to Terramate Cloud" job { commands = [ @@ -42,7 +42,7 @@ script "deploy" { script "drift" "detect" { name = "Terraform Drift Check" - description = "Detect drifts in Terraform configuration and synchronize it to Terramate Cloud." + description = "Detect drifts in Terraform configuration and synchronize it to Terramate Cloud" job { commands = [ @@ -56,7 +56,7 @@ script "drift" "detect" { script "drift" "reconcile" { name = "Terraform Drift Reconciliation" - description = "Reconciles drifts in all changed stacks." + description = "Reconcile drifts in all changed stacks" job { commands = [ @@ -71,7 +71,7 @@ script "drift" "reconcile" { script "terraform" "render" { name = "Terraform Show Plan" - description = "Renders a Terraform Plan." + description = "Render a Terraform Plan" job { commands = [ From b567925f5ef2671fd82b0763a9b9d718d809759a Mon Sep 17 00:00:00 2001 From: Annu Singh Date: Wed, 15 May 2024 15:51:05 +0530 Subject: [PATCH 4/7] Update stacks/terraform/workflows.tm.hcl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sören Martius --- stacks/terraform/workflows.tm.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/terraform/workflows.tm.hcl b/stacks/terraform/workflows.tm.hcl index 898f4d5..2aadbda 100644 --- a/stacks/terraform/workflows.tm.hcl +++ b/stacks/terraform/workflows.tm.hcl @@ -11,7 +11,7 @@ script "init" { script "preview" { name = "Terraform Deployment Preview" - description = "Create a preview of Terraform Changes and synchronize it to Terramate Cloud" + description = "Create a preview of Terraform changes and synchronize it to Terramate Cloud" job { commands = [ From 873263958badf6b78100fa3ca7ffbaf05d5ffa3a Mon Sep 17 00:00:00 2001 From: Annu Singh Date: Wed, 15 May 2024 15:51:20 +0530 Subject: [PATCH 5/7] Update stacks/terraform/workflows.tm.hcl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sören Martius --- stacks/terraform/workflows.tm.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/terraform/workflows.tm.hcl b/stacks/terraform/workflows.tm.hcl index 2aadbda..3a8f3db 100644 --- a/stacks/terraform/workflows.tm.hcl +++ b/stacks/terraform/workflows.tm.hcl @@ -71,7 +71,7 @@ script "drift" "reconcile" { script "terraform" "render" { name = "Terraform Show Plan" - description = "Render a Terraform Plan" + description = "Render a Terraform plan" job { commands = [ From 5413721c4a05689cadff3744eb83f2eed3ff35aa Mon Sep 17 00:00:00 2001 From: Annu Singh Date: Wed, 15 May 2024 15:51:29 +0530 Subject: [PATCH 6/7] Update stacks/opentofu/workflows.tm.hcl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sören Martius --- stacks/opentofu/workflows.tm.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/opentofu/workflows.tm.hcl b/stacks/opentofu/workflows.tm.hcl index 963c5ae..363d536 100644 --- a/stacks/opentofu/workflows.tm.hcl +++ b/stacks/opentofu/workflows.tm.hcl @@ -71,7 +71,7 @@ script "drift" "reconcile" { script "tofu" "render" { name = "OpenTofu Show Plan" - description = "Render an OpenTofu Plan" + description = "Render an OpenTofu plan" job { commands = [ From 17578fa938247f90257bd0d737353c3fdfd2941d Mon Sep 17 00:00:00 2001 From: Annu Singh Date: Wed, 15 May 2024 15:52:02 +0530 Subject: [PATCH 7/7] Update stacks/opentofu/workflows.tm.hcl MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Sören Martius --- stacks/opentofu/workflows.tm.hcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stacks/opentofu/workflows.tm.hcl b/stacks/opentofu/workflows.tm.hcl index 363d536..a599a4c 100644 --- a/stacks/opentofu/workflows.tm.hcl +++ b/stacks/opentofu/workflows.tm.hcl @@ -11,7 +11,7 @@ script "init" { script "preview" { name = "OpenTofu Deployment Preview" - description = "Create a preview of OpenTofu Changes and synchronize it to Terramate Cloud" + description = "Create a preview of OpenTofu changes and synchronize it to Terramate Cloud" job { commands = [