Remote State Storage Mechanisms
Learn how Terraform stores state data in a remote location.
We'll cover the following...
Terraform uses a local file back-end by default. While that might be sufficient when working on a small independent project, it doesn’t provide ...