You do not need to use different Terraform commands depending on the cloud provider you use. Terraform commands are consistent across different providers, as they operate on the Terraform configuration files and state files, not on the provider APIs directly.
From Terraform CLI Overview:
"Terraform provides a consistent CLI workflow regardless of which cloud or service you’re managing."
Thesame Terraform commandswork across all providers via plugins.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit