Plan

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:

  1. Make sure that all imported resources have corresponding code fragments. Use code generation if needed.

  2. Click on Plan button

  3. Await process to be completed. Verify logs being displayed in Execution logs tab.

  4. Check the output to verify the plan before plan operation.

Plan operation output.
Comment out impor to check how it impact the plan operation.
Now instead of 2 resources to import, 1 resources is going to be created.

Last updated