Skip to content
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

Manage AWS Clusters with Terraform tutorial - Getting Started #3276

Merged
merged 18 commits into from
Jul 10, 2024
Merged
Show file tree
Hide file tree
Changes from 17 commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
3e55c1c
docs: create cloud-centric Getting Started DOC-1068 (#2389)
addetz Jun 24, 2024
6a8844b
docs: add aws terraform tutorial
caroldelwing Jul 8, 2024
d5d12db
Merge branch 'getting-started-phase-2' of https://github.com/spectroc…
caroldelwing Jul 8, 2024
6f7d04a
docs: fix broken link, remove duplicated partials
caroldelwing Jul 8, 2024
491c752
Optimised images with calibre/image-actions
vault-token-factory-spectrocloud[bot] Jul 8, 2024
7e5fedb
Optimised images with calibre/image-actions
vault-token-factory-spectrocloud[bot] Jul 8, 2024
f17c457
Optimised images with calibre/image-actions
vault-token-factory-spectrocloud[bot] Jul 8, 2024
e0216b0
docs: fix card component
caroldelwing Jul 9, 2024
70b781d
Merge branch 'gs-terraform-tutorial' of https://github.com/spectroclo…
caroldelwing Jul 9, 2024
30fef3c
docs: fix images conflicts
caroldelwing Jul 9, 2024
ab8bbf4
docs: fix more images conflicts
caroldelwing Jul 9, 2024
5401680
docs: fix last image conflicts
caroldelwing Jul 9, 2024
0c00cf9
Optimised images with calibre/image-actions
vault-token-factory-spectrocloud[bot] Jul 9, 2024
cad954e
Optimised images with calibre/image-actions
vault-token-factory-spectrocloud[bot] Jul 9, 2024
c793b27
docs: final review
caroldelwing Jul 9, 2024
b57cf61
Merge branch 'gs-terraform-tutorial' of https://github.com/spectroclo…
caroldelwing Jul 9, 2024
0e47167
Apply suggestions from code review
caroldelwing Jul 9, 2024
176a5c0
docs: apply suggestions from review
caroldelwing Jul 9, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ vale/

docs/api-content/**/*.json

_partials

# Troublesome files
tsconfig.json
src/components/IconMapper/dynamicFontAwesomeImports.js
Expand Down
6 changes: 3 additions & 3 deletions docs/docs-content/getting-started/aws/aws.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ your cluster is deployed, you can update it using cluster profile updates.
relativeURL: "./update-k8s-cluster",
},
{
title: "Deploy a Cluster with Terraform",
description: "Deploy a Palette host cluster with Terraform.",
title: "Cluster Management with Terraform",
caroldelwing marked this conversation as resolved.
Show resolved Hide resolved
description: "Deploy and update a Palette host cluster with Terraform.",
caroldelwing marked this conversation as resolved.
Show resolved Hide resolved
buttonText: "Learn more",
relativeURL: "./deploy-k8s-cluster-tf",
relativeURL: "./deploy-manage-k8s-cluster-tf",
caroldelwing marked this conversation as resolved.
Show resolved Hide resolved
},
]}
/>
Loading
Loading