I'm attempting to add a domain controller to an existing domain using terraform (in Azure). I declared some local values in the main terraform file for my serve
I'm attempting to add a domain controller to an existing domain using terraform (in Azure). I declared some local values in the main terraform file for my serve
I got a sample AWS codepipeline working in Paris region ("eu-west-3") via the console but need to get it set up via Terraform. I have one major problem : Error:
I am new to templates, I am trying to change terraform modules to flex as many “nameservers” as needed. How can iterate through the values of variab
I want to upgrade my AKS cluster using terraform without or with minimal downtime. What happens to the workloads during the cluster upgrade. Can i do the AKS cl
I am trying to create a create a firebase project using terraform. I am new in it and need some guidance in setting up the firebase project. I am facing an issu
OS: Unix .terraform.rc file content: plugin_cache_dir = "$HOME/.terraform.d/plugin-cache" I have placed aws provider plugin to "$HOME/.terraform.d/plugin-cache"
I've been trying to manage an Azure Kubernetes Service (AKS) instance via Terraform. When I create the AKS instance via the Azure CLI per this MS tutorial, the
I have some code in the general form: variable "foo" { type = "list" default = [ 1,2,3 ] } resource "bar_type" "bar" { bar_field = "${var.foo}" } I wa
From my current knowledge, there is no reason .terraform.lock.hcl should be included in the .gitignore. Nothing about this file is private, or is there?
This issue looks very much like a bug but I believe there must be something wrong in my terraform file because I can't find anybody on the web having the same p
I want to deploy an infrastructure on AWS using terraform. This is the main.tf config file: terraform { required_providers { aws = { source = "hash
using helm bitnami chart nginx-ingress-controller and also this terraform code to create the controller, how to enable the gzip request compression? it seems to
I am uploading AWS Lambda code into an S3 bucket as zip files. I have a resource declared for the S3 bucket object: resource "aws_s3_bucket_object" "source-co
The infrastructure was built into AWS with Terraform source code. The state files are gone and now i'm trying to import the existing infrastructure into Terrafo
Yesterday, Terraform was working fine on my Mac OS X laptop. Today I started using it, and I'm getting an error I've never seen before. I am using the google cl
I want to combine 2 variables. I tried to use locales but I couldn't get the final result also even with flatten Any other recommendation? I tried to use this s
I am facing issue in terraform wafv2. Currently i am stuck in while creating the aws_wafv2_regex_pattern_set resource. The aim is regular expression with loop i
I'm using terraform to create an RDS instance, to do so I need to have an aws_db_subnet_group resource. I can create the RDS using an aws_db_subnet_group create
I have used terraform state list but it is showing that you can't read due to tfstate file is locked. How do I unlock and get state of deployi