mirror of
https://github.com/puppetmaster/typhoon.git
synced 2025-07-29 20:51:33 +02:00
Update recommended Terraform provider versions
* Sync Terraform provider plugin versions to those actively used internally * Fix terraform fmt
This commit is contained in:
@ -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" {
|
||||
|
@ -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" {
|
||||
|
Reference in New Issue
Block a user