Skip to content

Commit

Permalink
fix: remove obsolete aws specific terraform for secret management
Browse files Browse the repository at this point in the history
  • Loading branch information
all4code committed Dec 11, 2023
1 parent f6b9f12 commit 7cd0dac
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions platform/terraform/modules/secrets_vault/auth-backends.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,3 @@
###AWS specific data sources begin
data "aws_eks_cluster" "cluster" {
name = var.cluster_name
}

###AWS specific data sources end

resource "vault_auth_backend" "k8s" {
type = "kubernetes"
path = "kubernetes/cgdevx"
Expand Down

0 comments on commit 7cd0dac

Please sign in to comment.