Skip to content

Commit 4351d21

Browse files
committed
WIP@migration
1 parent 5aef960 commit 4351d21

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

aws/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The terraform code is loosely based on [this EKS managed Node Group TF example](
4545
1. export your AWS credentials (`export AWS_PROFILE=awsuser`)
4646
2. check whether you have the right profile by doing `aws sts get-caller-identity` and make sure you have enough rights with the caller its identity and that the actual accountnumber displayed is the account designated for you to apply this TF to.
4747
3. Do `terraform init` (if required, use tfenv to select TF 0.13.1 or higher )
48-
4. The bucket ARN will be asked for in the next 2 steps. Take the one provided to you and add `arn:aws:s3:::` to the start. e.g. ``arn:aws:s3:::terraform-20221208123456789100000001`
48+
4. The bucket ARN will be asked for in the next 2 steps. Take the one provided to you and add `arn:aws:s3:::` to the start. e.g. ``arn:aws:s3:::terraform-20230102231352749300000001`
4949
5. Do `terraform plan`
5050
6. Do `terraform apply`. Note: the apply will take 10 to 20 minutes depending on the speed of the AWS backplane.
5151
7. When creation is done, do `aws eks update-kubeconfig --region eu-west-1 --name wrongsecrets-exercise-cluster --kubeconfig ~/.kube/wrongsecrets`

aws/terraform.tfvars

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
cluster_version = "1.22"
1+
cluster_version = "1.23"
22
region = "eu-west-1"
3-
# state_bucket_arn = "...."
3+
state_bucket_arn = "arn:aws:s3:::terraform-20230102231352749300000001"

0 commit comments

Comments
 (0)