Skip to content

Commit

Permalink
Use the backend
Browse files Browse the repository at this point in the history
  • Loading branch information
enolfc committed Jul 12, 2024
1 parent a11703c commit c33b2a9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions deploy/image-sync/backend.tf
Original file line number Diff line number Diff line change
@@ -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" {
Expand Down

0 comments on commit c33b2a9

Please sign in to comment.