Skip to content

Commit

Permalink
add stack_namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lpm0073 committed Jan 11, 2023
1 parent 3d3e4bc commit b2d41da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@
# usage: create an EKS cluster
#------------------------------------------------------------------------------

variable "stack_namespace" {
type = string
}
variable "tags" {
description = "A map of tags to add to all resources. Tags added to launch configuration or templates override these values for ASG Tags only."
type = map(string)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,5 +67,6 @@ include {

# These are the variables we have to pass in to use the module specified in the terragrunt configuration above
inputs = {
tags = local.tags
stack_namespace = local.stack_namespace
tags = local.tags
}

0 comments on commit b2d41da

Please sign in to comment.