Compare commits

..

7 Commits

Author SHA1 Message Date
4258c8fbed Version bump
Signed-off-by: Jason Rothstein <fdragon@fdragon.org>
2024-04-21 21:25:04 -05:00
27b4a7e1dd Version bump 2024-03-15 21:53:19 -05:00
3187ff2cc4 Version bump 2023-12-25 14:50:35 -06:00
4b8bedc9f8 Version bump 2023-12-16 17:48:41 -06:00
e9090586f2 Default to Fedora 38 2023-11-09 22:44:19 -06:00
2bef80b6b2 Version bump 2023-11-09 22:42:35 -06:00
3f651665ee Provider version bump 2023-10-15 20:35:32 -05:00
2 changed files with 3 additions and 3 deletions

View File

@@ -2,8 +2,8 @@ terraform {
required_providers {
linode = {
source = "linode/linode"
version = ">= 2.9.0"
version = ">= 2.19.0"
}
}
required_version = ">= 1.6.0"
required_version = ">= 1.6.2"
}

View File

@@ -1,4 +1,4 @@
variable "image" {
default = "linode/fedora36"
default = "linode/fedora38"
type = string
}