Creating a Stack from a Folder

Create a stack in Resource Manager from a local Terraform configuration stored in a folder.

Ensure that the Terraform configuration is valid. See Terraform Configurations for Resource Manager and Authoring Configurations.

This task can be performed using the Console only.

  1. Open the navigation menu and click Developer Services. Under Resource Manager, click Stacks.
  2. On the Stacks page, select a compartment.
  3. Click Create stack.
  4. On the Create stack page, under Choose the origin of the Terraform configuration, select My configuration.
  5. Under Stack configuration, select Folder.
  6. Click Folder and add the revised Terraform configuration.
    You can either drag the file onto the dialog's control or click Browse and navigate to the location of the file or folder.
    The page is populated with information contained in the Terraform configuration.
  7. (Optional) To use custom providers, select Use custom providers and then select the bucket that contains the custom provider.
  8. (Optional) Edit the default stack name and enter a stack description. Avoid entering confidential information.
  9. Select the compartment where you want to create the stack.
  10. For Terraform version, select the version used by the Terraform configuration.
  11. (Optional) Click Show advanced options and assign tags to the stack.
    • Tag namespace: To add a defined tag, select an existing namespace. To add a free-from tag, leave the value blank.
    • Tag key: To add a defined tag, select an existing tag key. To add a free-form tag, type the key name that you want.
    • Tag value: Type the tag value that you want.
    • Add tag: Click to add another tag.
  12. Click Next.
  13. In the Configure variables panel, review the variables listed from the Terraform configuration and change as needed.
    Important

    Don't add your private key or other confidential information to configuration variables.
  14. Click Next.
  15. In the Review panel, verify the stack configuration.
  16. (Optional) To automatically provision resources on creation of the stack, select Run apply.
  17. Click Create.

The stack is created and its Stack details page opens.

If you selected Run apply, then Resource Manager runs the apply action on the new stack.