Dheeraj Kumar
Results
1
issues of
Dheeraj Kumar
### Terraform Version ```shell Terraform v1.9.8 on linux_amd64 + provider registry.terraform.io/hashicorp/aws v5.72.1 ``` ### Terraform Configuration Files ```terraform resource "aws_vpc" "vpc" { cidr_block = "10.0.0.0/16" } resource "aws_security_group" "sg_1" {...
bug
new