blah
This commit is contained in:
parent
79c6f8f5f2
commit
9020639123
15
main.tf
15
main.tf
@ -41,6 +41,21 @@ module "vpc" {
|
||||
# stage = var.stage
|
||||
#}
|
||||
#
|
||||
|
||||
module "vpc-flow-logs" {
|
||||
source = "umotif-public/vpc-flow-logs/aws"
|
||||
version = "~> 1.1.2"
|
||||
|
||||
name_prefix = var.name
|
||||
vpc_id = module.vpc.vpc_id
|
||||
|
||||
traffic_type = "ALL"
|
||||
|
||||
tags = {
|
||||
Project = "Test"
|
||||
}
|
||||
}
|
||||
|
||||
module "subnets" {
|
||||
#source = "git@github.com:cloudposse/terraform-aws-dynamic-subnets.git?ref=tags/0.39.0"
|
||||
source = "cloudposse/dynamic-subnets/aws"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user