add terraform project
This commit is contained in:
8
terraform/state.tf
Normal file
8
terraform/state.tf
Normal file
@@ -0,0 +1,8 @@
|
||||
terraform {
|
||||
backend "s3" {
|
||||
bucket = "terraform-states-fzeoh1h"
|
||||
key = "talos-cluster-proxmox/terraform.tfstate"
|
||||
region = "eu-west-3" # required but unused
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user