# Plan

{% hint style="success" %}
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.&#x20;
{% endhint %}

{% hint style="info" %}
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
    {% endhint %}

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.

<figure><img src="https://2582686426-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fn7nTpq2xv8EGbzULdTCb%2Fuploads%2F0lgfgIEFitnyzJVgPxKj%2Fimage.png?alt=media&#x26;token=6792b88e-adb8-4754-b252-07fc37442a78" alt=""><figcaption><p>Plan operation output.</p></figcaption></figure>

<figure><img src="https://2582686426-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fn7nTpq2xv8EGbzULdTCb%2Fuploads%2FyQCX3u9kYxQifQTP6hWl%2FPlan2.png?alt=media&#x26;token=d784995e-40bd-4775-aaa8-3cbaad1bab06" alt=""><figcaption><p>Comment out impor to check how it impact the plan operation.</p></figcaption></figure>

<figure><img src="https://2582686426-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fn7nTpq2xv8EGbzULdTCb%2Fuploads%2FtRUEhxx6ZvEsCOAmwl0i%2FPlan3.png?alt=media&#x26;token=4fbc2f84-1f38-4d9c-aff4-3a7cfe9b1f81" alt=""><figcaption><p>Now instead of 2 resources to import, 1 resources is going to be created.</p></figcaption></figure>
