Plan
Last updated
Last updated
If you don't want to append provider block with credentials inside Terraform script files, you can check "Use public provider". App will append volatile file with provider block and public provider credentials. This file will not be stored or returned as the result of any operation.
If you are not using "Public provider" credentials, it is required to add two Terraform code blocks:
terraform
specify atlcloudjira provider
provider
inside provider, specify credentials used to authenticate Terraform provider in given instance
To perform plan operation follow the steps below:
Make sure that all imported resources have corresponding code fragments. Use code generation if needed.
Click on Plan button
Await process to be completed. Verify logs being displayed in Execution logs tab.
Check the output to verify the plan before plan operation.