Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 3e74388f97 | |||
| fb12a159a4 | |||
| a2b268c889 | |||
| 35c3b1c0bf |
+2
-2
@@ -2,8 +2,8 @@ terraform {
|
||||
required_providers {
|
||||
linode = {
|
||||
source = "linode/linode"
|
||||
version = ">= 1.27.1"
|
||||
version = ">= 1.27.2"
|
||||
}
|
||||
}
|
||||
required_version = ">= 1.1.9"
|
||||
required_version = ">= 1.2.1"
|
||||
}
|
||||
|
||||
+1
-1
@@ -1,4 +1,4 @@
|
||||
variable "image" {
|
||||
default = "linode/fedora35"
|
||||
default = "linode/fedora36"
|
||||
type = string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user