Skip to content

Commit

Permalink
Put bastion in different subnet
Browse files Browse the repository at this point in the history
  • Loading branch information
gonzo12 committed Oct 21, 2024
1 parent 269ad39 commit 41ae1ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scopes/ssh-bastion/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ variable "vpc_name" {
variable "subnet_name" {
description = "Subnet Name"
type = string
default = "simple-autopilot-private-master-subnet"
default = "simple-autopilot-private-subnet"
}


Expand Down

0 comments on commit 41ae1ae

Please sign in to comment.