-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
Heroku Organization App Improvements #4495
Conversation
@@ -9,13 +9,24 @@ import ( | |||
"github.com/hashicorp/terraform/helper/schema" | |||
) | |||
|
|||
type herokuApplication struct { |
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.
Can we document what this is for?
application
"is used to store all the details of a heroku app" but now it has a child App
that is a herokuApplication
?
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.
Sure thing. On it.
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.
Done in 45e29c3
ad73258
to
45e29c3
Compare
45e29c3
to
7c055ed
Compare
Okay @catsby PTAL |
7c055ed
to
698dad9
Compare
… have it in a private area instead
Switching up ResourceData interaction to not reach into the internal dot-notation nesting.
698dad9
to
c527654
Compare
LGTM |
…ion_app_read Heroku Organization App Improvements
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
This is a rebase of #668 with an acceptance test and updates to make it conform to modern standards.