-
Notifications
You must be signed in to change notification settings - Fork 538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Breakout app engine #144
Breakout app engine #144
Conversation
7fa0199
to
584beb1
Compare
5656887
to
fa902ee
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's drop the replication of the app_engine submodule interface and just require the user to invoke that module directly.
7ccc0b1
to
145e66b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A documentation fix, and some obsolete variables to drop. Please regenerate the documentation after removing the variables.
448b916
to
5217b36
Compare
This looks good, but let's hold off from merging until the regression in 1.1.0 is fixed. |
f37ea3c
to
d92e749
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some readability suggestions for your consideration.
805a379
to
c0ee5c5
Compare
Test of migration guide logic: https://gist.github.com/thefirstofthe300/ed385de387659ba6efacb984fcedb442 |
75226ec
to
c6ca872
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The feature_settings
variable needs some attention as described below.
Can you regenerate the documentation using the latest version of terraform-docs to ensure that the escaping isn't removed.
c6ca872
to
38c8a9b
Compare
38c8a9b
to
df7a26c
Compare
…g module interfaces
df7a26c
to
479b9bd
Compare
Builds off of the commits made by Nick Stogner in #134.
Refactors project factory's App Engine configuration to no longer use the deprecated and now removed
app_engine_config
block from thegoogle_project
resource.