mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Terraform state now lives on S3.
This commit is contained in:
parent
dec910e425
commit
69dfd2e6d3
1 changed files with 7 additions and 0 deletions
|
@ -5,6 +5,13 @@ terraform {
|
||||||
version = "1.22.2"
|
version = "1.22.2"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
backend "s3" {
|
||||||
|
bucket = "newsblur.terraform"
|
||||||
|
key = "newsblur.terraform.tfstate"
|
||||||
|
region = "us-east-1"
|
||||||
|
shared_credentials_file = "/srv/secrets-newsblur/keys/aws.s3.token"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
provider "digitalocean" {
|
provider "digitalocean" {
|
||||||
|
|
Loading…
Add table
Reference in a new issue