Compare commits

...

4 Commits

Author SHA1 Message Date
jmrothst 4b8bedc9f8 Version bump 2023-12-16 17:48:41 -06:00
jmrothst e9090586f2 Default to Fedora 38 2023-11-09 22:44:19 -06:00
jmrothst 2bef80b6b2 Version bump 2023-11-09 22:42:35 -06:00
jmrothst 3f651665ee Provider version bump 2023-10-15 20:35:32 -05:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ terraform {
required_providers {
linode = {
source = "linode/linode"
version = ">= 2.9.0"
version = ">= 2.10.1"
}
}
required_version = ">= 1.6.0"
+1 -1
View File
@@ -1,4 +1,4 @@
variable "image" {
default = "linode/fedora36"
default = "linode/fedora38"
type = string
}