mirror of
https://github.com/PurpleComputing/scim-examples.git
synced 2026-02-17 04:02:16 +00:00
Fix Terraform example security group
Specify the VPC ID in the `service` security group resource block and add a comment.
This commit is contained in:
@@ -195,6 +195,8 @@ resource "aws_security_group" "alb" {
|
||||
}
|
||||
|
||||
resource "aws_security_group" "service" {
|
||||
# Create a security group for the service
|
||||
vpc_id = data.aws_vpc.this.id
|
||||
|
||||
# Only allow traffic from the load balancer security group
|
||||
ingress {
|
||||
|
||||
Reference in New Issue
Block a user