Skip to content

Commit 9985d52

Browse files
robo-caphyder
authored andcommitted
Allow the creation of the operator host without the need of a bastion
1 parent e83cea4 commit 9985d52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module-operator.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ locals {
4444
}
4545

4646
module "operator" {
47-
count = var.create_bastion && var.create_operator ? 1 : 0
47+
count = var.create_operator ? 1 : 0
4848
source = "./modules/operator"
4949
state_id = local.state_id
5050
compartment_id = local.compartment_id

0 commit comments

Comments
 (0)