Apply
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 apply operation, follow steps below:
Make sure plan operation is performed successfully.
Click on apply button. Confirm operation by clicking Apply on popup dialog.
Verify apply operation output present in Execution logs.
In case of errors, that appeared during apply operation, update the Terraform code accordingly and repeat apply operation.
After operation is sucessfull, you will see new files being created. They are used to store information about the current state.