Terraform AWS Easy SG Introduction Terraform module to create a security group that whitelists your current WAN IP address Contents Usage Usage module "easy-sg" { source = "Cori1109/easy-sg/aws" vpc_id = "vpc-xxxxxxxxxxxxxxxxx" }