Skip to content

Commit

Permalink
variable
Browse files Browse the repository at this point in the history
  • Loading branch information
chimezdev committed Nov 18, 2024
1 parent 1569bb8 commit 624ed01
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
1 change: 0 additions & 1 deletion eks/dev.tfvars
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

account_id = "038462750799"
env = "dev"
aws-region = "eu-west-1"
vpc-cidr-block = "10.16.0.0/16"
Expand Down
4 changes: 0 additions & 4 deletions module/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,3 @@ resource "aws_eks_node_group" "spot-node" {
depends_on = [aws_eks_cluster.eks]
}

data "aws_eks_access_entry" "access-entry" {
cluster_name = aws_eks_cluster.eks[0].name
principal_arn = "arn:aws:iam::${var.account_id}:role/AWSReservedSSO_AdministratorAccess_4970cc0aed358653/ochuba"
}
4 changes: 0 additions & 4 deletions module/variables.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@

variable "account_id" {
type = string
default = "038462750799"
}
variable "aws-region" {}
variable "cluster-name" {}
variable "cidr-block" {}
Expand Down

0 comments on commit 624ed01

Please sign in to comment.