From 305b5deedf95dc98988d22cf2289b4e6dbfff4f0 Mon Sep 17 00:00:00 2001 From: Abhinav Dahiya Date: Mon, 24 Sep 2018 10:49:27 -0700 Subject: [PATCH] steps/infra/aws: sync libvirt default for ignition_bootstrap to aws --- steps/infra/aws/inputs.tf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/steps/infra/aws/inputs.tf b/steps/infra/aws/inputs.tf index 7ae2b86caba..408a8c9a65d 100644 --- a/steps/infra/aws/inputs.tf +++ b/steps/infra/aws/inputs.tf @@ -4,6 +4,10 @@ data "terraform_remote_state" "assets" { config { path = "${path.cwd}/assets.tfstate" } + + defaults { + ignition_bootstrap = "" + } } locals {