Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Commit

Permalink
Merge pull request #81 from dullyouth/fix_github_sg_cidr_blocks
Browse files Browse the repository at this point in the history
Use cidr_blocks instead of security_groups
  • Loading branch information
demophoon committed Jan 7, 2020
2 parents b75d96f + 84ccfb7 commit ba73801
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions circleci.tf
Expand Up @@ -132,13 +132,13 @@ resource "aws_security_group" "circleci_services_sg" {
# https://help.github.com/articles/what-ip-addresses-does-github-use-that-i-should-whitelist/
#
#ingress {
# security_groups = ["192.30.252.0/22"]
# cidr_blocks = ["192.30.252.0/22"]
# protocol = "tcp"
# from_port = 443
# to_port = 443
#}
#ingress {
# security_groups = ["192.30.252.0/22"]
# cidr_blocks = ["192.30.252.0/22"]
# protocol = "tcp"
# from_port = 80
# to_port = 80
Expand Down

0 comments on commit ba73801

Please sign in to comment.