Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
matt-FFFFFF authored Nov 9, 2023
1 parent a3f6b0c commit d7651d5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion examples/default/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
required_version = ">= 1.0.0"
required_version = ">= 1.3.0"
required_providers {
azurerm = {
source = "hashicorp/azurerm"
Expand All @@ -8,6 +8,10 @@ terraform {
}
}

provider "azurerm" {
features {}
}

variable "enable_telemetry" {
type = bool
default = true
Expand Down

0 comments on commit d7651d5

Please sign in to comment.