Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lupupaulsv/6d8125b9b541b12013e374c935fc7a53 to your computer and use it in GitHub Desktop.
Save lupupaulsv/6d8125b9b541b12013e374c935fc7a53 to your computer and use it in GitHub Desktop.
staging.tfvars
elb_sgs = ["test"]
main.tf
elb_sgs = ["${var.ingress_sg_web}", "${var.elb_sgs}"]
Error: module "reporting-web": "elb_sgs" is not a valid argument
@lupupaulsv
Copy link
Author

variable "elb_sgs" {
description = "List of security groups to be allowed to access the load balancer"
type = "list"
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment