Update recommended Terraform provider versions

* Sync the Terraform provider plugin versions to those
actively used and tested by the author
* Fix terraform fmt
This commit is contained in:
Dalton Hubble
2020-04-28 19:57:13 -07:00
parent 4ac2d94999
commit 2c1af917ec
10 changed files with 15 additions and 15 deletions

View File

@ -64,10 +64,10 @@ resource "digitalocean_tag" "controllers" {
# Controller Ignition configs
data "ct_config" "controller-ignitions" {
count = var.controller_count
content = data.template_file.controller-configs.*.rendered[count.index]
strict = true
snippets = var.controller_snippets
count = var.controller_count
content = data.template_file.controller-configs.*.rendered[count.index]
strict = true
snippets = var.controller_snippets
}
# Controller Fedora CoreOS configs

View File

@ -60,9 +60,9 @@ resource "digitalocean_tag" "workers" {
# Worker Ignition config
data "ct_config" "worker-ignition" {
content = data.template_file.worker-config.rendered
strict = true
snippets = var.worker_snippets
content = data.template_file.worker-config.rendered
strict = true
snippets = var.worker_snippets
}
# Worker Fedora CoreOS config