random provider makes the flow easy to test because planning it does not need cloud credentials.
Run an offline plan
1
Create a test configuration
main.tf
2
Download and snapshot the provider
terraform init downloads the provider and creates .terraform.lock.hcl. The copy on the host is ready to review and commit when adapting this to a real module.3
Plan offline
4
Clean up