fix: Correct remote access variable for security groups and add example for additional IAM policies (#1766)

Co-authored-by: Anton Babenko <anton@antonbabenko.com>
This commit is contained in:
Bryant Biggs
2022-01-11 15:03:20 -05:00
committed by GitHub
parent 7babe87775
commit f54bd3047b
5 changed files with 96 additions and 3 deletions

View File

@@ -334,7 +334,7 @@ variable "launch_template_version" {
variable "remote_access" {
description = "Configuration block with remote access settings"
type = map(string)
type = any
default = {}
}