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.
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.