Skip to content

Commit

Permalink
Chore: Terraform code cleanup (#345)
Browse files Browse the repository at this point in the history
  • Loading branch information
angela-tran authored Oct 10, 2023
2 parents 885ddd5 + 220bb39 commit dbbd0d7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions terraform/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
terraform {
// see version in pipeline/azure-pipelines.yml
// see version in pipeline/deploy.yml

required_providers {
azurerm = {
Expand All @@ -9,8 +9,8 @@ terraform {
}

backend "azurerm" {
container_name = "tfstate"
key = "terraform.tfstate"
container_name = "tfstate"
key = "terraform.tfstate"
}
}

Expand Down

0 comments on commit dbbd0d7

Please sign in to comment.