We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7727fdf commit 269b5c7Copy full SHA for 269b5c7
terraform/provider.tf
@@ -17,7 +17,7 @@ terraform {
17
skip_s3_checksum = true
18
skip_metadata_api_check = true
19
endpoints = {
20
- s3 = "https://id8kdbgzbggf.compat.objectstorage.us-ashburn-1.oraclecloud.com"
+ s3 = var.s3_endpoint
21
}
22
23
terraform/vars.tf
@@ -60,4 +60,8 @@ variable "ubu_ip_address" {
60
61
variable "pve2_ip_address" {
62
type = string
63
+}
64
+
65
+variable "s3_endpoint" {
66
+ type = string
67
0 commit comments