A tool from Hashicorp used for defining infrastructure as code.
I was able to create a bucket in an amazon S3 using this link. I used the following code to …
amazon-web-services amazon-s3 directory bucket terraformI'm new at terraform and I created a custom azure policies on module structure. each policy represents a custom module. …
azure terraform terraform-provider-azureI've been using Terraform to build my AWS stack and have been enjoying it. If it was to be used …
terraformI have the following list of objects variable: variable "objects" { type = "list" description = "list of objects default = [ { id = "name1" attribute = "…
terraformI'm trying to create a module in Terraform that can be instantiated multiple times with different variable inputs. Within the …
terraformDoes Terraform support conditional attributes? I only want to use an attribute depending on a variable's value. Example: resource "aws_…
terraform terraform-provider-awsSo I have a terraform script that creates instances in Google Cloud Platform, I want to be able to have …
ssh google-cloud-platform terraformIf resources use a count parameter to specify multi resources in terraform there is a simple syntax for providing a …
terraformI'm using the AWS Two-tier example and I've direct copy-n-pasted the whole thing. terraform apply works right up to where …
amazon-web-services ssh amazon-ec2 sdn terraformI have a long list of machines, all of which are a little different in functionality in a system. I'd …
ansible terraform