Skip to content

Commit

Permalink
updating variables
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaior authored Mar 5, 2024
1 parent 2254708 commit 8401f03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .terraform/pipeline/provider.tf
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ provider "aws" {
terraform {
required_version = ">= 1"
backend "s3" {
bucket = "devops-openwrt-terraform-state"
bucket = "devops-openwrt-terraform-state-ezops-test"
key = "pipeline_state"
region = "us-east-1"
dynamodb_table = "devops-openwrt-terraform-lock"
dynamodb_table = "devops-openwrt-terraform-lock-ezops-test"
workspace_key_prefix = "pipeline_state"
}
required_providers {
Expand Down
2 changes: 1 addition & 1 deletion .terraform/pipeline/terraform.tfvars
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project_name = "openwrt"
region = "us-east-1"
deployment_bucket = "repo.onioniot.com"
deployment_bucket = "devops-openwrt-terraform-state-ezops-test-downloads"

stage_vars = {
"prod" = {
Expand Down

0 comments on commit 8401f03

Please sign in to comment.