more apps
This commit is contained in:
@ -7,8 +7,19 @@ terraform {
|
||||
version = "~> 4.44"
|
||||
}
|
||||
}
|
||||
backend "local" {
|
||||
# path = pathexpand("~/Backups/tfstate/cloudflare.tfstate")
|
||||
backend "s3" {
|
||||
endpoints = {
|
||||
s3 = "https://s3.balsillie.house:9000"
|
||||
}
|
||||
region = "home"
|
||||
bucket = "terraform"
|
||||
use_path_style = true
|
||||
key = "cloudflare/terraform.tfstate"
|
||||
shared_credentials_files = ["~/.aws/credentials"]
|
||||
profile = "terraform"
|
||||
skip_credentials_validation = true
|
||||
skip_region_validation = true
|
||||
skip_requesting_account_id = true
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user