6 lines
123 B
HCL
6 lines
123 B
HCL
|
|
stack "trigram" {
|
||
|
|
path = "ofc"
|
||
|
|
source = "${get_path_to_repo_root()}/models/trigram"
|
||
|
|
no_dot_terragrunt_stack = true
|
||
|
|
}
|