#terraweekchallenge
Read more stories on Hashnode
Articles with this tag
What are terraform workspace, remote execution, and collaboration? Terraform Workspace: A workspace in Terraform is a named container that contains a...
What are the Providers in Terraform A provider is a plugin that lets Terraform manage an external API. In your CDK for Terraform (CDKTF) application,...
What are the Modules in Terraform Modules are reusable infrastructure configuration components in Terraform that can be used to group and organize...
Terraform State: With the help of the infrastructure as code tool Terraform, you can declaratively define and manage your infrastructure. Terraform...
Create a Terraform configuration file to define a resource of AWS EC2 instance, Azure storage account, Google Compute Engine, etc. (anyone) # Define...