Skip to content

Instantly share code, notes, and snippets.

View phillhocking's full-sized avatar

Phillip Andrew Hocking phillhocking

View GitHub Profile
@phillhocking
phillhocking / gist:d6cc563ebeb56641c2946ed851c7f4e6
Created August 28, 2019 03:01
Terraform Toubleshooting 1
Error: Invalid value for module argument
on main.tf line 8, in module "ghost-db":
8: security_groups = aws_security_group.ghost-db.id
The given value is not suitable for child module variable "security_groups"
defined at ghost-database/variables.tf:17,1-27: list of string required.
Error: Invalid value for module argument