Migrate state to b2
This commit is contained in:
parent
83784411ed
commit
88e8419f8d
2
.gitignore
vendored
2
.gitignore
vendored
@ -40,3 +40,5 @@ terraform.rc
|
||||
.terraform.lock.hcl
|
||||
|
||||
# End of https://www.toptal.com/developers/gitignore/api/terraform
|
||||
|
||||
.envrc
|
||||
|
@ -1,14 +1,15 @@
|
||||
terraform {
|
||||
backend "s3" {
|
||||
bucket = "infra"
|
||||
bucket = "terraform-0d6c29f308f4e7e6"
|
||||
key = "terraform/keycloak.tfstate"
|
||||
endpoint = "https://s3.tobiasmanske.de"
|
||||
force_path_style = true
|
||||
region = "us-east-1"
|
||||
endpoint = "https://s3.us-west-002.backblazeb2.com"
|
||||
# force_path_style = true
|
||||
region = "us-west-002"
|
||||
skip_credentials_validation = true
|
||||
skip_region_validation = true
|
||||
skip_metadata_api_check = true
|
||||
# skip_metadata_api_check = true
|
||||
skip_requesting_account_id = true
|
||||
skip_s3_checksum = true
|
||||
}
|
||||
required_providers {
|
||||
keycloak = {
|
||||
|
Loading…
Reference in New Issue
Block a user