remind101 / stacker_blueprints

DEPRECATED - moved to:
https://github.com/cloudtools/stacker_blueprints
BSD 2-Clause "Simplified" License
39 stars 53 forks source link

Replace get_fqn references with AWS::StackName #165

Closed ejholmes closed 6 years ago

ejholmes commented 6 years ago

get_fqn relies on stacker internals, and can change if you ever change the top level namespace of your config. AWS::StackName effectively solves the same problem, and won't change out from under you.

Note, I left get_fqn in stacker_blueprints/rds/base.py because changing it would break backwards compatibility. Everything else is just IAM policy names, which can be updated without issue.