Skip to content

Commit

Permalink
Update backend configuration in versions.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
adamrushuk committed Mar 17, 2024
1 parent dfd9252 commit c20d5df
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion terraform-vf/versions.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
terraform {
backend "azurerm" {
key = "terraform.tfstate"
container_name = "terraform"
key = "terraform.tfstate"
use_oidc = true # or use "ARM_USE_OIDC" env var
# requires "Storage Blob Data Contributor" on the container
use_azuread_auth = true
}
required_providers {
azuread = {
Expand Down

0 comments on commit c20d5df

Please sign in to comment.