terraform-aws-landing-zone icon indicating copy to clipboard operation
terraform-aws-landing-zone copied to clipboard

Terraform Module for AWS Landing Zone

Results 11 terraform-aws-landing-zone issues
Sort by recently updated
recently updated
newest added

│ with module.landing_zone.module.landing_zone.null_resource.terraform_config[0], │ on .terraform/modules/landing_zone/modules/landing_zone/main.tf line 17, in resource "null_resource" "terraform_config": │ 17: provisioner "local-exec" { │ │ Error running command 'cp .terrahub.yml.sample │ .terrahub.yml': exit status 1. Output:...

Tried to deploy this solution and get the following error when I run terrahub init: [landing_zone_cloudtrail] Initializing the backend... ❌ [terraform-landing-zone] There are some problems with the configuration, described below....

## Describe the Bug Following the [Terraform module for AWS Landing Zone (one component: AWS Organization)](https://github.com/MitocGroup/terraform-aws-landing-zone/tree/master/examples/example_landing_zone_organization). ## To Reproduce main.tf contains the following: ``` module "landing_zone" { source = "MitocGroup/landing-zone/aws"...

Hello @eistrati, can you please clarify the process of creating/ generating AWS accounts under my organization account ? for some how i didn't get the process end-to-end. my desired state...

After using TFLZ and Terraform Enterprise, TFE allows for some basic cost estimations however it does not work for _all_ the things. Is there an easy way to estimate or...

Hi All, Good Eve. Thanks for your solutions. How to execute the terraform scripts, I am getting error message. Normal terraform plan & apply. regards Kannan.R

## Describe the Bug Unintended `.tfimport` files for `*.tfvars` configuration ## To Reproduce My `landing_zone_components` variable looks something like this: ```hcl landing_zone_components = { landing_zone_vpc = "s3://terraform-aws-landing-zone/components/landing_zone_vpc/*.tfvars" [...] } ```...

bug