feat: Add output for launch template name, and correct variable type value (#2205)

This commit is contained in:
Bryant Biggs
2022-08-17 06:24:22 -04:00
committed by GitHub
parent c0f14fbdef
commit 0a52d690d5
8 changed files with 22 additions and 10 deletions

View File

@@ -386,7 +386,7 @@ variable "security_group_name" {
variable "security_group_use_name_prefix" {
description = "Determines whether the security group name (`security_group_name`) is used as a prefix"
type = string
type = bool
default = true
}