feat: moved completely over to this repository
This commit is contained in:
6
terraform/network.tf
Normal file
6
terraform/network.tf
Normal file
@@ -0,0 +1,6 @@
|
||||
data "aws_subnet" "subnet" {
|
||||
tags = {
|
||||
SubnetType = "Private"
|
||||
SubnetOf = "Main"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user