Skip to content

Commit

Permalink
fix: remove backend config (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
jordan-acosta authored Mar 27, 2024
1 parent b3169fa commit 21f352c
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions versions.tf
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
terraform {
// TODO: uncomment when done testing
backend "s3" {}

required_providers {
azapi = {
source = "Azure/azapi"
source = "Azure/azapi"
version = "~> 1.12.1"
}

azurerm = {
source = "hashicorp/azurerm"
source = "hashicorp/azurerm"
version = "~> 3.94.0"
}
}
Expand Down

0 comments on commit 21f352c

Please sign in to comment.