UPD: moved random into module
This commit is contained in:
parent
1e1c4b978e
commit
f79414605a
@ -1,7 +1,7 @@
|
|||||||
data "aws_availability_zones" "available" {}
|
data "aws_availability_zones" "available" {}
|
||||||
|
|
||||||
module "random" {
|
module "random" {
|
||||||
source = "./random"
|
source = "./m.random"
|
||||||
}
|
}
|
||||||
|
|
||||||
module "vpc" {
|
module "vpc" {
|
||||||
|
Loading…
Reference in New Issue
Block a user