Skip to content

Commit

Permalink
use hcloud s3
Browse files Browse the repository at this point in the history
  • Loading branch information
splattner committed Nov 7, 2024
1 parent 6c59604 commit db11e81
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
11 changes: 6 additions & 5 deletions main.tf
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
terraform {
backend "s3" {
bucket = "terraform"
key = "terraform.tfstate"
region = "main"
bucket = "acend-s3-storage"
key = "training-cluster/terraform.tfstate"
region = "nbg1"

skip_region_validation = true
skip_credentials_validation = true
skip_metadata_api_check = true
skip_region_validation = true
force_path_style = true
skip_requesting_account_id = true
skip_s3_checksum = true
}
}

Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ terraform {
}
}

required_version = "1.5.7"
required_version = ">=1.9.0"
}

0 comments on commit db11e81

Please # to comment.