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)
How to prevent a terraform resource from being deployed after it shows up in the planned diff?
I ran into this situation during my training the other day.
Say im working with another guy on a terraform infrastructure, and we have shared state (ofcourse).
He creates a resource and updates the st...
BUCKSHOT
Votes: 0
Answers: 2
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
How can i set a count in for_each in terraform
I'm learning terraform by building a template to create my infrastructure in the hetzner cloud. For this purpose I'm using the hcloud provider.
I create a map variable hosts to create >1 server wit...
sokolata
Votes: 0
Answers: 1
How to deploy API Gateway with template_file stored in s3 bucket?
Is it possible to setup template_file with yaml file stored on s3 bucket?
Is there any other solution to attatch external file to API Gateway (like in case of lambda function which can be build based ...
psowa001
Votes: 0
Answers: 2