Skip to content

Commit

Permalink
remove bastion host"
Browse files Browse the repository at this point in the history
  • Loading branch information
novandrautomo17 committed May 10, 2024
1 parent dd6ff96 commit d5d7be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions __main__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import pulumi
from vpc import vpc, subnet_public, subnet_private_2, subnet_private_1, igw, route_table_private, route_table_assoc_public
from bastion_host import bastion, bastion_sg
#from bastion_host import bastion, bastion_sg
from eks import cluster, node_group

pulumi.export("cluster_name", cluster.name)
pulumi.export("node_group_name", node_group.node_group_name)
pulumi.export("bastion_ip", bastion.public_ip)
#pulumi.export("bastion_ip", bastion.public_ip)

0 comments on commit d5d7be5

Please sign in to comment.