Skip to content

Commit

Permalink
update: Fix ACK lab provisioning (#886)
Browse files Browse the repository at this point in the history
  • Loading branch information
niallthomson authored Apr 5, 2024
1 parent 6742eed commit ce5a72e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
logmessage "Deleting resources created by ACK..."

eksctl delete iamserviceaccount --name carts-ack --namespace carts --cluster $EKS_CLUSTER_NAME -v 0
kubectl delete table items -n carts --ignore-not-found=true
delete-all-if-crd-exists tables.dynamodb.services.k8s.aws
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
terraform {
required_providers {
kubectl = {
source = "gavinbunney/kubectl"
version = ">= 1.14"
}
}
}

provider "aws" {
region = "us-east-1"
alias = "virginia"
Expand Down

0 comments on commit ce5a72e

Please sign in to comment.