Init Gandi terraform provider

This commit is contained in:
Jake Howard
2023-02-08 20:55:23 +00:00
parent ba89b87a61
commit 5210e66921
4 changed files with 29 additions and 0 deletions

View File

@ -20,5 +20,9 @@ terraform {
source = "vexxhost/uptimerobot"
version = "0.8.2"
}
gandi = {
source = "go-gandi/gandi"
version = "2.2.3"
}
}
}