@@ -0,0 +1,10 @@
resource "aws_vpc" "vpc" {
cidr_block = "10.0.0.0/16"
enable_dns_hostnames = true
enable_dns_support = true
tags = {
Name = "dev-vpc"
Environment = "Production"
}
The note is not visible to the blocked user.