-
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
[WIP] New Resource: azurerm_app_service_environment
#869
Conversation
196c037
to
5fbe018
Compare
109a363
to
104e2fe
Compare
4d4329f
to
b737aeb
Compare
b737aeb
to
596dd5d
Compare
From the testing I've been doing here, it might be worth focusing on ASEv2 for the moment, rather than trying to support both v1 and v2 🤔 |
Do you at least have it to a point where your session does not time out before the resource finishes deploying? That is the issue I have been having when trying to deploy using an ARM template resource in my TF config. |
@Phydeauxman unfortunately not, the tests for ASEv1 have been timing out after 30 hours - so I've pushed a change to try running these against ASEv2, and the tests are running atm. There's a separate fix coming for #937 in the next release or so (unfortunately we missed that bug when upgrading to the latest upgrade to the Azure SDK, since our Template Deployment tests don't take an extended period; although we'll definitely be adding one as part of the fix). |
Thumbs up for focusing on v2 for now. While v1 has a different price plan, the benefits of v2 outweighs the potential price savings for v1. |
@bajorgensen this is a bug in the Azure API (rather than the SDK), so neither of those PR's will have fixed it unfortunately. We've raised this through some internal channels, but we can't proceed with this until that's fixed, unfortunately. |
Hi I'm looking to try ASE with terraform. Is this complete? |
@nycjay01 not at this time, we're waiting on the API team to confirm the status of the API unfortunately (since we're seeing provisioning timeouts after 30 hours) |
Cool thnx..
Hope its soon just lost a project to ARM Templates because of this :-)
Thanks for your repo lots of good stuff!
…On Thu, May 31, 2018 at 3:04 AM, Tom Harvey ***@***.***> wrote:
@nycjay01 <https://github.com/nycjay01> not at this time, we're waiting
on the API team to confirm the status of the API unfortunately (since we're
seeing provisioning timeouts after 30 hours)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#869 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AVfFlt6JkESIcZfp3Y6TIqezxb4VXSH8ks5t38A1gaJpZM4SNCeZ>
.
--
Thank You,
John Beltrez
646 824 5828
|
@nycjay01 on that note - it's possible to use ARM Templates within Terraform via the |
@tombuildsstuff was the issue of App Service Plan returning an undocumented success code ever resolved? Would love to switch my App Service Plan over to native Terraform from an ARM resource |
@Phydeauxman that's being tracked in #917 which will apparently be fixed by v17 of the Azure SDK for Go - I've taken a quick look into that today and we'll be holding off for the moment (I believe [but haven't yet confirmed] that there's a regression in one of the dependencies). Whilst I appreciate it's frustrating - my understanding is that the next SDK upgrade should fix this :) |
@tombuildsstuff thanks for the update |
any examples for this use case ? |
@rifaterdemsahin not at this time - we're still waiting for the API to be fixed to be able to look into supporting App Service Environments unfortunately. |
Since this is blocked on a bug in the API - rather than leave this open I'm going to close this PR until we can proceed with this. |
@tombuildsstuff going to reopen this to look in to it again as there has been some renewed interest. |
Upstream API issue: Azure/azure-rest-api-specs#4915 |
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! |
Note: This resource takes
1.5up to 30 hours to provision - which makes this challenging to develop.Opening this to keep track of things - this resource is still under heavy development and will change.
Due to the size of the resource we're focused on Required fields first, and additional Optional fields can be added later.
To Do
Fixes #438