Run
terraform init
to initialize your configuration.This examines your configuration and download any required providers.
Run
terraform plan
to preview the changes.
The results should match what you are planning to create. If not, adjust the configuration and run terraform plan
.