Skip to content
This repository has been archived by the owner on Jul 20, 2024. It is now read-only.

Commit

Permalink
Fix terraform apply error on upgrade (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
int128 authored Jul 3, 2020
1 parent 97977ab commit 1a6398a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ resource "aws_security_group_rule" "egress" {
protocol = "tcp"
}

resource "aws_security_group_rule" "ingress" {
resource "aws_security_group_rule" "ingress_any" {
security_group_id = aws_security_group.this.id
type = "ingress"
cidr_blocks = var.private_subnets_cidr_blocks
Expand Down

0 comments on commit 1a6398a

Please sign in to comment.