Category "terraform-template-file"

How to load file not using hashicorp/template in terraform

Apple M1 chip doesn't support hashicorp/template and which result in the below error ╷ │ Error: Incompatible provider version │ │ Provi

How do you create an archive file in Terraform?

I have this code in terraform: data "archive_file" "lambdazip" { type = "zip" output_path = "lambda_launcher.zip" source_dir = "lambda/etc" sou

How do you create an archive file in Terraform?

I have this code in terraform: data "archive_file" "lambdazip" { type = "zip" output_path = "lambda_launcher.zip" source_dir = "lambda/etc" sou

terraform copy/upload files to aws ec2 instance

We have cronjob and shell script which we want to copy or upload to aws ec2 instance while creating instance using terraform. we tried file provisioner : bu