feat(ops/glesys): Move Terraform state to GleSYS bucket
Change-Id: Ib14fba9a5f06ecdb065dd14580c8088f98e9cb3a Reviewed-on: https://cl.tvl.fyi/c/depot/+/4576 Tested-by: BuildkiteCI Autosubmit: tazjin <mail@tazj.in> Reviewed-by: grfn <grfn@gws.fyi>
This commit is contained in:
parent
ef92f8b231
commit
e2596e930e
1 changed files with 11 additions and 0 deletions
|
@ -10,6 +10,17 @@ terraform {
|
|||
source = "depot/glesys"
|
||||
}
|
||||
}
|
||||
|
||||
backend "s3" {
|
||||
endpoint = "https://objects.dc-sto1.glesys.net"
|
||||
bucket = "tvl-state"
|
||||
key = "terraform/tvl-glesys"
|
||||
region = "glesys"
|
||||
|
||||
skip_credentials_validation = true
|
||||
skip_region_validation = true
|
||||
skip_metadata_api_check = true
|
||||
}
|
||||
}
|
||||
|
||||
provider "glesys" {
|
||||
|
|
Loading…
Reference in a new issue