CD3 workflows

CD3 Toolkit Process

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 resources

Detailed 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.