Skip to content

Commit

Permalink
Codecommit (#12)
Browse files Browse the repository at this point in the history
* replace git with codecommit

Co-authored-by: Sébastien Allamand <[email protected]>

---------

Signed-off-by: Sébastien Allamand <[email protected]>
Co-authored-by: EC2 Default User <[email protected]>
Co-authored-by: Sébastien Allamand <[email protected]>
  • Loading branch information
3 people authored Jul 15, 2024
1 parent 883fc8d commit e70706a
Show file tree
Hide file tree
Showing 117 changed files with 810 additions and 397 deletions.
10 changes: 10 additions & 0 deletions assets/scripts/destroy-git.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/bash

set -uo pipefail

[[ -n "${DEBUG:-}" ]] && set -x

cd ~/environment/codecommit/


terraform destroy -auto-approve
10 changes: 5 additions & 5 deletions assets/scripts/destroy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

set -uo pipefail

~/environment/wgit/assets/scripts/destroy-applications.sh
$SOURCE_DIR/assets/scripts/destroy-applications.sh

~/environment/wgit/assets/scripts/destroy-spoke.sh staging
$SOURCE_DIR/assets/scripts/destroy-spoke.sh staging

~/environment/wgit/assets/scripts/destroy-hub.sh
$SOURCE_DIR/assets/scripts/destroy-hub.sh

$SOURCE_DIR/assets/scripts/destroy-git.sh

~/environment/wgit/assets/scripts/destroy-vpc.sh

$SOURCE_DIR/assets/scripts/destroy-vpc.sh



Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ weight: 10

1. Basic knowledge of [Terraform](https://developer.hashicorp.com/terraform/tutorials/aws-get-started), Terraform [workspaces](https://developer.hashicorp.com/terraform/language/state/workspaces)
2. Basic knowledge of [Argo CD](https://argo-cd.readthedocs.io/en/stable/operator-manual/declarative-setup/) Application, ApplicationSet, Projects, App of App pattern and Generator concepts - Cluster, Git, and Matrix,
3. GitHub account
4. Familiarity with GitHub cli commands clone, commit, pull, push
5. GitHub [access token](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/managing-your-personal-access-tokens#creating-a-fine-grained-personal-access-token)
6. Basic knowledge of [GitOps Bridge](https://github.com/gitops-bridge-dev/kubecon-2023-na-argocon/blob/main/terraform/eks-argocd/README.md)
7. Basic knowledge of [Helm](https://helm.sh/docs/)
3. Familiarity with Git cli commands clone, commit, pull, push
4. Basic knowledge of [GitOps Bridge](https://github.com/gitops-bridge-dev/kubecon-2023-na-argocon/blob/main/terraform/eks-argocd/README.md)
5. Basic knowledge of [Helm](https://helm.sh/docs/)
44 changes: 0 additions & 44 deletions content/010_prerequisites/010-fork-github.md

This file was deleted.

2 changes: 0 additions & 2 deletions content/030_base/030_create-vpc/010-create-vpc.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,4 @@ terraform apply -auto-approve

Once completed, you can see the VPC in the [console](https://console.aws.amazon.com/vpc/home?#vpcs:tag:Name=eks-blueprint)

Next, you will create an EKS cluster.

::alert[This workshop uses local Terraform state. To learn about a proper setup, take a look at https://www.terraform.io/language/state]{header="Terraform State Management"}
Loading

0 comments on commit e70706a

Please sign in to comment.