Method: Jets::Application#reload_configs!
- Defined in:
- lib/jets/application.rb
#reload_configs! ⇒ Object
After the mimimal template gets build, we need to reload it for the full stack creation. This allows us to reference IAM policies configs that depend on the creation of the s3 bucket.
124 125 126 |
# File 'lib/jets/application.rb', line 124 def reload_configs! load_configs end |