Skip to content

Commit

Permalink
add default setting for ssm_endpoint_security_group_ids
Browse files Browse the repository at this point in the history
  • Loading branch information
tbugfinder authored and Hartmann,Josef (IT INF) BIG-DE-B committed Jan 6, 2019
1 parent dd493c0 commit 412b462
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ variable "enable_ssm_endpoint" {
variable "ssm_endpoint_security_group_ids" {
description = "List of security group IDs applied to the SSM interface endpoint."
type = "list"
default = []
}

variable "map_public_ip_on_launch" {
Expand Down

0 comments on commit 412b462

Please sign in to comment.