Skip to content

Commit

Permalink
fix: fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Jan 18, 2022
1 parent e4fc835 commit 165aac9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/inception/gcp/bastion.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 165aac9

Please sign in to comment.