What is local-exec and remote-exec in the context of provisioners?
Answer
local-exec provisioners run commands on the machine where Terraform is executed, while remote-exec provisioners run commands on the remote resource.
local-exec provisioners run commands on the machine where Terraform is executed, while remote-exec provisioners run commands on the remote resource.