Update recommended Terraform provider versions

* Sync Terraform provider plugin versions to those actively
used internally
* Fix terraform fmt
This commit is contained in:
Dalton Hubble
2020-05-22 01:11:13 -07:00
parent e72f916c8d
commit 283e14f3e0
11 changed files with 13 additions and 13 deletions

View File

@ -49,14 +49,14 @@ variable "worker_type" {
variable "os_stream" {
type = string
description = "Fedora CoreOS stream for compute instances (e.g. stable, testing, next)"
default = "stable"
default = "stable"
}
# Deprecated
variable "os_image" {
type = string
description = "Fedora CoreOS image for compute instances (e.g. fedora-coreos)"
default = ""
default = ""
}
variable "disk_size" {

View File

@ -37,14 +37,14 @@ variable "machine_type" {
variable "os_stream" {
type = string
description = "Fedora CoreOS stream for compute instances (e.g. stable, testing, next)"
default = "stable"
default = "stable"
}
# Deprecated
variable "os_image" {
type = string
description = "Fedora CoreOS image for compute instances (e.g. fedora-coreos)"
default = ""
default = ""
}
variable "disk_size" {