Skip to content

Commit

Permalink
remove local storage and subscription_id
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasisnes committed Jan 17, 2025
1 parent 518965c commit f45e39c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions infra/deploy/altinn-register/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,12 @@ terraform {
}
}

# backend "azurerm" {
# use_azuread_auth = true
# }
backend "azurerm" {
use_azuread_auth = true
}
}

provider "azurerm" {
subscription_id = "45177a0a-d27e-490f-9f23-b4726de8ccc1"
features {}
}

Expand Down

0 comments on commit f45e39c

Please sign in to comment.