Update to Fedora 33 and terraform 0.14
This commit is contained in:
parent
47b2473843
commit
6a025d1a51
@ -2,7 +2,7 @@ terraform {
|
||||
required_providers {
|
||||
digitalocean = {
|
||||
source = "digitalocean/digitalocean"
|
||||
version = ">= 2.0.2"
|
||||
version = ">= 2.3.0"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -1,4 +1,4 @@
|
||||
variable "image_name" {
|
||||
default = "fedora-32-x64"
|
||||
default = "fedora-33-x64"
|
||||
type = string
|
||||
}
|
||||
|
@ -1,3 +1,3 @@
|
||||
variable "ssh_keys" {
|
||||
type = list
|
||||
type = list(any)
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user