Update syncthing remote state key
This commit is contained in:
parent
bf237f19ed
commit
8e63a40215
@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user