Skip to content

Commit

Permalink
variable "public_ip_enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
igorkotof authored Jun 22, 2022
1 parent f4d4240 commit a691d54
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ variable "bastion_enabled" {
description = "Gives ability to enable or disable Bastion functionality"
}

variable "public_ip_enabled" {
type = bool
default = false
description = "Enable Public IP for EC2 instance"
}

variable "ext_security_groups" {
description = "External security groups to add to bastion host"
type = list(any)
Expand Down

0 comments on commit a691d54

Please sign in to comment.