Verifying Terraform
Verification is a necessary step in the Terraform setup process.
-
Open a new Command Prompt with administrative privileges.
-
Navigate to the directory containing the Terraform executable by setting the path.
-
Run the command
terraform init
as displayed in the image below.
-
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.