mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 08:55:24 +00:00
4161ee5679
two things here: 1. create addon for use in new modular terraform 2. create vuln processing terraform for legacy terraform, but by default its disabled
16 lines
183 B
HCL
16 lines
183 B
HCL
output "byo-db" {
|
|
value = module.byo-db
|
|
}
|
|
|
|
output "rds" {
|
|
value = module.rds
|
|
}
|
|
|
|
output "redis" {
|
|
value = module.redis
|
|
}
|
|
|
|
output "secrets" {
|
|
value = module.secrets-manager-1
|
|
}
|