Skip to content

Commit

Permalink
comment out backend block
Browse files Browse the repository at this point in the history
  • Loading branch information
NickAzureDevops committed Dec 6, 2024
1 parent 7b9d14c commit 8764fa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/aks/init.tf
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
terraform {
required_version = ">= 1.2.8"

# backend "azurerm" {
# subscription_id = "04d27a32-7a07-48b3-95b8-3c8691e1a263"
# }
backend "azurerm" {
subscription_id = "04d27a32-7a07-48b3-95b8-3c8691e1a263"
}
required_providers {
azurerm = {
source = "hashicorp/azurerm"
Expand Down

0 comments on commit 8764fa9

Please sign in to comment.