Relative Content

Tag Archive for azureterraform

App Service Plan is never created in Terraform

I’m pretty new to Terraform so I’m probably doing something very stupid but please bear with me.
I’ve got the following script, I run Terraform plan and everything is ok but when I go to apply it, it never ends because it can never finish creating the App Service Plan and then I get a 429 HTTP status code

Loop through a list of Routes in azurerm_route in terraform

I cant seem to figure out how to loop through a set of routes in an azurerm_route resource block. The route table resources consist of over 300+ routes, and i need a way to iterate through the routes as they will add/delete over time.

azurerm_linux_web_app – Configure “Deployment Center” with Terraform

I am creating a web app resource in terraform and trying to alter the deployment center settings. What I want to do is set the Subscription ID, Registry, Image, and tags under the Deployment center for my web app that I am creating through Terraform.
Here are the sections in Deployment Center I want to target