Category: Data, Kubernetes, Terraform, Infrastructure, Hashicorp, github

HashiCorp Terraform Cloud is a managed service offering that eliminates the need for unnecessary tooling when using Terraform in production. And lately, Terraform Cloud has gotten even more accessible.

Terraform Cloud works seamlessly with the https://registry.terraform.io, the primary source for publicly available Terraform providers and modules.

In this post, we're going to show how Terraform Cloud can drastically simplify a workflow by walking through an example using Terraform Cloud to launch a Kubernetes container on https://docs.microsoft.com/en-us/azure/aks/intro-kubernetes using pre-built providers and modules from the public Terraform Registry.

[Note: If you use Amazon Web Services (AWS), Google Cloud, VMWare, or another cloud provider, check out our https://learn.hashicorp.com/terraform for more information on how to launch Kubernetes containers.] #step-one-getting-set-up-with-terraform-cloudStep One: Getting Set Up with Terraform Cloud

Related Articles