Update Fedora CoreOS to testing 30.20190905.0
* Fix duplicated cluster_domain_suffix variable
This commit is contained in:
parent
a6de245d8a
commit
78bfff0afe
|
@ -16,6 +16,6 @@ data "aws_ami" "fedora-coreos" {
|
||||||
// pin on known ok versions as preview matures
|
// pin on known ok versions as preview matures
|
||||||
filter {
|
filter {
|
||||||
name = "name"
|
name = "name"
|
||||||
values = ["fedora-coreos-30.20190801.0-hvm"]
|
values = ["fedora-coreos-30.20190905.0-hvm"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -134,12 +134,6 @@ EOD
|
||||||
default = "10.3.0.0/16"
|
default = "10.3.0.0/16"
|
||||||
}
|
}
|
||||||
|
|
||||||
variable "cluster_domain_suffix" {
|
|
||||||
type = string
|
|
||||||
description = "Queries for domains with the suffix will be answered by coredns. Default is cluster.local (e.g. foo.default.svc.cluster.local) "
|
|
||||||
default = "cluster.local"
|
|
||||||
}
|
|
||||||
|
|
||||||
variable "enable_reporting" {
|
variable "enable_reporting" {
|
||||||
type = bool
|
type = bool
|
||||||
description = "Enable usage or analytics reporting to upstreams (Calico)"
|
description = "Enable usage or analytics reporting to upstreams (Calico)"
|
||||||
|
|
|
@ -16,6 +16,6 @@ data "aws_ami" "fedora-coreos" {
|
||||||
// pin on known ok versions as preview matures
|
// pin on known ok versions as preview matures
|
||||||
filter {
|
filter {
|
||||||
name = "name"
|
name = "name"
|
||||||
values = ["fedora-coreos-30.20190801.0-hvm"]
|
values = ["fedora-coreos-30.20190905.0-hvm"]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue