Generate config
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 generate configuration code based on existing resources, please do following.
Go to Toolbox tab
Select all required resources
Add them as import to selected terraform file.
Click on "Generate config" to await process to be completed.
Reload workspace to verify that new file was created.