I'm getting the error that base_dir is an invalid argument. But according to the documentation on the hashicorp repo, it's a required string. Here's my main.tf:
I'm trying to create a Kinesis Firehose using terraform with dynamic partitioning using two partition queries from the JSON I'm recieving, my processing configu
If I had a json file like this: { "allMyTags": { "owner": "john", "department": "HR", "city": "New York" } } and my AWS provide
The following may be due to the fact that I messed something regarding a SSL certificate up on my local machine? I encounter the issue during Terraform plan but
I am looking for a way to invalidate the CloudFront distribution cache using Terraform. I could not find any information in the docs. Is this possible and if so
I'm setting up a mock integration for GET requests with AWS API Gateway, and wonder why it only works when the application/json request template is specified. T
As part of provisioning google cloud resources with GitHub actions using terraform I need to bypass some input values using terraform variables file, the issue
I'm automating the creation of a storage gateway in terraform following [1], to follow the best practices of gitops of having every important infrastucture as c
I am trying to setup a bigquery data transfer configuration using terraform. I am using my personal gcp account. I have a setup of terraform on my laptop so tha
I have the following code. mymodule variable "senses" { type = string } locals { sounds = { "cat" = "meow" "dog" = ["bark", "woof"] } } output
Suppose we have some ec2 instances in AWS. How can we get subnet_ids of these ec2s via Terraform?
Within my EMR module I have a template that is deployed for the cluster configuration, within this template are all the cluster configuration requirements for t
i have a simple terraform script which makes use of a module, the script creates multiple s3 buckets: main.tf: variable "bucket_name"{ type = list descr
I'm trying to configure Azure DSC Configuration, but I am running into two issues. I continue to get this error message Error = 'invalid character 'c' looking f
I have the settings.py file below of a django application using terraform , docker compose and im trying to get the value of the database stored in aws secret m
I've been trying to create a public cloud run invoker policy and bind that to my cb_app cloud run service so that it can be exposed. I've created a custom servi
I am trying to create GKE cluster from terraform. I have an existing service account and I don't want to create any new service account instead use the one whic
I have been testing out something using the terraform for_each loop method and ran into this error with the local_file resource. $ cat main.tf resource "local_
I need to know how to get an error code and possibly the error from a terraform apply task into a powershell variable - i am sure this is possible but I cannot
So I'm looking for some good examples of a module where I can remotely grab a json file and assign TF variables inside of a module to be consumed by several dif