Skip to content

Commit

Permalink
Remove provider
Browse files Browse the repository at this point in the history
  • Loading branch information
kachawla authored Jun 29, 2023
1 parent 52b35a2 commit b2bd980
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,16 +1,3 @@
terraform {
required_providers {
azurerm = {
source = "hashicorp/azurerm"
version = ">=3.0.2"
}
}
}

provider "azurerm" {
features {}
}

resource "azurerm_redis_cache" "cache" {
name = var.redis_cache_name
location = var.location
Expand Down

0 comments on commit b2bd980

Please sign in to comment.