-
Notifications
You must be signed in to change notification settings - Fork 1
Terraform: Index page and usage guide #308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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