Terraform is an open-source, infrastructure as code, software tool created by HashiCorp. Users define and provide data center infrastructure using a declarative configuration language…
In this guide, we will learn how to use terraform to launch Confluent Cloud resources such as environments, clusters, topics and ACLs. Confluent Cloud…
Secret Manager is a secure and convenient storage system for API keys, passwords, certificates, and other sensitive data. Secret Manager provides a central place and…
A Service Account is a special kind of account used by an application (Terraform in this case) to make authorized API calls. It is identified by its…
Amazon VPC peering enables the network connection between the private VPCs to route the traffic from one VPC to another. You can create VPC…
In this guide, we will build a Redis instance in Google cloud platform using terraform. Terraform allows you to develop cloud infrastructure by automating…
In this guide, we will build a Cloud SQL instance in Google cloud platform using terraform. Terraform allows you to develop cloud infrastructure by…
In this guide, we will build a simple compute instance(virtual machine) in Google cloud platform using terraform. Terraform allows you to develop cloud infrastructure…
Terraform is an open-source infrastructure as code software tool created by HashiCorp. To use terraform, you define the resources you want to create using…