You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue was originally opened by @JoMoore88 as hashicorp/terraform#17124. It was migrated here as a result of the provider split. The original body of the issue is below.
Hey everyone,
I currently have a need to deploy an ASE with some underlying ASP'S that will host a handful of web apps. Given that i do not see an associated ASE resource for terraform i'm using the azurerm_template_deployment to deploy the ASE, which is fine.
Ideally i would like to deploy the ASPS and Web apps using native terraform resources and just deploy the ASE using the ARM deployment resource. In ARM the deployment for an ASP which resides within an ASE has a property for the ASE resource id this looks like :
This isn't currently possible natively in Terraform (on the azurerm_app_service_plan resource) - but we should expose this field. I've marked this as an enhancement and we'll add support for it in the near future.
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!
ghost
locked and limited conversation to collaborators
Mar 31, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
This issue was originally opened by @JoMoore88 as hashicorp/terraform#17124. It was migrated here as a result of the provider split. The original body of the issue is below.
Hey everyone,
I currently have a need to deploy an ASE with some underlying ASP'S that will host a handful of web apps. Given that i do not see an associated ASE resource for terraform i'm using the azurerm_template_deployment to deploy the ASE, which is fine.
Ideally i would like to deploy the ASPS and Web apps using native terraform resources and just deploy the ASE using the ARM deployment resource. In ARM the deployment for an ASP which resides within an ASE has a property for the ASE resource id this looks like :
Trouble is, i cannot find an argument in the terraform ASP resource that represents the ASE resource ID (hostingEnvironmentProfile in the above).
Assuming i have not overlooked anything and this is not currently a feature in terraform today - could it be added?
Also, if there is a known workaround for this situation, outside of putting the ASPS in ARM, could someone please let me know?
The text was updated successfully, but these errors were encountered: