Skip to content

Commit

Permalink
Merge pull request #162 from MitocGroup/add_npm_install
Browse files Browse the repository at this point in the history
minor improvements
  • Loading branch information
eistrati committed Dec 24, 2019
2 parents 51d0aaa + de507ba commit 88eeff6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion modules/landing_zone/main.tf
@@ -1,6 +1,6 @@
resource "null_resource" "terraform_output" {
provisioner "local-exec" {
command = "touch ${pathexpand(var.terraform_output_path)}"
command = "touch ${pathexpand(var.terraform_output_path)} && npm install"
}
}

Expand Down
1 change: 0 additions & 1 deletion terraform.local.tfvars
Expand Up @@ -60,7 +60,6 @@ landing_zone_components = {
landing_zone_ssm_maintenance_window = "./*.tfvars"
landing_zone_ssm_maintenance_window_target = "./*.tfvars"
landing_zone_ssm_parameter = "./*.tfvars"
landing_zone_sso = "./*.tfvars"
landing_zone_sns_platform_application = "./*.tfvars"
landing_zone_sns_sms_preferences = "./*.tfvars"
landing_zone_sns_topic = "./*.tfvars"
Expand Down
1 change: 0 additions & 1 deletion terraform.remote.tfvars
Expand Up @@ -60,7 +60,6 @@ landing_zone_components = {
landing_zone_ssm_maintenance_window = "s3://terraform-aws-landing-zone/components/landing_zone_ssm_maintenance_window/*.tfvars"
landing_zone_ssm_maintenance_window_target = "s3://terraform-aws-landing-zone/components/landing_zone_ssm_maintenance_window_target/*.tfvars"
landing_zone_ssm_parameter = "s3://terraform-aws-landing-zone/components/landing_zone_ssm_parameter/*.tfvars"
landing_zone_sso = "s3://terraform-aws-landing-zone/components/landing_zone_sso/*.tfvars"
landing_zone_sns_platform_application = "s3://terraform-aws-landing-zone/components/landing_zone_sns_platform_application/*.tfvars"
landing_zone_sns_sms_preferences = "s3://terraform-aws-landing-zone/components/landing_zone_sns_sms_preferences/*.tfvars"
landing_zone_sns_topic = "s3://terraform-aws-landing-zone/components/landing_zone_sns_topic/*.tfvars"
Expand Down

0 comments on commit 88eeff6

Please sign in to comment.