infra: travel-agent stack (namespace + ExternalSecret + 2 CronJobs)
This commit is contained in:
parent
e1ab23193d
commit
46f63bb70e
3 changed files with 180 additions and 0 deletions
18
stacks/travel-agent/terragrunt.hcl
Normal file
18
stacks/travel-agent/terragrunt.hcl
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
include "root" {
|
||||
path = find_in_parent_folders()
|
||||
}
|
||||
|
||||
dependency "platform" {
|
||||
config_path = "../platform"
|
||||
skip_outputs = true
|
||||
}
|
||||
|
||||
dependency "vault" {
|
||||
config_path = "../vault"
|
||||
skip_outputs = true
|
||||
}
|
||||
|
||||
dependency "external-secrets" {
|
||||
config_path = "../external-secrets"
|
||||
skip_outputs = true
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue