Skip to content

Commit

Permalink
feat: add environment name to generation
Browse files Browse the repository at this point in the history
  • Loading branch information
EreminAnton committed Oct 30, 2024
1 parent dcab661 commit 9b6b860
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions modules/chat_bot_topic_arn/create/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module "naming_conventions" {
source = "fivexl/naming-convetions/aws"
version = "0.0.1"
environment = var.environment
}

module "shared_kms_key_arn" {
Expand Down
4 changes: 4 additions & 0 deletions modules/chat_bot_topic_arn/create/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,7 @@ variable "tags" {
type = map(string)
}

variable "environment" {
description = "The environment name: dev, stage, prod, for the generation of the ram resource share name"
type = string
}

0 comments on commit 9b6b860

Please sign in to comment.