I am trying to enable azure monitor feature for existing virtual machines which checks for health and performance of the VM using terraform but I am not able to
Apple M1 chip doesn't support hashicorp/template and which result in the below error ╷ │ Error: Incompatible provider version │ │ Provi
I have this code in terraform: data "archive_file" "lambdazip" { type = "zip" output_path = "lambda_launcher.zip" source_dir = "lambda/etc" sou
I have this code in terraform: data "archive_file" "lambdazip" { type = "zip" output_path = "lambda_launcher.zip" source_dir = "lambda/etc" sou
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