mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
6f4a20bdcd
* Initial work on customer terraform modules. I'm getting lost so I'll need to start applying stuff to make sure it works * Stopping here for now Next I need to add optional()'s to everything so we can specify partial structure.https://developer.hashicorp.com/terraform/language/expressions/type-constraints#optional-object-type-attributes * A random check in Need to redo basically all variables and fix everything * Got a lot more working finally! * RDS and Elasticache now create * Clean apply, just need debugging * Should be fully working, just need to make a fully working example * Everything is working and added a usage example * Added contributing * fixup * Final wiring changes and ran the autodoc command * Add more docs * Fixup
4 lines
46 B
HCL
4 lines
46 B
HCL
output "byo-vpc" {
|
|
value = module.byo-vpc
|
|
}
|