Understanding provisioners in terraform: file, remote-exec, and local-exec provisioners
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...
serverless-architecture.hashnode.dev3 min read