Skip to content

Commit

Permalink
chore: update perf/terraform/configs/remote/terraform_override.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
galargh authored May 31, 2023
1 parent 020d509 commit 4179aa6
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions perf/terraform/configs/remote/terraform_override.tf
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
terraform {
# TODO: Uncomment to start using remote backend
# backend "s3" {
# bucket = "terraform-tfstate"
# key = "github.com/libp2p/test-plans/perf/terraform/configs/remote/terraform.tfstate"
# region = "us-west-2"
# }
backend "s3" {
bucket = "libp2p-terraform-state"
key = "github.com/libp2p/test-plans/perf/terraform/configs/remote/terraform.tfstate"
region = "us-west-2"
}
}

variable "ci_enabled" {
Expand Down

0 comments on commit 4179aa6

Please sign in to comment.