Skip to content
This repository has been archived by the owner on Jul 7, 2021. It is now read-only.

Replace get_fqn references with AWS::StackName #165

Merged
merged 1 commit into from
Mar 23, 2018
Merged

Replace get_fqn references with AWS::StackName #165

merged 1 commit into from
Mar 23, 2018

Conversation

ejholmes
Copy link
Contributor

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.

"QueueName": "Fifo.fifo"
},
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any idea where all these whitespace changes are coming from?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No idea. It happened to @russellballestrini as well a while back: #163

get_fqn relies on stacker internals, and can change if you ever change
the top level namespace of your config. AWS::StackName is more
consistent.
@ejholmes ejholmes merged commit bc03b5d into master Mar 23, 2018
@ejholmes ejholmes deleted the no-fqn branch March 23, 2018 04:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants