Apply

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 apply operation, follow steps below:

  1. Make sure plan operation is performed successfully.

  2. Click on apply button. Confirm operation by clicking Apply on popup dialog.

  3. Verify apply operation output present in Execution logs.

  4. In case of errors, that appeared during apply operation, update the Terraform code accordingly and repeat apply operation.

  5. After operation is sucessfull, you will see new files being created. They are used to store information about the current state.

Before applying make sure all changes in the plan are exactly as you intend.
Example errors not detected at the time of plan operation
Fix applied to code, based on error message.
This time apply operation was successful.
Reload workspace. You will find Terraform state files created.

Last updated