-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
azurerm_app_service_plan - Unable to configure imported ASP (says kind is "app") #1148
Comments
hey @midacts Thanks for opening this issue :) Taking a look into this, I can confirm based on this ARM Template that Thanks! |
This is an existing resources that I am trying to import.
I'm working on importing our sandbox azure environment into Terraform to
get our team onboard to using it.
…On Mon, Apr 23, 2018, 5:44 AM Tom Harvey ***@***.***> wrote:
hey @midacts <https://github.com/Midacts>
Thanks for opening this issue :)
Taking a look into this, I can confirm based on this ARM Template
<https://github.com/Azure/azure-quickstart-templates/blob/c41b781c2df3050d4ef3be8685fe36aa72161cde/101-webapp-custom-deployment-slots/azuredeploy.json#L37>
that app is also a valid value for the kind field - however I can only
find limited references to this field. Out of interest was this an existing
resource that you've imported, or for a new one created via Terraform?
Thanks!
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1148 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ADxtkLcf3hDHVEAa1D3Hu_UeQjQnYnDQks5traKDgaJpZM4TeMhR>
.
|
Awesome. As a side note, even though this is committed to master, how/when would I be able to see these changes reflected in my local Terraform instance? |
@midacts apologies, I thought I'd posted a comment in here. This isn't released yet but will be as part of v1.4.0 in the near future - when that's released, you can update to the new version by using:
and re-running |
No problem. |
hey @midacts Just to let you know that v1.4.0 of the Azure Provider has been released which includes the fix for this :) Thanks! |
It worked! Thanks for your help on this. |
@midacts I ran the same thing in Cloud Shell and it is still telling me 1.3 |
@Phydeauxman |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Hi there,
Thank you for opening an issue. Please note that we try to keep the Terraform issue tracker reserved for bug reports and feature requests. For general usage questions, please see: https://www.terraform.io/community.html.
Terraform Version
Run
terraform -v
to show the version. If you are not running the latest version of Terraform, please upgrade because your issue may have already been fixed.Terraform v0.11.7
Affected Resource(s)
Please list the resources as a list, for example:
Terraform Configuration Files
Debug Output
Please provider a link to a GitHub Gist containing the complete debug output: https://www.terraform.io/docs/internals/debugging.html. Please do NOT paste the debug output in the issue; just paste a link to the Gist.
https://gist.github.com/Midacts/d0b9508407c3eeb91fe226969db5abf1
Panic Output
If Terraform produced a panic, please provide a link to a GitHub Gist containing the output of the
crash.log
.No panic
Expected Behavior
What should have happened?
It should see the already existing ASP and not try to create a new one
Actual Behavior
What actually happened?
terraform apply says it will remove the existing ASP and create a new one instead of seeing the settings as being correct
Steps to Reproduce
Please list the steps required to reproduce the issue, for example:
terraform apply
Important Factoids
Are there anything atypical about your accounts that we should know? For example: Running in EC2 Classic? Custom version of OpenStack? Tight ACLs?
Nothing special
References
Are there any other GitHub issues (open or closed) or Pull Requests that should be linked here? For example:
The text was updated successfully, but these errors were encountered: