Skip to content

Commit d507633

Browse files
committed
Enable Karpenter resources and add cleanup script
Uncommented and activated Karpenter-related Terraform resources and variables for EKS integration, updated S3 backend key for state storage, and added a script to clean up Terraform state files from S3. This improves infrastructure automation and provides a utility for state management.
1 parent 4c36a06 commit d507633

File tree

3 files changed

+464
-469
lines changed

3 files changed

+464
-469
lines changed

infra/eks-karpenter/backend.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
terraform {
22
backend "s3" {
33
bucket = "techies-terraform"
4-
key = "dev/eks/eks.tfstate"
4+
key = "dev/eks-karpenter/eks.tfstate"
55
region = "us-east-1"
66
use_lockfile = true
77
}

0 commit comments

Comments
 (0)