From db4eaba15a75785e484f770a232b9cfa0b379915 Mon Sep 17 00:00:00 2001 From: labtestsubb <152941466+labtestsubb@users.noreply.github.com> Date: Tue, 3 Jun 2025 13:49:19 +0800 Subject: [PATCH] Update main.tf --- main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/main.tf b/main.tf index 03aed37..002b7ed 100644 --- a/main.tf +++ b/main.tf @@ -20,6 +20,7 @@ resource "aws_s3_bucket_logging" "bad_bucket" { } +#test123 resource "aws_security_group" "bad_security_group" { name = "prisma-cloud-test-sg" description = "Allow all inbound traffic"