Added AWS Landingzones

This commit is contained in:
Patrick de Ruiter 2020-05-12 01:12:33 +02:00
parent 52293d3616
commit 01cf7906ec
3 changed files with 9 additions and 1 deletions

View File

7
landing-zone.tf Normal file
View File

@ -0,0 +1,7 @@
module "landingzone" {
source = "MitocGroup/landing-zone/aws"
version = "0.2.4"
landing_zone_providers = var.landing_zone_providers
landing_zone_components = var.landing_zone_components
terraform_backend = var.terraform_backend
}

View File

@ -1,3 +1,4 @@
provider "aws" { provider "aws" {
region = var.region version = "~> 2.61"
region = var.region
} }