Update to Fedora 33 and terraform 0.14

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

View File

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