Commit 34924f6f authored by rajat.kulkarni's avatar rajat.kulkarni

Update sampleSG.tf

parent 9d40b230
Pipeline #26705 passed with stage
in 3 minutes and 15 seconds
resource "aws_security_group" "security_group_name" { resource "aws_security_group" "security_group_name" {
name = "security_group_name" name = "security_group_name"
description = "Allow TLS inbound traffic" description = "Allow TLS inbound traffic"
vpc_id = "aws_default_vpc.main.id" vpc_id = aws_default_vpc.main.id
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment