Update to Fedora 33 and terraform 0.14

This commit is contained in:
Jason Rothstein 2020-12-06 15:14:11 -06:00
parent 47b2473843
commit 6a025d1a51
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ terraform {
required_providers {
digitalocean = {
source = "digitalocean/digitalocean"
version = ">= 2.0.2"
version = ">= 2.3.0"
}
}
}

View File

@ -1,4 +1,4 @@
variable "image_name" {
default = "fedora-32-x64"
default = "fedora-33-x64"
type = string
}

View File

@ -1,3 +1,3 @@
variable "ssh_keys" {
type = list
type = list(any)
}