Understanding provisioners in terraform: file, remote-exec, and local-exec provisioners
Nov 8, 2024 · 3 min read · When managing infrastructure, sometimes you'll need to perform specific actions during the setup process of your resources. This is where Terraform provisioners come in! Provisioners in Terraform are used to execute scripts, copy files, or run comman...
Join discussion