You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
2. **Initialize Terraform**: Initializes the working directory containing the Terraform configuration files. It downloads the necessary provider plugins and sets up the backend for storing the state.
- **Order Now**: Applies the changes required to reach the desired state of the configuration. It prompts forconfirmation before making any changes. It also uses the variable values specifiedin`terraform.tfvars`.
0 commit comments