Files
git/terraform/network.tf

7 lines
95 B
HCL

data "aws_subnet" "subnet" {
tags = {
SubnetType = "Private"
SubnetOf = "Main"
}
}