Skip to content

Commit

Permalink
Updates to variables to match module.
Browse files Browse the repository at this point in the history
  • Loading branch information
zawac002 committed Sep 26, 2023
1 parent 1da4646 commit ba2e089
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
3 changes: 0 additions & 3 deletions examples/simple/eks.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,6 @@ module "images" {
source = "git@github.it.census.gov:SOA/tfmod-eks.git//"
#source = "git@github.it.census.gov:SOA/tfmod-eks.git//?ref=v1.0.0"

region = var.region

profile = var.profile
vpc_name = var.vpc_name

cluster_name = var.cluster_name
Expand Down
10 changes: 0 additions & 10 deletions examples/simple/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,6 @@ variable "cluster_version" {
default = "1.27"
}

variable "region" {
description = "AWS region"
type = string
}

variable "profile" {
description = "AWS Profile under which the scripts are run."
type = string
}

variable "vpc_name" {
description = "AWS vpc in which the cluster will reside"
type = string
Expand Down

0 comments on commit ba2e089

Please sign in to comment.