python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
terraform azurerm : ERROR : exit status 1 - az login required
providers.tf
terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = "~>2.0"
}
}
}
provider "azurerm" {
feature...
Kalin-the-Builder
Votes: 0
Answers: 1
Unable to delete Role Assignment in subnet using Terraform Destroy command
Hi please can someone help me with this?
I created my infrastructure with my terraform config file to a subnet. The infrastructure creation was successful but when i want to clean up my resources usin...
Rollson
Votes: 0
Answers: 1
Get the .tf file from azure remote backend in terraform
I am trying the terraform operations using azure as remote backend. So far, I have been able to store the state remotely in azure. I am now unable to retrieve the state from remote, as I do not store ...
Subha_26
Votes: 0
Answers: 0
Azure Function Url doesn't include authentication code when using azurerm_runction_app_function in Terraform
When you setup a Function in Azure, it lets you get the default function Url with the function key. It looks sort of like:
https://my-function-app.azurewebsites.net/api/my-function-name?code=[authenti...
Matt Zappitello
Votes: 0
Answers: 1