We are pleased to announce the general availability of https://releases.hashicorp.com/consul-terraform-sync/. Once established, teams manage Day 2 networking tasks by integrating Consul’s catalog to register services into the system via CTS.

The https://www.hashicorp.com/blog/announcing-consul-terraform-sync-0-4-for-terraform-cloud release of Consul-Terraform-Sync enabled integration with Terraform Cloud and support to trigger a Terraform workflow based on Consul key-value (KV) changes.

Consul-Terraform-Sync Enterprise is introducing a new capability that enables users to select the Terraform Execution mode per CTS Task, including the “agent” mode for Terraform Cloud Agents.

Users can now enable Terraform Cloud Agent support by configuring the Terraform execution mode per CTS Task to “agent”, as shown here: task { name = "terraform_cloud_agent_task" module = "mkam/hello/cts" condition "services"{ names = ["api", "web"]} terraform_cloud_workspace { execution_mode = "agent" agent_pool_name = "test_agent_pool"}}

Related Articles