Commit 75e399a9 authored by rajat.kulkarni's avatar rajat.kulkarni

Update sampleSG.tf

parent 20d5d69f
Pipeline #26667 failed with stage
in 5 seconds
resource "aws_security_group" "security_group_name1" { resource "aws_security_group" "security_group_name1" {
name = "security_group_name1" name = "security_group_name1"
description = "Allow TLS inbound traffic" description = "Allow TLS inbound traffic"
vpc_id = aws_default_vpc.main.id vpc_id = "aws_default_vpc.main.id"
ingress { ingress {
......
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