Skip to content

Commit

Permalink
#4 add default sg
Browse files Browse the repository at this point in the history
  • Loading branch information
kunduso committed Aug 23, 2024
1 parent 0f926e2 commit ba51688
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions security_group.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/default_security_group
resource "aws_default_security_group" "default" {
vpc_id = aws_vpc.this.id
}

0 comments on commit ba51688

Please sign in to comment.