chore: Migrate states to S3

This commit is contained in:
Peter 2025-11-27 17:08:20 +01:00
parent 1a791f6c37
commit 112f39fbd4
Signed by: Peter
SSH key fingerprint: SHA256:B5tYaxBExaDm74r1px9iVeZ6F/ZDiyiy9SbBqfZYrvg
3 changed files with 24 additions and 34 deletions

View file

@ -1,3 +1,15 @@
terraform {
backend "s3" {
bucket = "13225-wheatley-states"
key = "k8s-wheatley.tfstate"
region = "main"
skip_credentials_validation = true
skip_metadata_api_check = true
skip_region_validation = true
force_path_style = true
}
}
provider "proxmox" {
endpoint = var.proxmox_endpoint
api_token = var.proxmox_api_token