From c33b2a98793d6d6fe68c95cec8bcd9b553557f22 Mon Sep 17 00:00:00 2001 From: Enol Fernandez Date: Fri, 12 Jul 2024 15:48:02 +0100 Subject: [PATCH] Use the backend --- deploy/image-sync/backend.tf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/deploy/image-sync/backend.tf b/deploy/image-sync/backend.tf index 8e5c0673..9ced8d34 100644 --- a/deploy/image-sync/backend.tf +++ b/deploy/image-sync/backend.tf @@ -1,10 +1,10 @@ -## This is where the info about the deployment is to be stored -#terraform { -# backend "swift" { -# container = "terraform" -# cloud = "backend" -# } -#} +# This is where the info about the deployment is to be stored +terraform { + backend "swift" { + container = "terraform-image-sync" + cloud = "backend" + } +} # The provider where the deployment is actually performed provider "openstack" {