Skip to content

Commit

Permalink
Merge pull request #187 from cloudnativedaysjp/prod/delete-eks
Browse files Browse the repository at this point in the history
[dreamkast-prod] delete EKS
  • Loading branch information
ShotaKitazawa authored Oct 20, 2024
2 parents 8464eac + 6edd225 commit 1ed464f
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 374 deletions.
324 changes: 0 additions & 324 deletions dreamkast_infra/prod/eks.tf

This file was deleted.

44 changes: 0 additions & 44 deletions dreamkast_infra/prod/eks_users.tf

This file was deleted.

6 changes: 0 additions & 6 deletions dreamkast_infra/prod/terraform.tf
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,3 @@ provider "aws" {
data "aws_eks_cluster_auth" "default" {
name = var.cluster_name
}

provider "kubernetes" {
host = module.eks.cluster_endpoint
cluster_ca_certificate = base64decode(module.eks.cluster_certificate_authority_data)
token = data.aws_eks_cluster_auth.default.token
}

0 comments on commit 1ed464f

Please sign in to comment.