Conversation
WalkthroughAdds a new Terraform integration section to documentation with an index page and a detailed AWS-focused tutorial for deploying a CrateDB cluster using the crate/cratedb-terraform module, including setup, apply, outputs/credentials, and destroy steps, plus links to official Terraform docs and Azure-related resources. Changes
Sequence Diagram(s)sequenceDiagram
autonumber
actor U as User
participant T as Terraform CLI
participant R as Terraform Registry/Module
participant A as AWS
participant C as CrateDB Cluster
U->>T: terraform init
T->>R: Fetch module (crate/cratedb-terraform)
R-->>T: Module code
U->>T: terraform plan
T->>A: Query state & plan resources
A-->>T: Plan details
U->>T: terraform apply
T->>A: Create VPC/Subnets/EC2/SecurityGroups/…
A-->>T: Provisioned resources
T-->>U: Outputs (incl. cratedb creds, URL)
U->>C: Connect via Admin UI (TLS/basic auth)
alt Teardown
U->>T: terraform destroy
T->>A: Delete resources
A-->>T: Destroy complete
end
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Suggested labels
Suggested reviewers
Poem
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
@coderabbitai review and please refactor to active voice. |
This comment was marked as resolved.
This comment was marked as resolved.
d2156d4 to
0350d8d
Compare
c2b2ddc to
faf71cb
Compare
About
Continue adding integration guides from the community forum.
Preview
References