diff --git a/stacks/opentofu/workflows.tm.hcl b/stacks/opentofu/workflows.tm.hcl index 1d49720..a599a4c 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 = [ @@ -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 = "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 = [ diff --git a/stacks/terraform/workflows.tm.hcl b/stacks/terraform/workflows.tm.hcl index 7119543..3a8f3db 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 = [