Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
kachawla authored Sep 12, 2023
1 parent 4e2f169 commit 641e786
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
provider "azurerm" {
features {}
terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">= 3.0"
}
}
}

resource "azurerm_redis_cache" "cache" {
Expand Down

0 comments on commit 641e786

Please sign in to comment.