I am trying to generate a bunch of files from templates - I need to replace the hardcoded 1 with the …
terraform terraform-template-fileI want to script terraform for CI/CD purpose and I don't like CDing in scripts, I rather have specific …
windows terraform terraform-template-fileI have this code in terraform: data "archive_file" "lambdazip" { type = "zip" output_path = "lambda_launcher.zip" source_dir = "lambda/…
terraform terraform-template-fileWe have cronjob and shell script which we want to copy or upload to aws ec2 instance while creating instance …
terraform terraform-provider-aws terraform-template-fileHi EC2 instance is created, but commands as part of userdata.sh are not gettingexecuted. When I manually connect to …
terraform terraform-provider-aws terraform-template-fileI'm using the terraform kubernetes-provider and I'd like to translate something like this kubectl command into TF: kubectl create secret …
kubernetes terraform terraform-template-file