Initialize and Preview the Terraform Plan

JFrog Platform Administration Documentation

Content Type
Administration / Platform
ft:sourceType
Paligo
  1. Run terraform init to initialize your configuration.

    This examines your configuration and download any required providers.

    terraforminit.png
  2. Run terraform plan to preview the changes.

    terraformplan.png

The results should match what you are planning to create. If not, adjust the configuration and run terraform plan.