i get the following error message after terraform validate: ############################################################### Error: Incorrect attribute value typ
What happens if running "terraform apply" twice? Does it create all the resources twice?
Currently spinning up 11 unallocated volumes via terraform but noticed that the volumes come in a random order on the machine and not in the specified order of
What happens if running "terraform apply" twice? Does it create all the resources twice?
I currently have the following Terraform plan: provider "aws" { region = var.region } resource "aws_instance" "ec2" { ami = var.ami instance_
Is there a way to allow any type of dictionary/object as an input variable? I have a module to create cron expressions with lambda and I'm trying to add a varia
Set up: I will be programatically creating environments using terraform. There are already a few VPCs that exist, and I want to ensure that when creating a new
I am having trouble with secret value update. If I recreate azurerm_windows_function_app with new name the new ID is not being updated in secret value. The secr
When running terraform apply I get the following error Terraform AlreadyExistsException: An alias with the name arn:aws:kms:XXXXX:XXXXXXXXX:alias/myalias alread
I am struggling to get an ECS task to be able to see an EFS volume. The terraform config is: EFS DEFINITION resource "aws_efs_file_system" "persistent" { encryp
I have the following code where I am trying to spin up an instance from an AMI and then replace the root volume with a volume I created from an earlier backup s
I'm setting up an azure firewall rule and I wish to set ignore changes on the source addresses. Can anyone help me with the correct syntax. Using hashicorp/azur
I created secrets in github actions and trying to use them in reusable workflow, but I am unable to make it work, However, If I pass secrets hardcoded from call
I am trying to enable azure monitor feature for existing virtual machines which checks for health and performance of the VM using terraform but I am not able to
Terraform init is giving the following error. No version has been upgraded and it was working few days back but suddenly it is failing. Error: Failed to query a
I created a Checkov custom YAML policy and noticed that only terraform files are getting scanned with the custom policy. Did not find any documentation that con
I am trying to do a file provisioned into google_compute_instance_template using the method shown below ... provisioner "file" { source = file("${path.m
I am getting a 403 forbidden when creating a function app that connects to its storage account via private endpoint inside a vnet. Storage account has firewall
I am looking for recipes on how to standup a complete Azure Data Explorer stack using Terraform. So far I have found that Terraform has support to create cluste
I have resources defined in .tf files that are generic to several applications. I populate many of the fields via a .tfvars file. I need to omit some of the res