Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix source_cidr_block is expected to be a list than a string (#50)
I kept receiving the error `aws_security_group_rule.ingress_tcp_443_cidr: cidr_blocks: should be a list`. This is because the variable `source_cidr_block` is a string than a list. This change allowed me to create the security group.
- Loading branch information