Skip to content

Commit

Permalink
Added default key to rts deployments (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 authored Jul 23, 2024
1 parent 2d645e2 commit 2317e68
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions terraform/oss-redistimeseries-m5-spot-instances/common.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ terraform {
backend "s3" {
bucket = "performance-cto-group"
region = "us-east-1"
key = "benchmarks/infrastructure/oss-redistimeseries-m5-spot-instances.tfstate"
}
}

1 change: 1 addition & 0 deletions terraform/oss-standalone-redistimeseries-m5/common.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ terraform {
backend "s3" {
bucket = "performance-cto-group"
region = "us-east-1"
key = "benchmarks/infrastructure/oss-standalone-redistimeseries-m5.tfstate"
}
}

0 comments on commit 2317e68

Please sign in to comment.