Skip to content

Terraform init out of date #6

Description

@Toazt

Terraform changed how the provider.tf file is written. Here is what I had to change it to in order for it to work

terraform {
  required_providers {
    azurerm = {
      source  = "hashicorp/azurerm"
      version = "3.46.0"
    }
  }

}

provider "azurerm" {
  features {}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions