Skip to content

Commit

Permalink
update resources
Browse files Browse the repository at this point in the history
  • Loading branch information
acloudsecninja committed Dec 6, 2024
1 parent 3848a37 commit 844e8ca
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions test_vpc.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,11 @@ resource "aws_vpc" "acloudsecninja-cloudsec-vpc-test2" {


## GOOD Resource ##
#resource "aws_vpc" "acloudsecninja-cloudsec-vpc-test2" {
# cidr_block = "10.0.0.0/16"
# enable_dns_hostnames = true
# enable_dns_support = true
resource "aws_s3_bucket" "example123412312" {
bucket = "example123412312"

# tags = {
# Name = "acloudsecninja-cloudsec-vpc-test2"
# }
#}
tags = {
Name = "example123412312"
Environment = "nprd"
}
}

0 comments on commit 844e8ca

Please sign in to comment.