What is terraform plan -refresh-only intended to detect?
You're writing a Terraform configuration that needs to read input from a local file called id_rsa.pub. Which built-in Terraform function can you use to import the file's contents as a string?
You have deployed a new webapp with a public IP address on a cloud provider. However, you did not create any outputs for your code. What is the best method to quickly find the IP address of the resource you deployed?
If you update the version constraint in your Terraform configuration, Terraform will update your lock file the next time you run terraform Init.