What happens when we run 'terraform plan' and 'terraform apply' with '-refresh-only' flag and when we run without this flag?
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 ...
terraform-refresh.hashnode.dev7 min read