Skip to content

Commit

Permalink
refactor: Update backend path for playlist server in main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
edwynrrangel committed Jul 27, 2024
1 parent 32ce260 commit 494718d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/playlist-server/iac/main.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
terraform {
required_version = ">= 0.12"
backend "local" {
path = "/home/egui/terraform/grpc/apps/go/content-server/terraform.tfstate"
path = "/home/egui/terraform/grpc/apps/go/playlist-server/terraform.tfstate"
}
}

Expand Down

0 comments on commit 494718d

Please sign in to comment.