Generate config

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.

  1. Go to Toolbox tab

  2. Select all required resources

  3. Add them as import to selected terraform file.

  4. Click on "Generate config" to await process to be completed.

  5. Reload workspace to verify that new file was created.

Click on helper button to generate configuration for imports.
Type a name for generated configuration.
Code generation result is visible in Execution logs tab.
Reload workspace and check newly generated Terraform file.

Last updated