Update syncthing remote state key

This commit is contained in:
Jeremy Dormitzer 2021-01-07 10:51:19 -05:00
parent bf237f19ed
commit 8e63a40215
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ data "terraform_remote_state" "syncthing" {
region = "us-east-1"
endpoint = "nyc3.digitaloceanspaces.com"
bucket = "jdormit-tf-state"
key = "prod/syncthing-packer.tfstate"
key = "prod/syncthing.tfstate"
}
}

View File

@ -13,6 +13,6 @@ terraform {
region = "us-east-1"
endpoint = "nyc3.digitaloceanspaces.com"
bucket = "jdormit-tf-state"
key = "prod/syncthing-packer.tfstate"
key = "prod/syncthing.tfstate"
}
}