python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Terraform for_each map of objects
I'm trying to build dev and production environment without duplicating resource blocks. I have found that I can create map of objects and use for loop for this.
For this I have created this piece of c...
Niviral
Votes: 0
Answers: 1
Terraform Output doesn't exist after running terraform apply
I configure my terraform using a GCS backend, with a workspace. My CI environment exactly has access to the state file it requires for the workspace.
terraform {
required_version = ">= 0.14&...

spierce7
Votes: 0
Answers: 1
How can I use both resource.RetryError and diag.Diagnostics when developing a TF Provider Plugin SDK v2?
Context: I'm developing a TF Provider Plugin SDK v2.
Recently I've found this doc that describes how to setup retries but it uses just error as a return type vs recommended diag.Diagnostics.
How can I...
Alex Kuzminov
Votes: 0
Answers: 0
Reference Terraform variable in shell script using templatefile function
I have a shell script to download a http link using wget:
wget -qO - "${mojang_server_url}"
I want to enter this link in a tfvars file, and then reference this in the shell script using Ter...

lbpoundz
Votes: 0
Answers: 1