Trying to setup my first web app using terraform on Azure using there freetier. The Resource group, and app service plan were able to be created but the app cre
I'm looking for a way to uniquely assign an element from a list to a resource in terraform. I find it hard to explain so I hope the following explains what I wa
In GitHub actions, you have the luxury of installing packages with homebrew. At least, that was my opinion up until recently. I personally think homebrew is a c
Just looking to get an answer for a Terraform question. I'm interested in using Governed Tables in Lake Formation and using Terraform to allocate the resources.
The app service is in subscription1 and the keyvault is in subscription2, I want to attach the certificate in the keyvault to the appservice during the terrafor
I am trying to add different threshold values to different instances ids in tf. But i am not able to find if loop in terraform. Is there any way to give differe
I am working on learning Terraform and Azure Web Services. After following a series of tutorials, I've been working on getting an Azure Container Instance setup
Hi All I am planning to build a system for my team where we can start a AWS batch infra - run a task - once job done destroy the infra. I am thinking of : Make
For example, per the helm chart documentation for Drupal, the default value for accessModes is ["ReadWriteOnce"] which translates to the following in the YAML:
I have two repos, one contains terragrunt configuration and the other contains terraform code. I would like to include a file in terragrunt configuration that i
I have a project where I'm using Terraform in Azure DevOps Pipeline create Infrastructure but want to destroy the infrastructure in a PowerShell script running
I have an AWS ALB that I need to add a context-root redirect but I can not figure out the syntax in Terraform. I want this url to automatically go to this url.
I am trying to create a web app through Terraform, the new azurerm provider 3.0 has come out and so the new module azurerm_windows_web_app. The documentation st
I have a variables.tf file which contains all the project variables and im trying to fetch a variable values using PowerShell. variables.tf variable "products"
I'm encountering problems when trying to run terraform init -upgrade: ╷ │ Error: Failed to query available provider packages │ │ Could n
On GCP, I'm trying to create a Cloud SQL instance with this Terraform code below: resource "google_sql_database_instance" "postgres" { name =
I am a bit confused about the individual roles of Kubernetes and Terraform when using them both on a project. Until very recently, I had a very clear understand
Whats going on? I have created a couple of "google_compute_health_check" on GCP To re-use the health checks, my variables refer to whatever health_check they n
I have written a module called network_resources in which I am creating vnets and subnets attached to it. Below is the code for the module and how the module is
I am trying to assign an environment variable in Windows from the contents of a RSA Private Key File. In Linux this is easily accomplished with the export comma