fix things

This commit is contained in:
Matt Reeves 2024-10-12 13:27:33 -04:00
parent 7727fdf040
commit 269b5c7690
2 changed files with 5 additions and 1 deletions

View file

@ -17,7 +17,7 @@ terraform {
skip_s3_checksum = true
skip_metadata_api_check = true
endpoints = {
s3 = "https://id8kdbgzbggf.compat.objectstorage.us-ashburn-1.oraclecloud.com"
s3 = var.s3_endpoint
}
}
}

View file

@ -60,4 +60,8 @@ variable "ubu_ip_address" {
variable "pve2_ip_address" {
type = string
}
variable "s3_endpoint" {
type = string
}