7 lines
95 B
HCL
7 lines
95 B
HCL
data "aws_subnet" "subnet" {
|
|
tags = {
|
|
SubnetType = "Private"
|
|
SubnetOf = "Main"
|
|
}
|
|
}
|