A tool from Hashicorp used for defining infrastructure as code.
I want to convert the existing AWS CloudFormation templates (yaml) to Terraform templates(hcl) automatically. Can anyone please suggest some …
amazon-web-services amazon-cloudformation terraformI'm just getting started with terraform and I'd like to be able to use AWS S3 as my backend for …
amazon-s3 terraformI would like to use the same terraform template for several dev and production environments. My approach: As I understand …
terraformI´m using Terraform to create a script that builds some EC2 Servers and a MySQL RDS (using AWS Amazon …
terraformI have an AWS account where multiple EC2 instances, load balancers, target groups, security groups etc are setup by multiple …
amazon-web-services terraformI am a little bit puzzled on the question whether to commit .tfstate files to Git or not. The Terraform …
git terraformI am trying to implement nested for loops using Terraform 0.12's new features in order to loop through AWS IAM …
nested-loops terraformI have developed a terraform script to create a k8 cluster on GKE. Post successful creation of cluster, I have …
kubernetes terraform google-kubernetes-engineI have an existing resource group on Azure with a VM running on it and have been playing around with …
azure azure-virtual-machine terraform terraform-provider-azureI am trying to have a common user_data file for common tasks such as folder creation and certain package …
terraform user-data