UPD: moved random into module

This commit is contained in:
xpk 2020-08-02 19:00:08 +08:00
parent 1e1c4b978e
commit f79414605a
Signed by: xpk
GPG Key ID: CD4FF6793F09AB86
2 changed files with 1 additions and 1 deletions

View File

@ -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" {