forked from MitocGroup/terraform-aws-landing-zone
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request MitocGroup#141 from TerraHubCorp/dev
Added tfvars and tfimport files into codebase, as well as refactored code for faster execution
- Loading branch information
Showing
165 changed files
with
2,492 additions
and
566 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
landing_zone_cloudtrail,aws_cloudtrail.landing_zone_cloudtrail,Default |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
landing_zone_providers = [ | ||
"default" | ||
] | ||
|
||
landing_zone_cloudtrail_name = "Default" | ||
landing_zone_cloudtrail_is_multi_region_trail = true | ||
landing_zone_cloudtrail_is_organization_trail = true | ||
landing_zone_event_selector_data_resource_type = "AWS::Lambda::Function" | ||
landing_zone_event_selector_data_resource_values = [ | ||
"arn:aws:lambda:us-east-1:123456789012:function:DeepProdSayHelloCreateDb", | ||
"arn:aws:lambda:us-east-1:123456789012:function:DeepProdSayHelloCreateFs", | ||
"arn:aws:lambda:us-east-1:123456789012:function:DeepProdSayHelloCreateMsg" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
landing_zone_cloudtrail_s3_bucket,aws_s3_bucket.landing_zone_cloudtrail_s3_bucket,data-lake-cloudtrail |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
landing_zone_providers = [ | ||
"default" | ||
] | ||
|
||
landing_zone_cloudtrail_s3_bucket_name = "data-lake-cloudtrail" | ||
landing_zone_cloudtrail_s3_bucket_versioning = true |
1 change: 1 addition & 0 deletions
1
components/landing_zone_cloudtrail_s3_bucket_policy/default.tfimport
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
landing_zone_cloudtrail_s3_bucket_policy,aws_s3_bucket_policy.landing_zone_cloudtrail_s3_bucket_policy,data-lake-cloudtrail |
3 changes: 3 additions & 0 deletions
3
components/landing_zone_cloudtrail_s3_bucket_policy/default.tfvars
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
landing_zone_providers = [ | ||
"default" | ||
] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
landing_zone_providers = [ | ||
"default" | ||
] | ||
|
||
landing_zone_code_build_name = "AWS-Landing-Zone-CodeBuild" | ||
landing_zone_code_build_artifacts_type = "CODEPIPELINE" | ||
landing_zone_code_build_source_type = "CODEPIPELINE" | ||
landing_zone_code_build_environment_compute_type = "BUILD_GENERAL1_SMALL" | ||
landing_zone_code_build_environment_image = "aws/codebuild/nodejs:8.11.0" | ||
landing_zone_code_build_environment_type = "LINUX_CONTAINER" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
landing_zone_providers = [ | ||
"default" | ||
] | ||
|
||
landing_zone_code_build_role_name = "LandingZoneCodeBuildRole" | ||
landing_zone_code_build_role_description = "Managed by TerraHub" | ||
landing_zone_code_build_role_force_detach_policies = false | ||
landing_zone_code_build_role_path = "/" |
5 changes: 5 additions & 0 deletions
5
components/landing_zone_code_build_role_policy/default.tfvars
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
landing_zone_providers = [ | ||
"default" | ||
] | ||
|
||
landing_zone_code_build_role_policy_name = "AWS-Landing-Zone-CodePipeline-Policy" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
landing_zone_providers = [ | ||
"default" | ||
] | ||
|
||
landing_zone_code_pipeline_name = "AWS-Landing-Zone-CodePipeline" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
landing_zone_providers = [ | ||
"default" | ||
] | ||
|
||
landing_zone_code_pipeline_role_name = "LandingZoneCodePipelineRole" | ||
landing_zone_code_pipeline_role_description = "Managed by TerraHub" | ||
landing_zone_code_pipeline_role_force_detach_policies = false | ||
landing_zone_code_pipeline_role_path = "/" |
5 changes: 5 additions & 0 deletions
5
components/landing_zone_code_pipeline_role_policy/default.tfvars
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
landing_zone_providers = [ | ||
"default" | ||
] | ||
|
||
landing_zone_code_pipeline_role_policy_name = "AWS-Landing-Zone-CodePipeline-Policy" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
components/landing_zone_config_aggregate_authorization/default.tfvars
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
landing_zone_providers = [ | ||
"default" | ||
] | ||
|
||
default_provider = { | ||
landing_zone_config_aggregate_authorization_tags = { | ||
config_0 = { | ||
Description = "Managed by TerraHub" | ||
ThubCode = "1234abcd" | ||
ThubEnv = "Prod" | ||
Name = "Landing Zone Configuration Aggregator Auth" | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.