fix things
This commit is contained in:
parent
7727fdf040
commit
269b5c7690
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -60,4 +60,8 @@ variable "ubu_ip_address" {
|
|||
|
||||
variable "pve2_ip_address" {
|
||||
type = string
|
||||
}
|
||||
|
||||
variable "s3_endpoint" {
|
||||
type = string
|
||||
}
|
Loading…
Add table
Reference in a new issue