Verifying Terraform

Verification is a necessary step in the Terraform setup process.

  1. Open a new Command Prompt with administrative privileges.

  2. Navigate to the directory containing the Terraform executable by setting the path.

  3. Run the command terraform init as displayed in the image below.

  1. Run the command terraform apply.

The examples below display the command prompt with outputs for possible variables.

Output for Get Secret

Output for Create Secret

The newly created secret ID is highlighted

Output for Update Secret

Output for Get Secret with Ephemeral Resource

The data fetched using an ephemeral resource is not stored in the state file.