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
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 issue has been automatically migrated to hashicorp/terraform-provider-azurerm#712 because it looks like an issue with that provider. If you believe this is not an issue with the provider, please reply to this issue and let us know.
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.
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: