From 165aac9e48153984624fd7b3b4e6521013eeae89 Mon Sep 17 00:00:00 2001 From: bodymindarts Date: Tue, 18 Jan 2022 10:52:13 +0100 Subject: [PATCH] fix: fmt --- modules/inception/gcp/bastion.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/inception/gcp/bastion.tf b/modules/inception/gcp/bastion.tf index 74541e95..37f0de09 100644 --- a/modules/inception/gcp/bastion.tf +++ b/modules/inception/gcp/bastion.tf @@ -57,7 +57,7 @@ resource "google_compute_instance" "bastion" { cluster_name : "${local.name_prefix}-cluster", zone : local.region, project : local.project, - bastion_revoke_on_exit: local.bastion_revoke_on_exit + bastion_revoke_on_exit : local.bastion_revoke_on_exit cfssl_version : local.cfssl_version, bitcoin_version : local.bitcoin_version cepler_version : local.cepler_version