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)
AWS SSM - store multiple parameters using terraform and json file
We have a couple of legacy applications we're migrating to ec2 and these use a bunch of application configuration parameters. I need to be able to store each config as an individual parameter per appl...

CMR H
Votes: 0
Answers: 1
Is it possible to access all resources in a terraform remote state that aren't declared as outputs
I am trying to get some references from terraform remote state, and have noticed some differences between terraform state resources / data, and using a terraform_remote_state data object.
For example,...
Brett
Votes: 0
Answers: 1
How to create either Windows or Linux instances using terraform code in jenkins pipeline using parameters?
In git have to create only one branch ie. master branch where it has linux ami and windows ami mentioned in terraform code.
In jenkins while running the pipeline, user should manually enter linux or ...
Nithiya Joseph
Votes: 0
Answers: 1
Use current GIT information on Terraform resources
I would like to tag resources created by Terraform with GIT revision hash, ref name and also record if the checkout is clean or dirty. I have found a git provider that has some of the information, but...

Robert Cutajar
Votes: 0
Answers: 2