From 5a4e342ee7a43e9e69705654318a86d2213a0544 Mon Sep 17 00:00:00 2001 From: Chris King <kingtc@uab.edu> Date: Mon, 13 Sep 2021 21:00:29 +0000 Subject: [PATCH] Add a single letter s in the example that keeps the vars from being accurate --- terraform.tfvars.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terraform.tfvars.example b/terraform.tfvars.example index 10f2238..1bf5c23 100644 --- a/terraform.tfvars.example +++ b/terraform.tfvars.example @@ -35,5 +35,5 @@ public_network_dns = ["8.8.8.8", "1.1.1.1"] ## # suse registration details -sles_rmt_host = "http://rmt.host.here.with.trailing.slash/" +sles_rmt_host = "https://rmt.host.here.with.trailing.slash/" sles_rmt_fingerprint = "AA:BB:CC:DD:EE:FF:GG:HH:II:JJ:KK:LL:MM:NN:OO:PP" -- GitLab