CD3 workflows
CD3 Toolkit Process
The CD3 toolkit supports 2 workflows:
๐ ๏ธ Workflow | ๐ก When to Use | ๐ Highlevel Steps | โ Output |
---|---|---|---|
Create & Manage(Greenfield) | When setting up a new OCI tenancy or creating new resources | 1. Fill resource details in the CD3 Excel file 2. Run the toolkit with workflow_type = create_resources 3. Verify the terraform plan & Execute terraform apply to create resources Detailed steps in this document |
๐ฆ .tfvars files for the resources |
Export & Manage (Non-Greenfield) | Managing existing OCI resources not initially created with CD3 | 1. Use Blank CD3 template as input 2. Run the toolkit with workflow_type = export_resources 3. Run generated terraform import shell scripts to update Terraform state 4. Switch to create_resources flow to create/update resourcesDetailed steps in this document |
๐ Excel File with exported resource data + ๐ฆ .tfvars files for the resources + ๐งพ shell scripts with terraform import commands |
Info
CD3 Automation toolkit can be used either via CLI or Jenkins.
๐ Detailed documentation and videos are provided for both options. Check the top panel for navigation.