© 2026 Hashnode
How ‘ -refresh-only ‘ flag works: The -refresh-only flag can be used with terraform plan and terraform apply commands. When you run a command with this flag, Terraform will detect and show if any changes exists in our infrastructure, but it will not ...

We will examine the provisioner in this article, and you will learn about some common details, such as the file, local-exec, and remote-exec commands and how to use them. What is a Provisioner? A provisioner is a mechanism that is used to execute com...
