-
Notifications
You must be signed in to change notification settings - Fork 77
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
Imported heroku_app should include buildpacks #249
Comments
davidji99
added a commit
that referenced
this issue
Mar 21, 2020
davidji99
added a commit
that referenced
this issue
Mar 29, 2020
davidji99
added a commit
that referenced
this issue
Mar 30, 2020
davidji99
added a commit
that referenced
this issue
Mar 30, 2020
davidji99
added a commit
that referenced
this issue
Mar 30, 2020
davidji99
added a commit
that referenced
this issue
Mar 30, 2020
davidji99
added a commit
that referenced
this issue
Mar 30, 2020
davidji99
added a commit
that referenced
this issue
Mar 30, 2020
- change how team/org app is detected for the purpose of setting state attributes - move down Update() method - correctly set team/app attributes
davidji99
added a commit
that referenced
this issue
Mar 30, 2020
davidji99
added a commit
that referenced
this issue
Mar 30, 2020
davidji99
added a commit
that referenced
this issue
Apr 3, 2020
davidji99
added a commit
that referenced
this issue
Apr 3, 2020
davidji99
added a commit
that referenced
this issue
Apr 3, 2020
davidji99
added a commit
that referenced
this issue
Apr 3, 2020
davidji99
added a commit
that referenced
this issue
Apr 3, 2020
- change how team/org app is detected for the purpose of setting state attributes - move down Update() method - correctly set team/app attributes
davidji99
added a commit
that referenced
this issue
Apr 3, 2020
davidji99
added a commit
that referenced
this issue
Apr 3, 2020
davidji99
added a commit
that referenced
this issue
Apr 3, 2020
davidji99
added a commit
that referenced
this issue
Apr 3, 2020
- change how team/org app is detected for the purpose of setting state attributes - move down Update() method - correctly set team/app attributes
davidji99
added a commit
that referenced
this issue
Apr 3, 2020
davidji99
added a commit
that referenced
this issue
Apr 3, 2020
davidji99
added a commit
that referenced
this issue
Apr 3, 2020
+1 - I'm seeing the same issue on imported |
davidji99
added a commit
that referenced
this issue
Apr 14, 2020
davidji99
added a commit
that referenced
this issue
Apr 20, 2020
davidji99
added a commit
that referenced
this issue
Apr 20, 2020
davidji99
added a commit
that referenced
this issue
Apr 20, 2020
davidji99
added a commit
that referenced
this issue
Apr 20, 2020
- change how team/org app is detected for the purpose of setting state attributes - move down Update() method - correctly set team/app attributes
davidji99
added a commit
that referenced
this issue
Apr 20, 2020
davidji99
added a commit
that referenced
this issue
Apr 20, 2020
davidji99
added a commit
that referenced
this issue
Apr 20, 2020
davidji99
added a commit
that referenced
this issue
Apr 20, 2020
davidji99
added a commit
that referenced
this issue
Apr 20, 2020
mars
referenced
this issue
Apr 21, 2020
…-imported-herokuapp-shou Various bug fixes for `heroku_app` resource
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
After importing an existing heroku app
The initial plans show that I'm adding buildpacks, even though the existing app has buildpacks
Terraform and Heroku Provider Version
Affected Resource(s)
heroku_app
Terraform Configuration Files
Expected Behavior
After the initial
terraform import
the firstterraform plan
andapply
should show the existing buildpacks.Actual Behavior
The initial
plan
shows that I'm adding buildpacks that are already there.References
This is similar to how
config_vars
don't show a diff until after the firstapply
https://github.com/terraform-providers/terraform-provider-heroku/issues/247The text was updated successfully, but these errors were encountered: