16 lines
249 B
HCL
16 lines
249 B
HCL
include "root" {
|
|
path = find_in_parent_folders()
|
|
}
|
|
|
|
dependencies {
|
|
paths = ["../state"]
|
|
}
|
|
|
|
terraform {
|
|
source = "${get_parent_terragrunt_dir()}/..//bootstrap/lock"
|
|
}
|
|
|
|
inputs = {
|
|
bootstrap_config_path = get_env("BOOTSTRAP_CONFIG_PATH", "")
|
|
}
|