stack/models/trigram/terragrunt.stack.hcl

44 lines
1.2 KiB
HCL
Raw Normal View History

2026-06-30 12:18:00 +02:00
#unit "service" {
# source = "../tmp"
# # source = "git::git@github.com:acme/infrastructure-catalog.git//units/ec2-asg-stateful-service"
# path = "ofc/service"
# no_dot_terragrunt_stack = true
#
# # Add any additional configuration for the service unit here
#}
stack "team" {
2026-06-30 15:50:34 +02:00
source = "${stack.values.stack_git_url}/models/team"
2026-06-30 12:46:21 +02:00
path = "${get_path_to_repo_root()}/${values.team}"
2026-06-30 12:18:00 +02:00
no_dot_terragrunt_stack = true
#
# unit "service" {
# source = "tmp"
# # source = "git::git@github.com:acme/infrastructure-catalog.git//units/ec2-asg-stateful-service"
# path = "service"
#
# no_dot_terragrunt_stack = true
#
# # Add any additional configuration for the service unit here
# }
#
# unit "db" {
# source = "tmp"
# # source = "git::git@github.com:acme/infrastructure-catalog.git//units/mysql"
# path = "db"
#
# no_dot_terragrunt_stack = true
#
# # Add any additional configuration for the db unit here
# }
#
# unit "asg-sg" {
# source = "tmp"
# # source = "git::git@github.com:acme/infrastructure-catalog.git//units/security-group"
# path = "sgs/asg"
#
# no_dot_terragrunt_stack = true
#
# # Add any additional configuration for the asg-sg unit here
# }
}