Skip to content

Commit

Permalink
chore: bump exoscale provider to 0.59.2 (#11)
Browse files Browse the repository at this point in the history
Signed-off-by: Yoan Blanc <[email protected]>
  • Loading branch information
greut authored Jul 22, 2024
1 parent 87c0fd1 commit 36b67cf
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 17 deletions.
35 changes: 18 additions & 17 deletions .terraform.lock.hcl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions backend.tf
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,11 @@ terraform {
name = "domains-management-tf"
}
}

required_providers {
exoscale = {
source = "exoscale/exoscale"
version = "0.59.2"
}
}
}

0 comments on commit 36b67cf

Please sign in to comment.