Skip to content

Instantly share code, notes, and snippets.

@zot24
Created August 31, 2019 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zot24/b6b2d90ba1b5b1008602dc0b8b031809 to your computer and use it in GitHub Desktop.
Save zot24/b6b2d90ba1b5b1008602dc0b8b031809 to your computer and use it in GitHub Desktop.
2019-08-31-test-run-terragrunt.txt
? github.com/gruntwork-io/terragrunt [no test files]
? github.com/gruntwork-io/terragrunt/aws_helper [no test files]
=== RUN TestParseTerragruntOptionsFromArgs
=== PAUSE TestParseTerragruntOptionsFromArgs
=== RUN TestFilterTerragruntArgs
=== PAUSE TestFilterTerragruntArgs
=== RUN TestParseMultiStringArg
=== PAUSE TestParseMultiStringArg
=== RUN TestParseEnvironmentVariables
--- PASS: TestParseEnvironmentVariables (0.00s)
=== RUN TestTerragruntHelp
--- PASS: TestTerragruntHelp (0.00s)
=== RUN TestTerraformHelp
[terragrunt] 2019/08/31 20:05:00 Running command: terraform plan --help
[terragrunt] 2019/08/31 20:05:01 Running command: terraform apply -help
[terragrunt] 2019/08/31 20:05:01 Running command: terraform apply -h
--- PASS: TestTerraformHelp (0.48s)
=== RUN TestTerraformHelp_wrongHelpFlag
[terragrunt] 2019/08/31 20:05:01 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/cli/terragrunt.hcl
--- PASS: TestTerraformHelp_wrongHelpFlag (0.00s)
=== RUN TestFilterTerraformExtraArgs
[terragrunt] 2019/08/31 20:05:01 Skipping var-file optional.tfvars as it does not exist
--- PASS: TestFilterTerraformExtraArgs (0.00s)
=== RUN TestToTerraformEnvVars
=== PAUSE TestToTerraformEnvVars
=== RUN TestSetTerragruntInputsAsEnvVars
=== PAUSE TestSetTerragruntInputsAsEnvVars
=== RUN TestAlreadyHaveLatestCodeLocalFilePath
=== PAUSE TestAlreadyHaveLatestCodeLocalFilePath
=== RUN TestAlreadyHaveLatestCodeRemoteFilePathDownloadDirDoesNotExist
=== PAUSE TestAlreadyHaveLatestCodeRemoteFilePathDownloadDirDoesNotExist
=== RUN TestAlreadyHaveLatestCodeRemoteFilePathDownloadDirExistsNoVersionNoVersionFile
=== PAUSE TestAlreadyHaveLatestCodeRemoteFilePathDownloadDirExistsNoVersionNoVersionFile
=== RUN TestAlreadyHaveLatestCodeRemoteFilePathDownloadDirExistsNoVersionWithVersionFile
=== PAUSE TestAlreadyHaveLatestCodeRemoteFilePathDownloadDirExistsNoVersionWithVersionFile
=== RUN TestAlreadyHaveLatestCodeRemoteFilePathDownloadDirExistsWithVersionNoVersionFile
=== PAUSE TestAlreadyHaveLatestCodeRemoteFilePathDownloadDirExistsWithVersionNoVersionFile
=== RUN TestAlreadyHaveLatestCodeRemoteFilePathDownloadDirExistsWithVersionAndVersionFile
=== PAUSE TestAlreadyHaveLatestCodeRemoteFilePathDownloadDirExistsWithVersionAndVersionFile
=== RUN TestAlreadyHaveLatestCodeRemoteFilePathDownloadDirExistsWithVersionAndVersionFileAndTfCode
=== PAUSE TestAlreadyHaveLatestCodeRemoteFilePathDownloadDirExistsWithVersionAndVersionFileAndTfCode
=== RUN TestDownloadTerraformSourceIfNecessaryLocalDirToEmptyDir
=== PAUSE TestDownloadTerraformSourceIfNecessaryLocalDirToEmptyDir
=== RUN TestDownloadTerraformSourceIfNecessaryLocalDirToAlreadyDownloadedDir
=== PAUSE TestDownloadTerraformSourceIfNecessaryLocalDirToAlreadyDownloadedDir
=== RUN TestDownloadTerraformSourceIfNecessaryRemoteUrlToEmptyDir
=== PAUSE TestDownloadTerraformSourceIfNecessaryRemoteUrlToEmptyDir
=== RUN TestDownloadTerraformSourceIfNecessaryRemoteUrlToAlreadyDownloadedDir
=== PAUSE TestDownloadTerraformSourceIfNecessaryRemoteUrlToAlreadyDownloadedDir
=== RUN TestDownloadTerraformSourceIfNecessaryRemoteUrlToAlreadyDownloadedDirDifferentVersion
=== PAUSE TestDownloadTerraformSourceIfNecessaryRemoteUrlToAlreadyDownloadedDirDifferentVersion
=== RUN TestDownloadTerraformSourceIfNecessaryRemoteUrlToAlreadyDownloadedDirSameVersion
=== PAUSE TestDownloadTerraformSourceIfNecessaryRemoteUrlToAlreadyDownloadedDirSameVersion
=== RUN TestDownloadTerraformSourceIfNecessaryRemoteUrlOverrideSource
=== PAUSE TestDownloadTerraformSourceIfNecessaryRemoteUrlOverrideSource
=== RUN TestDownloadTerraformSourceFromLocalFolderWithManifest
=== PAUSE TestDownloadTerraformSourceFromLocalFolderWithManifest
=== RUN TestSplitSourceUrl
=== PAUSE TestSplitSourceUrl
=== RUN TestHCLFmt
=== PAUSE TestHCLFmt
=== RUN TestHCLFmtErrors
=== PAUSE TestHCLFmtErrors
=== RUN TestHCLFmtCheck
=== PAUSE TestHCLFmtCheck
=== RUN TestHCLFmtCheckErrors
=== PAUSE TestHCLFmtCheckErrors
=== RUN TestCheckTerraformVersionMeetsConstraintEqual
=== PAUSE TestCheckTerraformVersionMeetsConstraintEqual
=== RUN TestCheckTerraformVersionMeetsConstraintGreaterPatch
=== PAUSE TestCheckTerraformVersionMeetsConstraintGreaterPatch
=== RUN TestCheckTerraformVersionMeetsConstraintGreaterMajor
=== PAUSE TestCheckTerraformVersionMeetsConstraintGreaterMajor
=== RUN TestCheckTerraformVersionMeetsConstraintLessPatch
=== PAUSE TestCheckTerraformVersionMeetsConstraintLessPatch
=== RUN TestCheckTerraformVersionMeetsConstraintLessMajor
=== PAUSE TestCheckTerraformVersionMeetsConstraintLessMajor
=== RUN TestParseTerraformVersionNormal
=== PAUSE TestParseTerraformVersionNormal
=== RUN TestParseTerraformVersionWithoutV
=== PAUSE TestParseTerraformVersionWithoutV
=== RUN TestParseTerraformVersionWithDebug
=== PAUSE TestParseTerraformVersionWithDebug
=== RUN TestParseTerraformVersionWithChanges
=== PAUSE TestParseTerraformVersionWithChanges
=== RUN TestParseTerraformVersionWithDev
=== PAUSE TestParseTerraformVersionWithDev
=== RUN TestParseTerraformVersionInvalidSyntax
=== PAUSE TestParseTerraformVersionInvalidSyntax
=== CONT TestParseTerragruntOptionsFromArgs
=== CONT TestCheckTerraformVersionMeetsConstraintLessMajor
=== CONT TestParseTerraformVersionNormal
--- PASS: TestCheckTerraformVersionMeetsConstraintLessMajor (0.00s)
=== CONT TestParseTerraformVersionInvalidSyntax
--- PASS: TestParseTerraformVersionNormal (0.00s)
=== CONT TestParseTerraformVersionWithChanges
=== CONT TestParseTerraformVersionWithDev
--- PASS: TestParseTerraformVersionWithDev (0.00s)
--- PASS: TestParseTerraformVersionInvalidSyntax (0.00s)
=== CONT TestParseTerraformVersionWithDebug
=== CONT TestParseTerraformVersionWithoutV
--- PASS: TestParseTerraformVersionWithDebug (0.00s)
--- PASS: TestParseTerraformVersionWithChanges (0.00s)
--- PASS: TestParseTerraformVersionWithoutV (0.00s)
=== CONT TestDownloadTerraformSourceIfNecessaryRemoteUrlToAlreadyDownloadedDir
=== CONT TestCheckTerraformVersionMeetsConstraintLessPatch
=== CONT TestCheckTerraformVersionMeetsConstraintGreaterMajor
--- PASS: TestCheckTerraformVersionMeetsConstraintGreaterMajor (0.00s)
--- PASS: TestCheckTerraformVersionMeetsConstraintLessPatch (0.00s)
=== CONT TestCheckTerraformVersionMeetsConstraintEqual
--- PASS: TestCheckTerraformVersionMeetsConstraintEqual (0.00s)
=== CONT TestCheckTerraformVersionMeetsConstraintGreaterPatch
=== CONT TestHCLFmtCheckErrors
--- PASS: TestCheckTerraformVersionMeetsConstraintGreaterPatch (0.00s)
=== CONT TestHCLFmtCheck
[terragrunt] [.] 2019/08/31 20:05:01 Running command: terraform --version
--- PASS: TestParseTerragruntOptionsFromArgs (0.01s)
[terragrunt] 2019/08/31 20:05:01 Formatting terragrunt.hcl files from the directory tree /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmtCheckErrors600762837/fixture-hclfmt-check-errors.
=== CONT TestHCLFmtErrors
[terragrunt] 2019/08/31 20:05:01 Formatting terragrunt.hcl files from the directory tree /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmtCheck798569776/fixture-hclfmt-check.
[terragrunt] 2019/08/31 20:05:01 Formatting /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmtCheckErrors600762837/fixture-hclfmt-check-errors/terragrunt.hcl
[terragrunt] 2019/08/31 20:05:01 Formatting /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmtCheck798569776/fixture-hclfmt-check/terragrunt.hcl
[terragrunt] 2019/08/31 20:05:01 Formatting /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmtCheck798569776/fixture-hclfmt-check/expected.hcl
[terragrunt] 2019/08/31 20:05:01 Formatting /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmtCheckErrors600762837/fixture-hclfmt-check-errors/expected.hcl
[terragrunt] 2019/08/31 20:05:01 Formatting /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmtCheck798569776/fixture-hclfmt-check/a/terragrunt.hcl
[terragrunt] 2019/08/31 20:05:01 Formatting /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmtCheck798569776/fixture-hclfmt-check/a/b/c/terragrunt.hcl
[terragrunt] 2019/08/31 20:05:01 Formatting /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmtCheckErrors600762837/fixture-hclfmt-check-errors/a/terragrunt.hcl
=== RUN TestHCLFmtCheck/group
=== RUN TestHCLFmtCheck/group/terragrunt.hcl
=== PAUSE TestHCLFmtCheck/group/terragrunt.hcl
=== CONT TestHCLFmt
[terragrunt] 2019/08/31 20:05:01 Formatting /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmtCheckErrors600762837/fixture-hclfmt-check-errors/a/b/c/terragrunt.hcl
=== RUN TestHCLFmtCheckErrors/group
=== RUN TestHCLFmtCheckErrors/group/terragrunt.hcl
=== PAUSE TestHCLFmtCheckErrors/group/terragrunt.hcl
=== CONT TestSplitSourceUrl
=== RUN TestSplitSourceUrl/root-path-only-no-double-slash
=== PAUSE TestSplitSourceUrl/root-path-only-no-double-slash
=== RUN TestSplitSourceUrl/parent-path-one-child-no-double-slash
=== PAUSE TestSplitSourceUrl/parent-path-one-child-no-double-slash
=== RUN TestSplitSourceUrl/parent-path-multiple-children-no-double-slash
=== PAUSE TestSplitSourceUrl/parent-path-multiple-children-no-double-slash
=== RUN TestSplitSourceUrl/relative-path-no-children-no-double-slash
=== PAUSE TestSplitSourceUrl/relative-path-no-children-no-double-slash
=== RUN TestSplitSourceUrl/relative-path-one-child-no-double-slash
=== PAUSE TestSplitSourceUrl/relative-path-one-child-no-double-slash
=== RUN TestSplitSourceUrl/relative-path-multiple-children-no-double-slash
=== PAUSE TestSplitSourceUrl/relative-path-multiple-children-no-double-slash
=== RUN TestSplitSourceUrl/root-path-only-with-double-slash
=== PAUSE TestSplitSourceUrl/root-path-only-with-double-slash
=== RUN TestSplitSourceUrl/parent-path-one-child-with-double-slash
=== PAUSE TestSplitSourceUrl/parent-path-one-child-with-double-slash
=== RUN TestSplitSourceUrl/parent-path-multiple-children-with-double-slash
=== PAUSE TestSplitSourceUrl/parent-path-multiple-children-with-double-slash
=== RUN TestSplitSourceUrl/relative-path-no-children-with-double-slash
=== PAUSE TestSplitSourceUrl/relative-path-no-children-with-double-slash
=== RUN TestSplitSourceUrl/relative-path-one-child-with-double-slash
=== PAUSE TestSplitSourceUrl/relative-path-one-child-with-double-slash
=== RUN TestSplitSourceUrl/relative-path-multiple-children-with-double-slash
=== PAUSE TestSplitSourceUrl/relative-path-multiple-children-with-double-slash
=== RUN TestSplitSourceUrl/parent-url-one-child-no-double-slash
=== PAUSE TestSplitSourceUrl/parent-url-one-child-no-double-slash
=== RUN TestSplitSourceUrl/parent-url-multiple-children-no-double-slash
=== PAUSE TestSplitSourceUrl/parent-url-multiple-children-no-double-slash
=== RUN TestSplitSourceUrl/parent-url-one-child-with-double-slash
=== PAUSE TestSplitSourceUrl/parent-url-one-child-with-double-slash
=== RUN TestSplitSourceUrl/parent-url-multiple-children-with-double-slash
=== PAUSE TestSplitSourceUrl/parent-url-multiple-children-with-double-slash
=== CONT TestDownloadTerraformSourceFromLocalFolderWithManifest
=== RUN TestHCLFmtErrors/group
=== RUN TestHCLFmtErrors/group/dangling-attribute
=== PAUSE TestHCLFmtErrors/group/dangling-attribute
=== RUN TestDownloadTerraformSourceFromLocalFolderWithManifest/test-stale-file-exists
=== CONT TestDownloadTerraformSourceIfNecessaryRemoteUrlOverrideSource
=== RUN TestDownloadTerraformSourceFromLocalFolderWithManifest/test-stale-file-doesnt-exist-after-source-update
[terragrunt] [.] 2019/08/31 20:05:01 Running command: terraform --version
=== RUN TestDownloadTerraformSourceFromLocalFolderWithManifest/test-tffile-exists-in-subfolder
[terragrunt] 2019/08/31 20:05:01 Formatting terragrunt.hcl files from the directory tree /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmt037824482/fixture-hclfmt.
[terragrunt] 2019/08/31 20:05:01 Formatting /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmt037824482/fixture-hclfmt/terragrunt.hcl
=== RUN TestDownloadTerraformSourceFromLocalFolderWithManifest/test-tffile-doesnt-exist-in-subfolder
[terragrunt] 2019/08/31 20:05:01 Formatting /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmt037824482/fixture-hclfmt/expected.hcl
[terragrunt] 2019/08/31 20:05:01 Formatting /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmt037824482/fixture-hclfmt/a/terragrunt.hcl
[terragrunt] 2019/08/31 20:05:01 Formatting /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmt037824482/fixture-hclfmt/a/b/c/terragrunt.hcl
=== RUN TestDownloadTerraformSourceFromLocalFolderWithManifest/test-empty-folder-gets-copied
=== RUN TestHCLFmt/group
=== RUN TestHCLFmt/group/terragrunt.hcl
=== PAUSE TestHCLFmt/group/terragrunt.hcl
=== RUN TestHCLFmt/group/a/terragrunt.hcl
=== PAUSE TestHCLFmt/group/a/terragrunt.hcl
=== RUN TestHCLFmt/group/a/b/c/terragrunt.hcl
=== PAUSE TestHCLFmt/group/a/b/c/terragrunt.hcl
=== RUN TestHCLFmt/group/terragrunt-cache
=== PAUSE TestHCLFmt/group/terragrunt-cache
=== CONT TestDownloadTerraformSourceIfNecessaryRemoteUrlToAlreadyDownloadedDirSameVersion
=== RUN TestDownloadTerraformSourceFromLocalFolderWithManifest/test-empty-folder-gets-populated
[terragrunt] [.] 2019/08/31 20:05:01 Running command: terraform --version
--- PASS: TestDownloadTerraformSourceFromLocalFolderWithManifest (0.04s)
--- PASS: TestDownloadTerraformSourceFromLocalFolderWithManifest/test-stale-file-exists (0.01s)
--- PASS: TestDownloadTerraformSourceFromLocalFolderWithManifest/test-stale-file-doesnt-exist-after-source-update (0.01s)
--- PASS: TestDownloadTerraformSourceFromLocalFolderWithManifest/test-tffile-exists-in-subfolder (0.01s)
--- PASS: TestDownloadTerraformSourceFromLocalFolderWithManifest/test-tffile-doesnt-exist-in-subfolder (0.00s)
--- PASS: TestDownloadTerraformSourceFromLocalFolderWithManifest/test-empty-folder-gets-copied (0.00s)
--- PASS: TestDownloadTerraformSourceFromLocalFolderWithManifest/test-empty-folder-gets-populated (0.02s)
=== CONT TestDownloadTerraformSourceIfNecessaryRemoteUrlToAlreadyDownloadedDirDifferentVersion
[terragrunt] [.] 2019/08/31 20:05:01 Running command: terraform --version
[terragrunt] 2019/08/31 20:05:01 The --terragrunt-source-update flag is set, so deleting the temporary folder /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/download-source-test410461043 before downloading source.
[terragrunt] 2019/08/31 20:05:01 Downloading Terraform configurations from github.com/gruntwork-io/terragrunt//test/fixture-download-source/hello-world?ref=v0.9.7 into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/download-source-test410461043
[terragrunt] 2019/08/31 20:05:01 Terraform files in /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/download-source-test132926518 are up to date. Will not download again.
--- PASS: TestDownloadTerraformSourceIfNecessaryRemoteUrlToAlreadyDownloadedDirSameVersion (0.09s)
=== CONT TestAlreadyHaveLatestCodeRemoteFilePathDownloadDirExistsNoVersionWithVersionFile
--- PASS: TestAlreadyHaveLatestCodeRemoteFilePathDownloadDirExistsNoVersionWithVersionFile (0.00s)
=== CONT TestDownloadTerraformSourceIfNecessaryRemoteUrlToEmptyDir
[terragrunt] [.] 2019/08/31 20:05:01 Running command: terraform --version
[terragrunt] 2019/08/31 20:05:01 Terraform files in /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/download-source-test810635982 are up to date. Will not download again.
--- PASS: TestDownloadTerraformSourceIfNecessaryRemoteUrlToAlreadyDownloadedDir (0.13s)
=== CONT TestDownloadTerraformSourceIfNecessaryLocalDirToAlreadyDownloadedDir
[terragrunt] [.] 2019/08/31 20:05:01 Running command: terraform --version
[terragrunt] 2019/08/31 20:05:01 Downloading Terraform configurations from github.com/gruntwork-io/terragrunt//test/fixture-download-source/hello-world?ref=v0.9.7 into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/download-source-test825558045
[terragrunt] 2019/08/31 20:05:01 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download-source/hello-world into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/download-source-test890085834
--- PASS: TestDownloadTerraformSourceIfNecessaryLocalDirToAlreadyDownloadedDir (0.14s)
=== CONT TestDownloadTerraformSourceIfNecessaryLocalDirToEmptyDir
[terragrunt] [.] 2019/08/31 20:05:01 Running command: terraform --version
[terragrunt] 2019/08/31 20:05:01 Downloading Terraform configurations from github.com/gruntwork-io/terragrunt//test/fixture-download-source/hello-world into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/download-source-test779840599
[terragrunt] 2019/08/31 20:05:01 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download-source/hello-world into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/download-source-test181678476
--- PASS: TestDownloadTerraformSourceIfNecessaryLocalDirToEmptyDir (0.09s)
=== CONT TestAlreadyHaveLatestCodeRemoteFilePathDownloadDirExistsWithVersionAndVersionFileAndTfCode
--- PASS: TestAlreadyHaveLatestCodeRemoteFilePathDownloadDirExistsWithVersionAndVersionFileAndTfCode (0.00s)
=== CONT TestAlreadyHaveLatestCodeRemoteFilePathDownloadDirExistsWithVersionAndVersionFile
[terragrunt] 2019/08/31 20:05:01 Working dir ../test/fixture-download-source/download-dir-version-file exists but contains no Terraform files, so assuming code needs to be downloaded again.
--- PASS: TestAlreadyHaveLatestCodeRemoteFilePathDownloadDirExistsWithVersionAndVersionFile (0.00s)
=== CONT TestAlreadyHaveLatestCodeRemoteFilePathDownloadDirExistsWithVersionNoVersionFile
--- PASS: TestAlreadyHaveLatestCodeRemoteFilePathDownloadDirExistsWithVersionNoVersionFile (0.00s)
=== CONT TestSetTerragruntInputsAsEnvVars
=== RUN TestSetTerragruntInputsAsEnvVars/No_env_vars_in_opts,_no_inputs
=== RUN TestSetTerragruntInputsAsEnvVars/A_few_env_vars_in_opts,_no_inputs
=== RUN TestSetTerragruntInputsAsEnvVars/No_env_vars_in_opts,_one_input
=== RUN TestSetTerragruntInputsAsEnvVars/No_env_vars_in_opts,_a_few_inputs
=== RUN TestSetTerragruntInputsAsEnvVars/A_few_env_vars_in_opts,_a_few_inputs,_no_overlap
=== RUN TestSetTerragruntInputsAsEnvVars/A_few_env_vars_in_opts,_a_few_inputs,_with_overlap
--- PASS: TestSetTerragruntInputsAsEnvVars (0.01s)
--- PASS: TestSetTerragruntInputsAsEnvVars/No_env_vars_in_opts,_no_inputs (0.00s)
--- PASS: TestSetTerragruntInputsAsEnvVars/A_few_env_vars_in_opts,_no_inputs (0.00s)
--- PASS: TestSetTerragruntInputsAsEnvVars/No_env_vars_in_opts,_one_input (0.00s)
--- PASS: TestSetTerragruntInputsAsEnvVars/No_env_vars_in_opts,_a_few_inputs (0.00s)
--- PASS: TestSetTerragruntInputsAsEnvVars/A_few_env_vars_in_opts,_a_few_inputs,_no_overlap (0.00s)
--- PASS: TestSetTerragruntInputsAsEnvVars/A_few_env_vars_in_opts,_a_few_inputs,_with_overlap (0.00s)
=== CONT TestAlreadyHaveLatestCodeRemoteFilePathDownloadDirExistsNoVersionNoVersionFile
--- PASS: TestAlreadyHaveLatestCodeRemoteFilePathDownloadDirExistsNoVersionNoVersionFile (0.00s)
=== CONT TestAlreadyHaveLatestCodeRemoteFilePathDownloadDirDoesNotExist
--- PASS: TestAlreadyHaveLatestCodeRemoteFilePathDownloadDirDoesNotExist (0.00s)
=== CONT TestAlreadyHaveLatestCodeLocalFilePath
--- PASS: TestAlreadyHaveLatestCodeLocalFilePath (0.00s)
=== CONT TestParseMultiStringArg
--- PASS: TestParseMultiStringArg (0.00s)
=== CONT TestToTerraformEnvVars
=== RUN TestToTerraformEnvVars/empty
=== RUN TestToTerraformEnvVars/string_value
=== RUN TestToTerraformEnvVars/int_value
=== RUN TestToTerraformEnvVars/bool_value
=== RUN TestToTerraformEnvVars/list_value
=== RUN TestToTerraformEnvVars/map_value
=== RUN TestToTerraformEnvVars/nested_map_value
=== RUN TestToTerraformEnvVars/multiple_values
--- PASS: TestToTerraformEnvVars (0.00s)
--- PASS: TestToTerraformEnvVars/empty (0.00s)
--- PASS: TestToTerraformEnvVars/string_value (0.00s)
--- PASS: TestToTerraformEnvVars/int_value (0.00s)
--- PASS: TestToTerraformEnvVars/bool_value (0.00s)
--- PASS: TestToTerraformEnvVars/list_value (0.00s)
--- PASS: TestToTerraformEnvVars/map_value (0.00s)
--- PASS: TestToTerraformEnvVars/nested_map_value (0.00s)
--- PASS: TestToTerraformEnvVars/multiple_values (0.00s)
=== CONT TestFilterTerragruntArgs
--- PASS: TestFilterTerragruntArgs (0.00s)
=== CONT TestHCLFmtCheck/group/terragrunt.hcl
=== CONT TestHCLFmtCheckErrors/group/terragrunt.hcl
=== CONT TestSplitSourceUrl/root-path-only-no-double-slash
[terragrunt] 2019/08/31 20:05:01 WARNING: no double-slash (//) found in source URL /foo. Relative paths in downloaded Terraform code may not work.
=== CONT TestSplitSourceUrl/parent-url-multiple-children-with-double-slash
=== CONT TestSplitSourceUrl/parent-url-one-child-with-double-slash
=== CONT TestSplitSourceUrl/parent-url-multiple-children-no-double-slash
=== CONT TestSplitSourceUrl/parent-url-one-child-no-double-slash
=== CONT TestSplitSourceUrl/relative-path-multiple-children-with-double-slash
=== CONT TestSplitSourceUrl/relative-path-one-child-with-double-slash
=== CONT TestSplitSourceUrl/relative-path-no-children-with-double-slash
=== CONT TestSplitSourceUrl/parent-path-multiple-children-with-double-slash
=== CONT TestSplitSourceUrl/parent-path-one-child-with-double-slash
=== CONT TestSplitSourceUrl/root-path-only-with-double-slash
=== CONT TestSplitSourceUrl/relative-path-multiple-children-no-double-slash
[terragrunt] 2019/08/31 20:05:01 WARNING: no double-slash (//) found in source URL ../foo/bar/baz/blah. Relative paths in downloaded Terraform code may not work.
=== CONT TestSplitSourceUrl/relative-path-one-child-no-double-slash
[terragrunt] 2019/08/31 20:05:01 WARNING: no double-slash (//) found in source URL ../foo/bar. Relative paths in downloaded Terraform code may not work.
=== CONT TestSplitSourceUrl/relative-path-no-children-no-double-slash
[terragrunt] 2019/08/31 20:05:01 WARNING: no double-slash (//) found in source URL ../foo. Relative paths in downloaded Terraform code may not work.
=== CONT TestSplitSourceUrl/parent-path-multiple-children-no-double-slash
[terragrunt] 2019/08/31 20:05:01 WARNING: no double-slash (//) found in source URL /foo/bar/baz/blah. Relative paths in downloaded Terraform code may not work.
=== CONT TestSplitSourceUrl/parent-path-one-child-no-double-slash
[terragrunt] 2019/08/31 20:05:01 WARNING: no double-slash (//) found in source URL /foo/bar. Relative paths in downloaded Terraform code may not work.
--- FAIL: TestSplitSourceUrl (0.00s)
--- PASS: TestSplitSourceUrl/root-path-only-no-double-slash (0.00s)
--- FAIL: TestSplitSourceUrl/parent-url-multiple-children-with-double-slash (0.00s)
require.go:794:
Error Trace: download_source_test.go:260
Error: Received unexpected error:
parse ssh://git@github.com:foo/modules.git//foo/bar/baz/blah: invalid port ":foo" after host
Test: TestSplitSourceUrl/parent-url-multiple-children-with-double-slash
--- FAIL: TestSplitSourceUrl/parent-url-one-child-with-double-slash (0.00s)
require.go:794:
Error Trace: download_source_test.go:260
Error: Received unexpected error:
parse ssh://git@github.com:foo/modules.git//foo: invalid port ":foo" after host
Test: TestSplitSourceUrl/parent-url-one-child-with-double-slash
--- FAIL: TestSplitSourceUrl/parent-url-multiple-children-no-double-slash (0.00s)
require.go:794:
Error Trace: download_source_test.go:260
Error: Received unexpected error:
parse ssh://git@github.com:foo/modules.git/foo/bar/baz/blah: invalid port ":foo" after host
Test: TestSplitSourceUrl/parent-url-multiple-children-no-double-slash
--- FAIL: TestSplitSourceUrl/parent-url-one-child-no-double-slash (0.00s)
require.go:794:
Error Trace: download_source_test.go:260
Error: Received unexpected error:
parse ssh://git@github.com:foo/modules.git/foo: invalid port ":foo" after host
Test: TestSplitSourceUrl/parent-url-one-child-no-double-slash
--- PASS: TestSplitSourceUrl/relative-path-multiple-children-with-double-slash (0.00s)
--- PASS: TestSplitSourceUrl/relative-path-one-child-with-double-slash (0.00s)
--- PASS: TestSplitSourceUrl/relative-path-no-children-with-double-slash (0.00s)
--- PASS: TestSplitSourceUrl/parent-path-multiple-children-with-double-slash (0.00s)
--- PASS: TestSplitSourceUrl/parent-path-one-child-with-double-slash (0.00s)
--- PASS: TestSplitSourceUrl/root-path-only-with-double-slash (0.00s)
--- PASS: TestSplitSourceUrl/relative-path-multiple-children-no-double-slash (0.00s)
--- PASS: TestSplitSourceUrl/relative-path-one-child-no-double-slash (0.00s)
--- PASS: TestSplitSourceUrl/relative-path-no-children-no-double-slash (0.00s)
--- PASS: TestSplitSourceUrl/parent-path-multiple-children-no-double-slash (0.00s)
--- PASS: TestSplitSourceUrl/parent-path-one-child-no-double-slash (0.00s)
=== CONT TestHCLFmtErrors/group/dangling-attribute
[terragrunt] [.] 2019/08/31 20:05:01 Formatting terragrunt.hcl files from the directory tree /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmtErrors826763471/fixture-hclfmt-errors/dangling-attribute.
[terragrunt] [.] 2019/08/31 20:05:01 Formatting /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmtErrors826763471/fixture-hclfmt-errors/dangling-attribute/terragrunt.hcl
Error: Invalid expression
on /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmtErrors826763471/fixture-hclfmt-errors/dangling-attribute/terragrunt.hcl line 2:
2: inputs =
Expected the start of an expression, but found an invalid expression token.
[terragrunt] [.] 2019/08/31 20:05:01 Error parsing /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmtErrors826763471/fixture-hclfmt-errors/dangling-attribute/terragrunt.hcl
=== CONT TestHCLFmt/group/terragrunt.hcl
=== CONT TestHCLFmt/group/a/b/c/terragrunt.hcl
=== CONT TestHCLFmt/group/terragrunt-cache
=== CONT TestHCLFmt/group/a/terragrunt.hcl
=== RUN TestHCLFmtCheck/group#01
=== RUN TestHCLFmtCheck/group#01/a/terragrunt.hcl
=== PAUSE TestHCLFmtCheck/group#01/a/terragrunt.hcl
=== RUN TestHCLFmtCheckErrors/group#01
=== RUN TestHCLFmtCheckErrors/group#01/a/terragrunt.hcl
=== PAUSE TestHCLFmtCheckErrors/group#01/a/terragrunt.hcl
=== RUN TestHCLFmtErrors/group#01
=== RUN TestHCLFmtErrors/group#01/invalid-character
=== PAUSE TestHCLFmtErrors/group#01/invalid-character
--- PASS: TestHCLFmt (0.38s)
--- PASS: TestHCLFmt/group (0.00s)
--- PASS: TestHCLFmt/group/terragrunt.hcl (0.00s)
--- PASS: TestHCLFmt/group/a/b/c/terragrunt.hcl (0.00s)
--- PASS: TestHCLFmt/group/terragrunt-cache (0.00s)
--- PASS: TestHCLFmt/group/a/terragrunt.hcl (0.00s)
=== CONT TestHCLFmtCheck/group#01/a/terragrunt.hcl
=== CONT TestHCLFmtCheckErrors/group#01/a/terragrunt.hcl
=== CONT TestHCLFmtErrors/group#01/invalid-character
[terragrunt] [.] 2019/08/31 20:05:01 Formatting terragrunt.hcl files from the directory tree /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmtErrors826763471/fixture-hclfmt-errors/invalid-character.
[terragrunt] [.] 2019/08/31 20:05:01 Formatting /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmtErrors826763471/fixture-hclfmt-errors/invalid-character/terragrunt.hcl
Error: Invalid character
on /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmtErrors826763471/fixture-hclfmt-errors/invalid-character/terragrunt.hcl line 2:
2: $foo = "bar"
This character is not used within the language.
Error: Argument or block definition required
on /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmtErrors826763471/fixture-hclfmt-errors/invalid-character/terragrunt.hcl line 2:
2: $foo = "bar"
An argument or block definition is required here.
[terragrunt] [.] 2019/08/31 20:05:01 Error parsing /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmtErrors826763471/fixture-hclfmt-errors/invalid-character/terragrunt.hcl
=== RUN TestHCLFmtCheck/group#02
=== RUN TestHCLFmtCheck/group#02/a/b/c/terragrunt.hcl
=== PAUSE TestHCLFmtCheck/group#02/a/b/c/terragrunt.hcl
=== RUN TestHCLFmtCheckErrors/group#02
=== RUN TestHCLFmtCheckErrors/group#02/a/b/c/terragrunt.hcl
=== PAUSE TestHCLFmtCheckErrors/group#02/a/b/c/terragrunt.hcl
=== RUN TestHCLFmtErrors/group#02
=== RUN TestHCLFmtErrors/group#02/invalid-key
=== PAUSE TestHCLFmtErrors/group#02/invalid-key
=== CONT TestHCLFmtCheck/group#02/a/b/c/terragrunt.hcl
=== CONT TestHCLFmtCheckErrors/group#02/a/b/c/terragrunt.hcl
=== CONT TestHCLFmtErrors/group#02/invalid-key
[terragrunt] [.] 2019/08/31 20:05:01 Formatting terragrunt.hcl files from the directory tree /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmtErrors826763471/fixture-hclfmt-errors/invalid-key.
[terragrunt] [.] 2019/08/31 20:05:01 Formatting /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmtErrors826763471/fixture-hclfmt-errors/invalid-key/terragrunt.hcl
Error: Argument or block definition required
on /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmtErrors826763471/fixture-hclfmt-errors/invalid-key/terragrunt.hcl line 2:
2: foo.bar.baz = "xyz"
An argument or block definition is required here. To set an argument, use the
equals sign "=" to introduce the argument value.
[terragrunt] [.] 2019/08/31 20:05:01 Error parsing /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/TestHCLFmtErrors826763471/fixture-hclfmt-errors/invalid-key/terragrunt.hcl
--- PASS: TestHCLFmtCheck (0.40s)
--- PASS: TestHCLFmtCheck/group (0.00s)
--- PASS: TestHCLFmtCheck/group/terragrunt.hcl (0.00s)
--- PASS: TestHCLFmtCheck/group#01 (0.00s)
--- PASS: TestHCLFmtCheck/group#01/a/terragrunt.hcl (0.00s)
--- PASS: TestHCLFmtCheck/group#02 (0.00s)
--- PASS: TestHCLFmtCheck/group#02/a/b/c/terragrunt.hcl (0.00s)
--- PASS: TestHCLFmtCheckErrors (0.40s)
--- PASS: TestHCLFmtCheckErrors/group (0.00s)
--- PASS: TestHCLFmtCheckErrors/group/terragrunt.hcl (0.00s)
--- PASS: TestHCLFmtCheckErrors/group#01 (0.00s)
--- PASS: TestHCLFmtCheckErrors/group#01/a/terragrunt.hcl (0.00s)
--- PASS: TestHCLFmtCheckErrors/group#02 (0.00s)
--- PASS: TestHCLFmtCheckErrors/group#02/a/b/c/terragrunt.hcl (0.00s)
--- PASS: TestHCLFmtErrors (0.40s)
--- PASS: TestHCLFmtErrors/group (0.00s)
--- PASS: TestHCLFmtErrors/group/dangling-attribute (0.00s)
--- PASS: TestHCLFmtErrors/group#01 (0.00s)
--- PASS: TestHCLFmtErrors/group#01/invalid-character (0.00s)
--- PASS: TestHCLFmtErrors/group#02 (0.00s)
--- PASS: TestHCLFmtErrors/group#02/invalid-key (0.00s)
--- PASS: TestDownloadTerraformSourceIfNecessaryRemoteUrlOverrideSource (11.82s)
--- PASS: TestDownloadTerraformSourceIfNecessaryRemoteUrlToEmptyDir (15.41s)
--- PASS: TestDownloadTerraformSourceIfNecessaryRemoteUrlToAlreadyDownloadedDirDifferentVersion (16.65s)
FAIL
FAIL github.com/gruntwork-io/terragrunt/cli 17.220s
=== RUN TestPathRelativeToInclude
=== PAUSE TestPathRelativeToInclude
=== RUN TestPathRelativeFromInclude
=== PAUSE TestPathRelativeFromInclude
=== RUN TestRunCommand
=== PAUSE TestRunCommand
=== RUN TestFindInParentFolders
=== PAUSE TestFindInParentFolders
=== RUN TestResolveTerragruntInterpolation
=== PAUSE TestResolveTerragruntInterpolation
=== RUN TestResolveEnvInterpolationConfigString
=== PAUSE TestResolveEnvInterpolationConfigString
=== RUN TestResolveCommandsInterpolationConfigString
=== PAUSE TestResolveCommandsInterpolationConfigString
=== RUN TestGetTerragruntDirAbsPath
=== PAUSE TestGetTerragruntDirAbsPath
=== RUN TestGetTerragruntDirRelPath
=== PAUSE TestGetTerragruntDirRelPath
=== RUN TestGetParentTerragruntDir
=== PAUSE TestGetParentTerragruntDir
=== RUN TestTerraformBuiltInFunctions
=== PAUSE TestTerraformBuiltInFunctions
=== RUN TestTerraformOutputJsonToCtyValueMap
=== PAUSE TestTerraformOutputJsonToCtyValueMap
=== RUN TestPartialParseResolvesLocals
=== PAUSE TestPartialParseResolvesLocals
=== RUN TestPartialParseDoesNotResolveIgnoredBlock
=== PAUSE TestPartialParseDoesNotResolveIgnoredBlock
=== RUN TestPartialParseMultipleItems
=== PAUSE TestPartialParseMultipleItems
=== RUN TestPartialParseOmittedItems
=== PAUSE TestPartialParseOmittedItems
=== RUN TestPartialParseDoesNotResolveIgnoredBlockEvenInParent
=== PAUSE TestPartialParseDoesNotResolveIgnoredBlockEvenInParent
=== RUN TestPartialParseOnlyInheritsSelectedBlocksFlags
=== PAUSE TestPartialParseOnlyInheritsSelectedBlocksFlags
=== RUN TestPartialParseOnlyInheritsSelectedBlocksDependencies
=== PAUSE TestPartialParseOnlyInheritsSelectedBlocksDependencies
=== RUN TestPartialParseDependencyBlockSetsTerragruntDependencies
=== PAUSE TestPartialParseDependencyBlockSetsTerragruntDependencies
=== RUN TestPartialParseMultipleDependencyBlockSetsTerragruntDependencies
=== PAUSE TestPartialParseMultipleDependencyBlockSetsTerragruntDependencies
=== RUN TestPartialParseDependencyBlockSetsDependencies
=== PAUSE TestPartialParseDependencyBlockSetsDependencies
=== RUN TestPartialParseDependencyBlockMergesDependencies
=== PAUSE TestPartialParseDependencyBlockMergesDependencies
=== RUN TestPartialParseDependencyBlockMergesDependenciesOrdering
=== PAUSE TestPartialParseDependencyBlockMergesDependenciesOrdering
=== RUN TestPartialParseDependencyBlockMergesDependenciesDedup
=== PAUSE TestPartialParseDependencyBlockMergesDependenciesDedup
=== RUN TestParseTerragruntConfigRemoteStateMinimalConfig
=== PAUSE TestParseTerragruntConfigRemoteStateMinimalConfig
=== RUN TestParseTerragruntConfigRemoteStateMissingBackend
=== PAUSE TestParseTerragruntConfigRemoteStateMissingBackend
=== RUN TestParseTerragruntConfigRemoteStateFullConfig
=== PAUSE TestParseTerragruntConfigRemoteStateFullConfig
=== RUN TestParseIamRole
=== PAUSE TestParseIamRole
=== RUN TestParseTerragruntConfigDependenciesOnePath
=== PAUSE TestParseTerragruntConfigDependenciesOnePath
=== RUN TestParseTerragruntConfigDependenciesMultiplePaths
=== PAUSE TestParseTerragruntConfigDependenciesMultiplePaths
=== RUN TestParseTerragruntConfigRemoteStateDynamoDbTerraformConfigAndDependenciesFullConfig
=== PAUSE TestParseTerragruntConfigRemoteStateDynamoDbTerraformConfigAndDependenciesFullConfig
=== RUN TestParseTerragruntConfigInclude
=== PAUSE TestParseTerragruntConfigInclude
=== RUN TestParseTerragruntConfigIncludeWithFindInParentFolders
=== PAUSE TestParseTerragruntConfigIncludeWithFindInParentFolders
=== RUN TestParseTerragruntConfigIncludeOverrideRemote
=== PAUSE TestParseTerragruntConfigIncludeOverrideRemote
=== RUN TestParseTerragruntConfigIncludeOverrideAll
=== PAUSE TestParseTerragruntConfigIncludeOverrideAll
=== RUN TestParseTerragruntConfigTwoLevels
=== PAUSE TestParseTerragruntConfigTwoLevels
=== RUN TestParseTerragruntConfigThreeLevels
=== PAUSE TestParseTerragruntConfigThreeLevels
=== RUN TestParseTerragruntConfigEmptyConfig
=== PAUSE TestParseTerragruntConfigEmptyConfig
=== RUN TestParseTerragruntConfigEmptyConfigOldConfig
=== PAUSE TestParseTerragruntConfigEmptyConfigOldConfig
=== RUN TestMergeConfigIntoIncludedConfig
=== PAUSE TestMergeConfigIntoIncludedConfig
=== RUN TestParseTerragruntConfigTerraformNoSource
=== PAUSE TestParseTerragruntConfigTerraformNoSource
=== RUN TestParseTerragruntConfigTerraformWithSource
=== PAUSE TestParseTerragruntConfigTerraformWithSource
=== RUN TestParseTerragruntConfigTerraformWithExtraArguments
=== PAUSE TestParseTerragruntConfigTerraformWithExtraArguments
=== RUN TestParseTerragruntConfigTerraformWithMultipleExtraArguments
=== PAUSE TestParseTerragruntConfigTerraformWithMultipleExtraArguments
=== RUN TestFindConfigFilesInPathNone
=== PAUSE TestFindConfigFilesInPathNone
=== RUN TestFindConfigFilesInPathOneConfig
=== PAUSE TestFindConfigFilesInPathOneConfig
=== RUN TestFindConfigFilesInPathMultipleConfigs
=== PAUSE TestFindConfigFilesInPathMultipleConfigs
=== RUN TestFindConfigFilesIgnoresTerragruntCache
=== PAUSE TestFindConfigFilesIgnoresTerragruntCache
=== RUN TestFindConfigFilesIgnoresDownloadDir
=== PAUSE TestFindConfigFilesIgnoresDownloadDir
=== RUN TestParseTerragruntConfigPreventDestroyTrue
=== PAUSE TestParseTerragruntConfigPreventDestroyTrue
=== RUN TestParseTerragruntConfigPreventDestroyFalse
=== PAUSE TestParseTerragruntConfigPreventDestroyFalse
=== RUN TestParseTerragruntConfigSkipTrue
=== PAUSE TestParseTerragruntConfigSkipTrue
=== RUN TestParseTerragruntConfigSkipFalse
=== PAUSE TestParseTerragruntConfigSkipFalse
=== RUN TestIncludeFunctionsWorkInChildConfig
--- PASS: TestIncludeFunctionsWorkInChildConfig (0.00s)
=== RUN TestModuleDependenciesMerge
=== RUN TestModuleDependenciesMerge/MergeNil
=== PAUSE TestModuleDependenciesMerge/MergeNil
=== RUN TestModuleDependenciesMerge/MergeOne
=== PAUSE TestModuleDependenciesMerge/MergeOne
=== RUN TestModuleDependenciesMerge/MergeMany
=== PAUSE TestModuleDependenciesMerge/MergeMany
=== RUN TestModuleDependenciesMerge/MergeEmpty
=== PAUSE TestModuleDependenciesMerge/MergeEmpty
=== RUN TestModuleDependenciesMerge/MergeOneExisting
=== PAUSE TestModuleDependenciesMerge/MergeOneExisting
=== RUN TestModuleDependenciesMerge/MergeAllExisting
=== PAUSE TestModuleDependenciesMerge/MergeAllExisting
=== RUN TestModuleDependenciesMerge/MergeSomeExisting
=== PAUSE TestModuleDependenciesMerge/MergeSomeExisting
=== CONT TestModuleDependenciesMerge/MergeNil
=== CONT TestModuleDependenciesMerge/MergeOneExisting
=== CONT TestModuleDependenciesMerge/MergeSomeExisting
=== CONT TestModuleDependenciesMerge/MergeOne
=== CONT TestModuleDependenciesMerge/MergeMany
=== CONT TestModuleDependenciesMerge/MergeEmpty
=== CONT TestModuleDependenciesMerge/MergeAllExisting
--- PASS: TestModuleDependenciesMerge (0.00s)
--- PASS: TestModuleDependenciesMerge/MergeOneExisting (0.00s)
--- PASS: TestModuleDependenciesMerge/MergeNil (0.00s)
--- PASS: TestModuleDependenciesMerge/MergeSomeExisting (0.00s)
--- PASS: TestModuleDependenciesMerge/MergeOne (0.00s)
--- PASS: TestModuleDependenciesMerge/MergeMany (0.00s)
--- PASS: TestModuleDependenciesMerge/MergeAllExisting (0.00s)
--- PASS: TestModuleDependenciesMerge/MergeEmpty (0.00s)
=== RUN TestDecodeDependencyBlockMultiple
=== PAUSE TestDecodeDependencyBlockMultiple
=== RUN TestDecodeNoDependencyBlock
=== PAUSE TestDecodeNoDependencyBlock
=== RUN TestDecodeDependencyNoLabelIsError
=== PAUSE TestDecodeDependencyNoLabelIsError
=== RUN TestEvaluateLocalsBlock
=== PAUSE TestEvaluateLocalsBlock
=== RUN TestEvaluateLocalsBlockMultiDeepReference
=== PAUSE TestEvaluateLocalsBlockMultiDeepReference
=== RUN TestEvaluateLocalsBlockImpossibleWillFail
=== PAUSE TestEvaluateLocalsBlockImpossibleWillFail
=== RUN TestEvaluateLocalsBlockMultipleLocalsBlocksWillFail
=== PAUSE TestEvaluateLocalsBlockMultipleLocalsBlocksWillFail
=== CONT TestPathRelativeToInclude
=== CONT TestParseTerragruntConfigDependenciesMultiplePaths
=== CONT TestParseTerragruntConfigRemoteStateDynamoDbTerraformConfigAndDependenciesFullConfig
=== CONT TestEvaluateLocalsBlockMultipleLocalsBlocksWillFail
--- PASS: TestPathRelativeToInclude (0.00s)
=== CONT TestEvaluateLocalsBlockImpossibleWillFail
--- PASS: TestParseTerragruntConfigDependenciesMultiplePaths (0.00s)
=== CONT TestEvaluateLocalsBlockMultiDeepReference
Error: Multiple locals block
Terragrunt currently does not support multiple locals blocks in a single config.
Consolidate to a single locals block.
--- PASS: TestEvaluateLocalsBlockMultipleLocalsBlocksWillFail (0.00s)
=== CONT TestEvaluateLocalsBlock
--- PASS: TestParseTerragruntConfigRemoteStateDynamoDbTerraformConfigAndDependenciesFullConfig (0.00s)
[terragrunt] 2019/08/31 20:05:00 Not all locals could be evaluated:
[terragrunt] 2019/08/31 20:05:00 - a
=== CONT TestDecodeDependencyNoLabelIsError
[terragrunt] 2019/08/31 20:05:00 - b
--- PASS: TestEvaluateLocalsBlockImpossibleWillFail (0.00s)
=== CONT TestDecodeNoDependencyBlock
--- PASS: TestDecodeDependencyNoLabelIsError (0.00s)
=== CONT TestDecodeDependencyBlockMultiple
--- PASS: TestDecodeNoDependencyBlock (0.00s)
=== CONT TestParseTerragruntConfigSkipFalse
--- PASS: TestDecodeDependencyBlockMultiple (0.00s)
=== CONT TestParseTerragruntConfigSkipTrue
--- PASS: TestEvaluateLocalsBlock (0.00s)
=== CONT TestParseTerragruntConfigPreventDestroyFalse
--- PASS: TestEvaluateLocalsBlockMultiDeepReference (0.00s)
=== CONT TestParseTerragruntConfigPreventDestroyTrue
--- PASS: TestParseTerragruntConfigSkipFalse (0.00s)
=== CONT TestFindConfigFilesIgnoresDownloadDir
--- PASS: TestParseTerragruntConfigSkipTrue (0.00s)
=== CONT TestFindConfigFilesIgnoresTerragruntCache
--- PASS: TestParseTerragruntConfigPreventDestroyFalse (0.00s)
=== CONT TestFindConfigFilesInPathMultipleConfigs
--- PASS: TestParseTerragruntConfigPreventDestroyTrue (0.00s)
=== CONT TestFindConfigFilesInPathOneConfig
--- PASS: TestFindConfigFilesIgnoresTerragruntCache (0.00s)
=== CONT TestFindConfigFilesInPathNone
=== CONT TestParseTerragruntConfigTerraformWithMultipleExtraArguments
--- PASS: TestFindConfigFilesIgnoresDownloadDir (0.00s)
--- PASS: TestFindConfigFilesInPathNone (0.00s)
=== CONT TestParseTerragruntConfigTerraformWithExtraArguments
--- PASS: TestFindConfigFilesInPathOneConfig (0.00s)
=== CONT TestParseTerragruntConfigTerraformWithSource
--- PASS: TestFindConfigFilesInPathMultipleConfigs (0.00s)
=== CONT TestParseTerragruntConfigTerraformNoSource
--- PASS: TestParseTerragruntConfigTerraformWithSource (0.00s)
=== CONT TestMergeConfigIntoIncludedConfig
--- PASS: TestParseTerragruntConfigTerraformWithMultipleExtraArguments (0.00s)
=== CONT TestParseTerragruntConfigEmptyConfigOldConfig
--- PASS: TestParseTerragruntConfigTerraformNoSource (0.00s)
=== CONT TestParseTerragruntConfigEmptyConfig
--- PASS: TestParseTerragruntConfigEmptyConfigOldConfig (0.00s)
=== CONT TestParseTerragruntConfigThreeLevels
--- PASS: TestParseTerragruntConfigTerraformWithExtraArguments (0.00s)
=== CONT TestParseTerragruntConfigTwoLevels
[terragrunt] 2019/08/31 20:05:00 extra_arguments 'overrideArgs' from child overriding parent
--- PASS: TestParseTerragruntConfigEmptyConfig (0.00s)
=== CONT TestParseTerragruntConfigIncludeOverrideAll
[terragrunt] 2019/08/31 20:05:00 hook 'overrideHooks' from child overriding parent
[terragrunt] 2019/08/31 20:05:00 hook 'overrideHooks' from child overriding parent
[terragrunt] 2019/08/31 20:05:00 hook 'overrideHooksPlusMore' from child overriding parent
[terragrunt] 2019/08/31 20:05:00 hook 'overrideWithEmptyHooks' from child overriding parent
--- PASS: TestMergeConfigIntoIncludedConfig (0.00s)
=== CONT TestParseTerragruntConfigIncludeOverrideRemote
--- PASS: TestParseTerragruntConfigThreeLevels (0.00s)
=== CONT TestParseTerragruntConfigIncludeWithFindInParentFolders
--- PASS: TestParseTerragruntConfigTwoLevels (0.00s)
--- PASS: TestParseTerragruntConfigIncludeOverrideAll (0.00s)
=== CONT TestParseTerragruntConfigDependenciesOnePath
=== CONT TestParseTerragruntConfigInclude
--- PASS: TestParseTerragruntConfigDependenciesOnePath (0.00s)
=== CONT TestPartialParseOmittedItems
--- PASS: TestParseTerragruntConfigIncludeOverrideRemote (0.00s)
=== CONT TestPartialParseMultipleItems
--- PASS: TestPartialParseOmittedItems (0.00s)
=== CONT TestParseIamRole
--- PASS: TestParseTerragruntConfigIncludeWithFindInParentFolders (0.00s)
=== CONT TestPartialParseDoesNotResolveIgnoredBlock
--- PASS: TestPartialParseMultipleItems (0.00s)
=== CONT TestParseTerragruntConfigRemoteStateFullConfig
--- PASS: TestParseIamRole (0.00s)
=== CONT TestPartialParseResolvesLocals
--- PASS: TestParseTerragruntConfigInclude (0.00s)
=== CONT TestParseTerragruntConfigRemoteStateMissingBackend
--- PASS: TestPartialParseResolvesLocals (0.00s)
--- PASS: TestParseTerragruntConfigRemoteStateFullConfig (0.00s)
=== CONT TestTerraformOutputJsonToCtyValueMap
--- PASS: TestPartialParseDoesNotResolveIgnoredBlock (0.00s)
--- PASS: TestParseTerragruntConfigRemoteStateMissingBackend (0.00s)
=== CONT TestTerraformBuiltInFunctions
=== CONT TestPartialParseDependencyBlockMergesDependenciesDedup
=== RUN TestTerraformBuiltInFunctions/abs(-1)
=== CONT TestParseTerragruntConfigRemoteStateMinimalConfig
--- PASS: TestParseTerragruntConfigRemoteStateMinimalConfig (0.00s)
--- PASS: TestTerraformOutputJsonToCtyValueMap (0.00s)
=== CONT TestGetTerragruntDirRelPath
=== CONT TestGetParentTerragruntDir
=== RUN TestTerraformBuiltInFunctions/element(["one",_"two",_"three"],_1)
--- PASS: TestPartialParseDependencyBlockMergesDependenciesDedup (0.00s)
=== CONT TestGetTerragruntDirAbsPath
--- PASS: TestGetTerragruntDirRelPath (0.00s)
=== CONT TestResolveCommandsInterpolationConfigString
--- PASS: TestGetTerragruntDirAbsPath (0.00s)
=== CONT TestResolveEnvInterpolationConfigString
=== RUN TestResolveEnvInterpolationConfigString/iam_role_=_"foo/${get_env()}/bar"
=== RUN TestResolveCommandsInterpolationConfigString/inputs_=_{_foo_=_get_terraform_commands_that_need_locking()_}
--- PASS: TestGetParentTerragruntDir (0.00s)
=== CONT TestResolveTerragruntInterpolation
=== RUN TestResolveTerragruntInterpolation/terraform_{_source_=_path_relative_to_include()_}--/root/child/terragrunt.hcl
=== RUN TestResolveEnvInterpolationConfigString/iam_role_=_"foo/${get_env("","")}/bar"
=== RUN TestTerraformBuiltInFunctions/chomp(file("other-file.txt"))
=== RUN TestResolveCommandsInterpolationConfigString/inputs_=_{_foo_=_get_terraform_commands_that_need_vars()_}
=== RUN TestResolveTerragruntInterpolation/terraform_{_source_=_path_relative_to_include()_}--/root/child/terragrunt.hcl#01
=== RUN TestResolveEnvInterpolationConfigString/iam_role_=_get_env("SOME_VAR",_"SOME_VALUE")
=== RUN TestResolveCommandsInterpolationConfigString/inputs_=_{_foo_=_get_terraform_commands_that_need_parallelism()_}
=== RUN TestResolveTerragruntInterpolation/terraform_{_source_=_find_in_parent_folders()_}--../test/fixture-parent-folders/terragrunt-in-root/child/sub-child/terragrunt.hcl
=== RUN TestResolveEnvInterpolationConfigString/iam_role_=_"foo/${get_env("TEST_ENV_TERRAGRUNT_HIT","")}/bar"
=== RUN TestTerraformBuiltInFunctions/sha1("input")
--- PASS: TestResolveCommandsInterpolationConfigString (0.00s)
--- PASS: TestResolveCommandsInterpolationConfigString/inputs_=_{_foo_=_get_terraform_commands_that_need_locking()_} (0.00s)
--- PASS: TestResolveCommandsInterpolationConfigString/inputs_=_{_foo_=_get_terraform_commands_that_need_vars()_} (0.00s)
--- PASS: TestResolveCommandsInterpolationConfigString/inputs_=_{_foo_=_get_terraform_commands_that_need_parallelism()_} (0.00s)
=== CONT TestFindInParentFolders
=== RUN TestResolveTerragruntInterpolation/terraform_{_source_=_find_in_parent_folders()_}--../test/fixture-parent-folders/terragrunt-in-root/child/sub-child/terragrunt.hcl#01
=== RUN TestResolveEnvInterpolationConfigString/iam_role_=_"foo/${get_env("TEST_ENV_TERRAGRUNT_HIT","DEFAULT")}/bar"
=== RUN TestTerraformBuiltInFunctions/split("|",_"one|two|three")
=== RUN TestFindInParentFolders/../test/fixture-parent-folders/terragrunt-in-root/child/terragrunt.hcl
=== RUN TestResolveTerragruntInterpolation/terraform_{_source_=_find_in_parent_folders()_}--../test/fixture-parent-folders/no-terragrunt-in-root/child/sub-child/terragrunt.hcl
--- PASS: TestResolveEnvInterpolationConfigString (0.00s)
--- PASS: TestResolveEnvInterpolationConfigString/iam_role_=_"foo/${get_env()}/bar" (0.00s)
--- PASS: TestResolveEnvInterpolationConfigString/iam_role_=_"foo/${get_env("","")}/bar" (0.00s)
--- PASS: TestResolveEnvInterpolationConfigString/iam_role_=_get_env("SOME_VAR",_"SOME_VALUE") (0.00s)
--- PASS: TestResolveEnvInterpolationConfigString/iam_role_=_"foo/${get_env("TEST_ENV_TERRAGRUNT_HIT","")}/bar" (0.00s)
--- PASS: TestResolveEnvInterpolationConfigString/iam_role_=_"foo/${get_env("TEST_ENV_TERRAGRUNT_HIT","DEFAULT")}/bar" (0.00s)
=== CONT TestRunCommand
=== RUN TestFindInParentFolders/../test/fixture-parent-folders/terragrunt-in-root/child/sub-child/sub-sub-child/terragrunt.hcl
=== RUN TestRunCommand//Users/israel
[terragrunt] 2019/08/31 20:05:00 Running command: /bin/bash -c echo -n foo
=== RUN TestTerraformBuiltInFunctions/!tobool("false")
=== RUN TestFindInParentFolders/../test/fixture-parent-folders/no-terragrunt-in-root/child/sub-child/terragrunt.hcl
=== RUN TestFindInParentFolders/../test/fixture-parent-folders/multiple-terragrunt-in-parents/child/terragrunt.hcl
--- PASS: TestResolveTerragruntInterpolation (0.00s)
--- PASS: TestResolveTerragruntInterpolation/terraform_{_source_=_path_relative_to_include()_}--/root/child/terragrunt.hcl (0.00s)
--- PASS: TestResolveTerragruntInterpolation/terraform_{_source_=_path_relative_to_include()_}--/root/child/terragrunt.hcl#01 (0.00s)
--- PASS: TestResolveTerragruntInterpolation/terraform_{_source_=_find_in_parent_folders()_}--../test/fixture-parent-folders/terragrunt-in-root/child/sub-child/terragrunt.hcl (0.00s)
--- PASS: TestResolveTerragruntInterpolation/terraform_{_source_=_find_in_parent_folders()_}--../test/fixture-parent-folders/terragrunt-in-root/child/sub-child/terragrunt.hcl#01 (0.00s)
--- PASS: TestResolveTerragruntInterpolation/terraform_{_source_=_find_in_parent_folders()_}--../test/fixture-parent-folders/no-terragrunt-in-root/child/sub-child/terragrunt.hcl (0.00s)
=== CONT TestPathRelativeFromInclude
=== RUN TestFindInParentFolders/../test/fixture-parent-folders/multiple-terragrunt-in-parents/child/sub-child/terragrunt.hcl
=== RUN TestFindInParentFolders/../test/fixture-parent-folders/multiple-terragrunt-in-parents/child/sub-child/sub-sub-child/terragrunt.hcl
--- PASS: TestPathRelativeFromInclude (0.00s)
=== CONT TestPartialParseDependencyBlockSetsTerragruntDependencies
=== RUN TestFindInParentFolders/../test/fixture-parent-folders/other-file-names/child/terragrunt.hcl
=== RUN TestFindInParentFolders//
=== RUN TestTerraformBuiltInFunctions/trimspace("_____content_____")
=== RUN TestFindInParentFolders//fake/path
=== RUN TestFindInParentFolders//fake/path#01
--- PASS: TestFindInParentFolders (0.00s)
--- PASS: TestFindInParentFolders/../test/fixture-parent-folders/terragrunt-in-root/child/terragrunt.hcl (0.00s)
--- PASS: TestFindInParentFolders/../test/fixture-parent-folders/terragrunt-in-root/child/sub-child/sub-sub-child/terragrunt.hcl (0.00s)
--- PASS: TestFindInParentFolders/../test/fixture-parent-folders/no-terragrunt-in-root/child/sub-child/terragrunt.hcl (0.00s)
--- PASS: TestFindInParentFolders/../test/fixture-parent-folders/multiple-terragrunt-in-parents/child/terragrunt.hcl (0.00s)
--- PASS: TestFindInParentFolders/../test/fixture-parent-folders/multiple-terragrunt-in-parents/child/sub-child/terragrunt.hcl (0.00s)
--- PASS: TestFindInParentFolders/../test/fixture-parent-folders/multiple-terragrunt-in-parents/child/sub-child/sub-sub-child/terragrunt.hcl (0.00s)
--- PASS: TestFindInParentFolders/../test/fixture-parent-folders/other-file-names/child/terragrunt.hcl (0.00s)
--- PASS: TestFindInParentFolders// (0.00s)
--- PASS: TestFindInParentFolders//fake/path (0.00s)
--- PASS: TestFindInParentFolders//fake/path#01 (0.00s)
=== CONT TestPartialParseMultipleDependencyBlockSetsTerragruntDependencies
--- PASS: TestPartialParseDependencyBlockSetsTerragruntDependencies (0.00s)
=== CONT TestPartialParseDependencyBlockSetsDependencies
--- PASS: TestPartialParseMultipleDependencyBlockSetsTerragruntDependencies (0.00s)
--- PASS: TestPartialParseDependencyBlockSetsDependencies (0.00s)
=== CONT TestPartialParseDependencyBlockMergesDependencies
=== CONT TestPartialParseOnlyInheritsSelectedBlocksFlags
=== RUN TestTerraformBuiltInFunctions/zipmap(["one",_"two",_"three"],_[1,_2,_3])
--- PASS: TestPartialParseDependencyBlockMergesDependencies (0.00s)
--- PASS: TestTerraformBuiltInFunctions (0.01s)
--- PASS: TestTerraformBuiltInFunctions/abs(-1) (0.00s)
--- PASS: TestTerraformBuiltInFunctions/element(["one",_"two",_"three"],_1) (0.00s)
--- PASS: TestTerraformBuiltInFunctions/chomp(file("other-file.txt")) (0.00s)
--- PASS: TestTerraformBuiltInFunctions/sha1("input") (0.00s)
--- PASS: TestTerraformBuiltInFunctions/split("|",_"one|two|three") (0.00s)
--- PASS: TestTerraformBuiltInFunctions/!tobool("false") (0.00s)
--- PASS: TestTerraformBuiltInFunctions/trimspace("_____content_____") (0.00s)
--- PASS: TestTerraformBuiltInFunctions/zipmap(["one",_"two",_"three"],_[1,_2,_3]) (0.00s)
=== CONT TestPartialParseDoesNotResolveIgnoredBlockEvenInParent
=== CONT TestPartialParseOnlyInheritsSelectedBlocksDependencies
--- PASS: TestPartialParseOnlyInheritsSelectedBlocksFlags (0.00s)
=== CONT TestPartialParseDependencyBlockMergesDependenciesOrdering
--- PASS: TestPartialParseOnlyInheritsSelectedBlocksDependencies (0.00s)
--- PASS: TestPartialParseDependencyBlockMergesDependenciesOrdering (0.00s)
foo--- PASS: TestPartialParseDoesNotResolveIgnoredBlockEvenInParent (0.00s)
[terragrunt] 2019/08/31 20:05:00 run_cmd output: [foo]
=== RUN TestRunCommand//Users/israel#01
[terragrunt] 2019/08/31 20:05:00 Running command: /bin/bash -c echo -n foo
[terragrunt] 2019/08/31 20:05:00 Command output will be suppressed.
[terragrunt] 2019/08/31 20:05:00 run_cmd output: [REDACTED]
=== RUN TestRunCommand//Users/israel#02
--- PASS: TestRunCommand (0.02s)
--- PASS: TestRunCommand//Users/israel (0.01s)
--- PASS: TestRunCommand//Users/israel#01 (0.01s)
--- PASS: TestRunCommand//Users/israel#02 (0.00s)
PASS
ok github.com/gruntwork-io/terragrunt/config 0.090s
=== RUN TestCheckForCycles
=== PAUSE TestCheckForCycles
=== RUN TestResolveTerraformModulesNoPaths
=== PAUSE TestResolveTerraformModulesNoPaths
=== RUN TestResolveTerraformModulesOneModuleNoDependencies
=== PAUSE TestResolveTerraformModulesOneModuleNoDependencies
=== RUN TestResolveTerraformModulesOneModuleWithIncludesNoDependencies
=== PAUSE TestResolveTerraformModulesOneModuleWithIncludesNoDependencies
=== RUN TestResolveTerraformModulesTwoModulesWithDependencies
=== PAUSE TestResolveTerraformModulesTwoModulesWithDependencies
=== RUN TestResolveTerraformModulesTwoModulesWithDependenciesExcludedDirsWithDependency
=== PAUSE TestResolveTerraformModulesTwoModulesWithDependenciesExcludedDirsWithDependency
=== RUN TestResolveTerraformModulesTwoModulesWithDependenciesExcludedDirsWithNoDependency
=== PAUSE TestResolveTerraformModulesTwoModulesWithDependenciesExcludedDirsWithNoDependency
=== RUN TestResolveTerraformModulesTwoModulesWithDependenciesIncludedDirsWithDependency
=== PAUSE TestResolveTerraformModulesTwoModulesWithDependenciesIncludedDirsWithDependency
=== RUN TestResolveTerraformModulesTwoModulesWithDependenciesIncludedDirsWithNoDependency
=== PAUSE TestResolveTerraformModulesTwoModulesWithDependenciesIncludedDirsWithNoDependency
=== RUN TestResolveTerraformModulesTwoModulesWithDependenciesIncludedDirsWithDependencyExcludeModuleWithNoDependency
=== PAUSE TestResolveTerraformModulesTwoModulesWithDependenciesIncludedDirsWithDependencyExcludeModuleWithNoDependency
=== RUN TestResolveTerraformModulesMultipleModulesWithDependencies
=== PAUSE TestResolveTerraformModulesMultipleModulesWithDependencies
=== RUN TestResolveTerraformModulesMultipleModulesWithDependenciesWithIncludes
=== PAUSE TestResolveTerraformModulesMultipleModulesWithDependenciesWithIncludes
=== RUN TestResolveTerraformModulesMultipleModulesWithExternalDependencies
=== PAUSE TestResolveTerraformModulesMultipleModulesWithExternalDependencies
=== RUN TestResolveTerraformModulesMultipleModulesWithNestedExternalDependencies
=== PAUSE TestResolveTerraformModulesMultipleModulesWithNestedExternalDependencies
=== RUN TestResolveTerraformModulesInvalidPaths
=== PAUSE TestResolveTerraformModulesInvalidPaths
=== RUN TestResolveTerraformModuleNoTerraformConfig
=== PAUSE TestResolveTerraformModuleNoTerraformConfig
=== RUN TestGetTerragruntSourceForModuleHappyPath
=== PAUSE TestGetTerragruntSourceForModuleHappyPath
=== RUN TestToRunningModulesNoModules
=== PAUSE TestToRunningModulesNoModules
=== RUN TestToRunningModulesOneModuleNoDependencies
=== PAUSE TestToRunningModulesOneModuleNoDependencies
=== RUN TestToRunningModulesTwoModulesNoDependencies
=== PAUSE TestToRunningModulesTwoModulesNoDependencies
=== RUN TestToRunningModulesTwoModulesWithDependencies
=== PAUSE TestToRunningModulesTwoModulesWithDependencies
=== RUN TestToRunningModulesTwoModulesWithDependenciesReverseOrder
=== PAUSE TestToRunningModulesTwoModulesWithDependenciesReverseOrder
=== RUN TestToRunningModulesMultipleModulesWithAndWithoutDependencies
=== PAUSE TestToRunningModulesMultipleModulesWithAndWithoutDependencies
=== RUN TestToRunningModulesMultipleModulesWithAndWithoutDependenciesReverseOrder
=== PAUSE TestToRunningModulesMultipleModulesWithAndWithoutDependenciesReverseOrder
=== RUN TestRunModulesNoModules
=== PAUSE TestRunModulesNoModules
=== RUN TestRunModulesOneModuleSuccess
=== PAUSE TestRunModulesOneModuleSuccess
=== RUN TestRunModulesOneModuleAssumeAlreadyRan
=== PAUSE TestRunModulesOneModuleAssumeAlreadyRan
=== RUN TestRunModulesReverseOrderOneModuleSuccess
=== PAUSE TestRunModulesReverseOrderOneModuleSuccess
=== RUN TestRunModulesOneModuleError
=== PAUSE TestRunModulesOneModuleError
=== RUN TestRunModulesReverseOrderOneModuleError
=== PAUSE TestRunModulesReverseOrderOneModuleError
=== RUN TestRunModulesMultipleModulesNoDependenciesSuccess
=== PAUSE TestRunModulesMultipleModulesNoDependenciesSuccess
=== RUN TestRunModulesReverseOrderMultipleModulesNoDependenciesSuccess
=== PAUSE TestRunModulesReverseOrderMultipleModulesNoDependenciesSuccess
=== RUN TestRunModulesMultipleModulesNoDependenciesOneFailure
=== PAUSE TestRunModulesMultipleModulesNoDependenciesOneFailure
=== RUN TestRunModulesMultipleModulesNoDependenciesMultipleFailures
=== PAUSE TestRunModulesMultipleModulesNoDependenciesMultipleFailures
=== RUN TestRunModulesMultipleModulesWithDependenciesSuccess
=== PAUSE TestRunModulesMultipleModulesWithDependenciesSuccess
=== RUN TestRunModulesMultipleModulesWithDependenciesWithAssumeAlreadyRanSuccess
=== PAUSE TestRunModulesMultipleModulesWithDependenciesWithAssumeAlreadyRanSuccess
=== RUN TestRunModulesReverseOrderMultipleModulesWithDependenciesSuccess
=== PAUSE TestRunModulesReverseOrderMultipleModulesWithDependenciesSuccess
=== RUN TestRunModulesMultipleModulesWithDependenciesOneFailure
=== PAUSE TestRunModulesMultipleModulesWithDependenciesOneFailure
=== RUN TestRunModulesMultipleModulesWithDependenciesOneFailureIgnoreDependencyErrors
=== PAUSE TestRunModulesMultipleModulesWithDependenciesOneFailureIgnoreDependencyErrors
=== RUN TestRunModulesReverseOrderMultipleModulesWithDependenciesOneFailure
=== PAUSE TestRunModulesReverseOrderMultipleModulesWithDependenciesOneFailure
=== RUN TestRunModulesMultipleModulesWithDependenciesMultipleFailures
=== PAUSE TestRunModulesMultipleModulesWithDependenciesMultipleFailures
=== RUN TestRunModulesMultipleModulesWithDependenciesLargeGraphAllSuccess
=== PAUSE TestRunModulesMultipleModulesWithDependenciesLargeGraphAllSuccess
=== RUN TestRunModulesMultipleModulesWithDependenciesLargeGraphPartialFailure
=== PAUSE TestRunModulesMultipleModulesWithDependenciesLargeGraphPartialFailure
=== RUN TestRunModulesReverseOrderMultipleModulesWithDependenciesLargeGraphPartialFailure
=== PAUSE TestRunModulesReverseOrderMultipleModulesWithDependenciesLargeGraphPartialFailure
=== RUN TestFindStackInSubfolders
=== PAUSE TestFindStackInSubfolders
=== CONT TestCheckForCycles
=== CONT TestToRunningModulesMultipleModulesWithAndWithoutDependencies
=== CONT TestToRunningModulesTwoModulesWithDependenciesReverseOrder
=== CONT TestToRunningModulesTwoModulesWithDependencies
--- PASS: TestToRunningModulesTwoModulesWithDependencies (0.00s)
--- PASS: TestCheckForCycles (0.00s)
=== CONT TestToRunningModulesTwoModulesNoDependencies
--- PASS: TestToRunningModulesTwoModulesWithDependenciesReverseOrder (0.00s)
=== CONT TestToRunningModulesOneModuleNoDependencies
=== CONT TestToRunningModulesNoModules
--- PASS: TestToRunningModulesTwoModulesNoDependencies (0.00s)
=== CONT TestGetTerragruntSourceForModuleHappyPath
--- PASS: TestToRunningModulesMultipleModulesWithAndWithoutDependencies (0.00s)
--- PASS: TestToRunningModulesOneModuleNoDependencies (0.00s)
=== CONT TestResolveTerraformModuleNoTerraformConfig
--- PASS: TestToRunningModulesNoModules (0.00s)
=== CONT TestResolveTerraformModulesInvalidPaths
=== CONT TestResolveTerraformModulesMultipleModulesWithNestedExternalDependencies
=== RUN TestGetTerragruntSourceForModuleHappyPath/-
=== RUN TestGetTerragruntSourceForModuleHappyPath/-/source/modules
=== RUN TestGetTerragruntSourceForModuleHappyPath/git::git@github.com:acme/modules.git//foo/bar-/source/modules
=== RUN TestGetTerragruntSourceForModuleHappyPath/git::git@github.com:acme/modules.git//foo/bar?ref=v0.0.1-/source/modules
=== RUN TestGetTerragruntSourceForModuleHappyPath/git::git@github.com:acme/emr_cluster.git?ref=feature/fix_bugs-/source/modules
=== RUN TestGetTerragruntSourceForModuleHappyPath/git::ssh://git@ghe.ourcorp.com/OurOrg/some-module.git-/source/modules
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-l to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-l/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-missing-dependency to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-missing-dependency/.terragrunt-cache
=== RUN TestGetTerragruntSourceForModuleHappyPath/github.com/hashicorp/example-/source/modules
=== RUN TestGetTerragruntSourceForModuleHappyPath/github.com/hashicorp/example//subdir-/source/modules
=== RUN TestGetTerragruntSourceForModuleHappyPath/git@github.com:hashicorp/example.git//subdir-/source/modules
=== RUN TestGetTerragruntSourceForModuleHappyPath/./some/path//to/modulename-/source/modules
--- PASS: TestGetTerragruntSourceForModuleHappyPath (0.01s)
--- PASS: TestGetTerragruntSourceForModuleHappyPath/- (0.00s)
--- PASS: TestGetTerragruntSourceForModuleHappyPath/-/source/modules (0.00s)
--- PASS: TestGetTerragruntSourceForModuleHappyPath/git::git@github.com:acme/modules.git//foo/bar-/source/modules (0.00s)
--- PASS: TestGetTerragruntSourceForModuleHappyPath/git::git@github.com:acme/modules.git//foo/bar?ref=v0.0.1-/source/modules (0.00s)
--- PASS: TestGetTerragruntSourceForModuleHappyPath/git::git@github.com:acme/emr_cluster.git?ref=feature/fix_bugs-/source/modules (0.00s)
--- PASS: TestGetTerragruntSourceForModuleHappyPath/git::ssh://git@ghe.ourcorp.com/OurOrg/some-module.git-/source/modules (0.00s)
--- PASS: TestGetTerragruntSourceForModuleHappyPath/github.com/hashicorp/example-/source/modules (0.00s)
--- PASS: TestGetTerragruntSourceForModuleHappyPath/github.com/hashicorp/example//subdir-/source/modules (0.00s)
--- PASS: TestGetTerragruntSourceForModuleHappyPath/git@github.com:hashicorp/example.git//subdir-/source/modules (0.00s)
--- PASS: TestGetTerragruntSourceForModuleHappyPath/./some/path//to/modulename-/source/modules (0.00s)
=== CONT TestResolveTerraformModulesMultipleModulesWithExternalDependencies
[terragrunt] 2019/08/31 20:05:01 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-l does not have an associated terraform configuration and will be skipped.
--- PASS: TestResolveTerraformModulesInvalidPaths (0.01s)
=== CONT TestResolveTerraformModulesMultipleModulesWithDependenciesWithIncludes
--- PASS: TestResolveTerraformModuleNoTerraformConfig (0.01s)
=== CONT TestResolveTerraformModulesMultipleModulesWithDependencies
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-g to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-g/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-a to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-a/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-a to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-a/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-f to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-f/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 The --non-interactive flag is set. To avoid accidentally affecting external dependencies with an xxx-all command, will not run this command against module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-f, which is a dependency of module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-g.
--- PASS: TestResolveTerraformModulesMultipleModulesWithExternalDependencies (0.00s)
=== CONT TestResolveTerraformModulesTwoModulesWithDependenciesIncludedDirsWithDependencyExcludeModuleWithNoDependency
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-b/module-b-child to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-b/module-b-child/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-b/module-b-child to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-b/module-b-child/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-a to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-a/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-c to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-c/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-j to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-j/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-c to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-c/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-d to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-d/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-e/module-e-child to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-e/module-e-child/.terragrunt-cache
--- PASS: TestResolveTerraformModulesMultipleModulesWithDependencies (0.01s)
=== CONT TestResolveTerraformModulesTwoModulesWithDependenciesIncludedDirsWithNoDependency
--- PASS: TestResolveTerraformModulesMultipleModulesWithDependenciesWithIncludes (0.01s)
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-f to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-f/.terragrunt-cache
=== CONT TestResolveTerraformModulesTwoModulesWithDependenciesIncludedDirsWithDependency
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-k to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-k/.terragrunt-cache
--- PASS: TestResolveTerraformModulesTwoModulesWithDependenciesIncludedDirsWithDependencyExcludeModuleWithNoDependency (0.01s)
=== CONT TestResolveTerraformModulesTwoModulesWithDependenciesExcludedDirsWithNoDependency
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-a to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-a/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-i to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-i/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 The --non-interactive flag is set. To avoid accidentally affecting external dependencies with an xxx-all command, will not run this command against module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-i, which is a dependency of module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-j.
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-a to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-a/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-c to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-c/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-h to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-h/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 The --non-interactive flag is set. To avoid accidentally affecting external dependencies with an xxx-all command, will not run this command against module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-h, which is a dependency of module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-k.
--- PASS: TestResolveTerraformModulesTwoModulesWithDependenciesIncludedDirsWithNoDependency (0.00s)
=== CONT TestResolveTerraformModulesTwoModulesWithDependenciesExcludedDirsWithDependency
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-c to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-c/.terragrunt-cache
--- PASS: TestResolveTerraformModulesMultipleModulesWithNestedExternalDependencies (0.02s)
=== CONT TestResolveTerraformModulesTwoModulesWithDependencies
--- PASS: TestResolveTerraformModulesTwoModulesWithDependenciesExcludedDirsWithNoDependency (0.00s)
=== CONT TestResolveTerraformModulesOneModuleWithIncludesNoDependencies
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-a to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-a/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-a to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-a/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-a to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-a/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-c to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-c/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-c to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-c/.terragrunt-cache
--- PASS: TestResolveTerraformModulesTwoModulesWithDependencies (0.00s)
=== CONT TestResolveTerraformModulesOneModuleNoDependencies
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-b/module-b-child to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-b/module-b-child/.terragrunt-cache
--- PASS: TestResolveTerraformModulesTwoModulesWithDependenciesIncludedDirsWithDependency (0.01s)
=== CONT TestResolveTerraformModulesNoPaths
--- PASS: TestResolveTerraformModulesOneModuleWithIncludesNoDependencies (0.00s)
=== CONT TestRunModulesMultipleModulesWithDependenciesWithAssumeAlreadyRanSuccess
--- PASS: TestResolveTerraformModulesNoPaths (0.00s)
=== CONT TestFindStackInSubfolders
[terragrunt] 2019/08/31 20:05:01 Module a must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Running module a now
[terragrunt] 2019/08/31 20:05:01 Module a has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Module d must wait for 1 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Module c must wait for 1 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Module b must wait for 1 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Dependency a of module b just finished successfully. Module b must wait on 0 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Running module b now
[terragrunt] 2019/08/31 20:05:01 Module b has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Dependency b of module c just finished successfully. Module c must wait on 0 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Assuming module c has already been applied and skipping it
[terragrunt] 2019/08/31 20:05:01 Module c has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Dependency c of module d just finished successfully. Module d must wait on 0 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Running module d now
[terragrunt] 2019/08/31 20:05:01 Module d has finished successfully!
--- PASS: TestRunModulesMultipleModulesWithDependenciesWithAssumeAlreadyRanSuccess (0.00s)
=== CONT TestRunModulesReverseOrderMultipleModulesWithDependenciesLargeGraphPartialFailure
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-a to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-a/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 Module e must wait for 1 dependencies to finish
--- PASS: TestResolveTerraformModulesOneModuleNoDependencies (0.00s)
=== CONT TestRunModulesMultipleModulesWithDependenciesLargeGraphPartialFailure
[terragrunt] 2019/08/31 20:05:01 Module b must wait for 2 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Module c must wait for 1 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Module d must wait for 1 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Module f must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Running module f now
[terragrunt] 2019/08/31 20:05:01 Module f has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Module a must wait for 2 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Dependency f of module d just finished successfully. Module d must wait on 0 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Running module d now
[terragrunt] 2019/08/31 20:05:01 Module d has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Dependency d of module c just finished successfully. Module c must wait on 0 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Running module c now
[terragrunt] 2019/08/31 20:05:01 Dependency d of module a just finished successfully. Module a must wait on 1 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Dependency d of module b just finished successfully. Module b must wait on 1 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Dependency f of module e just finished successfully. Module e must wait on 0 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Running module e now
[terragrunt] 2019/08/31 20:05:01 Module e has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Module c has finished with an error: Expected error for module c
[terragrunt] 2019/08/31 20:05:01 Module large-graph-c must wait for 1 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Module large-graph-f must wait for 2 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Dependency c of module b just finished with an error. Module b will have to return an error too.
[terragrunt] 2019/08/31 20:05:01 Module large-graph-a must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Running module large-graph-a now
[terragrunt] 2019/08/31 20:05:01 Module large-graph-a has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Module large-graph-b must wait for 1 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-c to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-modules/module-c/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 Dependency large-graph-a of module large-graph-b just finished successfully. Module large-graph-b must wait on 0 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Running module large-graph-b now
[terragrunt] 2019/08/31 20:05:01 Module large-graph-b has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Module b has finished with an error: Cannot process module Module b (excluded: false, dependencies: [a]) because one of its dependencies, Module c (excluded: false, dependencies: [b]), finished with an error: Expected error for module c
[terragrunt] 2019/08/31 20:05:01 Module large-graph-g must wait for 1 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Dependency b of module a just finished with an error. Module a will have to return an error too.
[terragrunt] 2019/08/31 20:05:01 Module large-graph-d must wait for 3 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Module a has finished with an error: Cannot process module Module a (excluded: false, dependencies: []) because one of its dependencies, Module b (excluded: false, dependencies: [a]), finished with an error: Cannot process module Module b (excluded: false, dependencies: [a]) because one of its dependencies, Module c (excluded: false, dependencies: [b]), finished with an error: Expected error for module c
[terragrunt] 2019/08/31 20:05:01 Dependency large-graph-a of module large-graph-d just finished successfully. Module large-graph-d must wait on 2 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Dependency large-graph-b of module large-graph-d just finished successfully. Module large-graph-d must wait on 1 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Module large-graph-e must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Assuming module large-graph-e has already been applied and skipping it
[terragrunt] 2019/08/31 20:05:01 Module large-graph-e has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Dependency large-graph-e of module large-graph-g just finished successfully. Module large-graph-g must wait on 0 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Running module large-graph-g now
--- PASS: TestRunModulesReverseOrderMultipleModulesWithDependenciesLargeGraphPartialFailure (0.00s)
[terragrunt] 2019/08/31 20:05:01 Module large-graph-g has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Dependency large-graph-b of module large-graph-c just finished successfully. Module large-graph-c must wait on 0 more dependencies.
=== CONT TestRunModulesMultipleModulesWithDependenciesLargeGraphAllSuccess
[terragrunt] 2019/08/31 20:05:01 Running module large-graph-c now
[terragrunt] 2019/08/31 20:05:01 Module large-graph-c has finished with an error: Expected error for module large-graph-c
[terragrunt] 2019/08/31 20:05:01 Dependency large-graph-c of module large-graph-d just finished with an error. Module large-graph-d will have to return an error too.
[terragrunt] 2019/08/31 20:05:01 Module large-graph-d has finished with an error: Cannot process module Module large-graph-d (excluded: false, dependencies: [large-graph-a, large-graph-b, large-graph-c]) because one of its dependencies, Module large-graph-c (excluded: false, dependencies: [large-graph-b]), finished with an error: Expected error for module large-graph-c
[terragrunt] 2019/08/31 20:05:01 Dependency large-graph-e of module large-graph-f just finished successfully. Module large-graph-f must wait on 1 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Dependency large-graph-d of module large-graph-f just finished with an error. Module large-graph-f will have to return an error too.
[terragrunt] 2019/08/31 20:05:01 Module large-graph-f has finished with an error: Cannot process module Module large-graph-f (excluded: false, dependencies: [large-graph-e, large-graph-d]) because one of its dependencies, Module large-graph-d (excluded: false, dependencies: [large-graph-a, large-graph-b, large-graph-c]), finished with an error: Cannot process module Module large-graph-d (excluded: false, dependencies: [large-graph-a, large-graph-b, large-graph-c]) because one of its dependencies, Module large-graph-c (excluded: false, dependencies: [large-graph-b]), finished with an error: Expected error for module large-graph-c
--- PASS: TestRunModulesMultipleModulesWithDependenciesLargeGraphPartialFailure (0.00s)
[terragrunt] 2019/08/31 20:05:01 Module f must wait for 2 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Module b must wait for 1 dependencies to finish
=== CONT TestRunModulesMultipleModulesWithDependenciesMultipleFailures
[terragrunt] 2019/08/31 20:05:01 Module e must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Running module e now
[terragrunt] 2019/08/31 20:05:01 Module e has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Dependency e of module f just finished successfully. Module f must wait on 1 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Module a must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Running module a now
[terragrunt] 2019/08/31 20:05:01 Module a has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Module c must wait for 1 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Dependency a of module b just finished successfully. Module b must wait on 0 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Running module b now
[terragrunt] 2019/08/31 20:05:01 Module b has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Module d must wait for 3 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Dependency a of module d just finished successfully. Module d must wait on 2 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Dependency b of module d just finished successfully. Module d must wait on 1 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Dependency b of module c just finished successfully. Module c must wait on 0 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Running module c now
[terragrunt] 2019/08/31 20:05:01 Module c has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Dependency c of module d just finished successfully. Module d must wait on 0 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Running module d now
[terragrunt] 2019/08/31 20:05:01 Module c must wait for 1 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Module a must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Running module a now
[terragrunt] 2019/08/31 20:05:01 Module a has finished with an error: Expected error for module a
[terragrunt] 2019/08/31 20:05:01 Module d has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Module b must wait for 1 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Dependency a of module b just finished with an error. Module b will have to return an error too.
[terragrunt] 2019/08/31 20:05:01 Dependency d of module f just finished successfully. Module f must wait on 0 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Running module f now
[terragrunt] 2019/08/31 20:05:01 Module f has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Module b has finished with an error: Cannot process module Module b (excluded: false, dependencies: [a]) because one of its dependencies, Module a (excluded: false, dependencies: []), finished with an error: Expected error for module a
[terragrunt] 2019/08/31 20:05:01 Dependency b of module c just finished with an error. Module c will have to return an error too.
[terragrunt] 2019/08/31 20:05:01 Module c has finished with an error: Cannot process module Module c (excluded: false, dependencies: [b]) because one of its dependencies, Module b (excluded: false, dependencies: [a]), finished with an error: Cannot process module Module b (excluded: false, dependencies: [a]) because one of its dependencies, Module a (excluded: false, dependencies: []), finished with an error: Expected error for module a
--- PASS: TestRunModulesMultipleModulesWithDependenciesLargeGraphAllSuccess (0.00s)
=== CONT TestRunModulesReverseOrderMultipleModulesWithDependenciesOneFailure
--- PASS: TestRunModulesMultipleModulesWithDependenciesMultipleFailures (0.00s)
=== CONT TestRunModulesMultipleModulesWithDependenciesOneFailureIgnoreDependencyErrors
[terragrunt] 2019/08/31 20:05:01 Module b must wait for 1 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Module c must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Running module c now
[terragrunt] 2019/08/31 20:05:01 Module a must wait for 1 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Module c must wait for 1 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Module a must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Running module a now
[terragrunt] 2019/08/31 20:05:01 Module a has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Module b must wait for 1 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Dependency a of module b just finished successfully. Module b must wait on 0 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Running module b now
[terragrunt] 2019/08/31 20:05:01 Module b has finished with an error: Expected error for module b
[terragrunt] 2019/08/31 20:05:01 Module c has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Dependency b of module c just finished with an error. Module c will have to return an error too. However, because of --terragrunt-ignore-dependency-errors, module c will run anyway.
[terragrunt] 2019/08/31 20:05:01 Running module c now
[terragrunt] 2019/08/31 20:05:01 Module c has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Dependency c of module b just finished successfully. Module b must wait on 0 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Running module b now
[terragrunt] 2019/08/31 20:05:01 Module b has finished with an error: Expected error for module b
[terragrunt] 2019/08/31 20:05:01 Dependency b of module a just finished with an error. Module a will have to return an error too.
[terragrunt] 2019/08/31 20:05:01 Module a has finished with an error: Cannot process module Module a (excluded: false, dependencies: []) because one of its dependencies, Module b (excluded: false, dependencies: [a]), finished with an error: Expected error for module b
--- PASS: TestRunModulesMultipleModulesWithDependenciesOneFailureIgnoreDependencyErrors (0.00s)
=== CONT TestRunModulesMultipleModulesWithDependenciesOneFailure
--- PASS: TestRunModulesReverseOrderMultipleModulesWithDependenciesOneFailure (0.00s)
=== CONT TestRunModulesReverseOrderMultipleModulesWithDependenciesSuccess
[terragrunt] 2019/08/31 20:05:01 Module c must wait for 1 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Module b must wait for 1 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Module a must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Running module a now
[terragrunt] 2019/08/31 20:05:01 Module a has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Dependency a of module b just finished successfully. Module b must wait on 0 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Running module b now
[terragrunt] 2019/08/31 20:05:01 Module b has finished with an error: Expected error for module b
[terragrunt] 2019/08/31 20:05:01 Module a must wait for 1 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Module b must wait for 1 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Module c must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Running module c now
[terragrunt] 2019/08/31 20:05:01 Module c has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Dependency c of module b just finished successfully. Module b must wait on 0 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Running module b now
[terragrunt] 2019/08/31 20:05:01 Module b has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Dependency b of module a just finished successfully. Module a must wait on 0 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Running module a now
[terragrunt] 2019/08/31 20:05:01 Module a has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Dependency b of module c just finished with an error. Module c will have to return an error too.
--- PASS: TestRunModulesReverseOrderMultipleModulesWithDependenciesSuccess (0.00s)
[terragrunt] 2019/08/31 20:05:01 Module c has finished with an error: Cannot process module Module c (excluded: false, dependencies: [b]) because one of its dependencies, Module b (excluded: false, dependencies: [a]), finished with an error: Expected error for module b
=== CONT TestRunModulesReverseOrderOneModuleError
--- PASS: TestRunModulesMultipleModulesWithDependenciesOneFailure (0.00s)
[terragrunt] 2019/08/31 20:05:01 Module a must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Running module a now
=== CONT TestRunModulesMultipleModulesWithDependenciesSuccess
[terragrunt] 2019/08/31 20:05:01 Module a has finished with an error: Expected error for module a
--- PASS: TestRunModulesReverseOrderOneModuleError (0.00s)
=== CONT TestRunModulesMultipleModulesNoDependenciesMultipleFailures
[terragrunt] 2019/08/31 20:05:01 Module a must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Running module a now
[terragrunt] 2019/08/31 20:05:01 Module a has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Module b must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Running module b now
[terragrunt] 2019/08/31 20:05:01 Module b has finished with an error: Expected error for module b
[terragrunt] 2019/08/31 20:05:01 Module b must wait for 1 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Dependency a of module b just finished successfully. Module b must wait on 0 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Running module b now
[terragrunt] 2019/08/31 20:05:01 Module b has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Module a must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Running module a now
[terragrunt] 2019/08/31 20:05:01 Module c must wait for 1 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Dependency b of module c just finished successfully. Module c must wait on 0 more dependencies.
[terragrunt] 2019/08/31 20:05:01 Running module c now
[terragrunt] 2019/08/31 20:05:01 Module c has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Module c must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Running module c now
--- PASS: TestRunModulesMultipleModulesWithDependenciesSuccess (0.00s)
[terragrunt] 2019/08/31 20:05:01 Module c has finished with an error: Expected error for module c
=== CONT TestRunModulesMultipleModulesNoDependenciesOneFailure
[terragrunt] 2019/08/31 20:05:01 Module a has finished with an error: Expected error for module a
--- PASS: TestRunModulesMultipleModulesNoDependenciesMultipleFailures (0.00s)
=== CONT TestRunModulesReverseOrderMultipleModulesNoDependenciesSuccess
[terragrunt] 2019/08/31 20:05:01 Module c must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Module b must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Running module b now
[terragrunt] 2019/08/31 20:05:01 Module b has finished with an error: Expected error for module b
[terragrunt] 2019/08/31 20:05:01 Running module c now
[terragrunt] 2019/08/31 20:05:01 Module c has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Module b must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Running module b now
[terragrunt] 2019/08/31 20:05:01 Module b has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Module a must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Running module a now
[terragrunt] 2019/08/31 20:05:01 Module a has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Module a must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Running module a now
[terragrunt] 2019/08/31 20:05:01 Module a has finished successfully!
--- PASS: TestRunModulesMultipleModulesNoDependenciesOneFailure (0.00s)
[terragrunt] 2019/08/31 20:05:01 Module c must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Running module c now
[terragrunt] 2019/08/31 20:05:01 Module c has finished successfully!
=== CONT TestRunModulesMultipleModulesNoDependenciesSuccess
--- PASS: TestRunModulesReverseOrderMultipleModulesNoDependenciesSuccess (0.00s)
=== CONT TestRunModulesOneModuleAssumeAlreadyRan
[terragrunt] 2019/08/31 20:05:01 Module a must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Assuming module a has already been applied and skipping it
[terragrunt] 2019/08/31 20:05:01 Module a has finished successfully!
--- PASS: TestRunModulesOneModuleAssumeAlreadyRan (0.00s)
[terragrunt] 2019/08/31 20:05:01 Module b must wait for 0 dependencies to finish
=== CONT TestRunModulesOneModuleError
[terragrunt] 2019/08/31 20:05:01 Running module b now
[terragrunt] 2019/08/31 20:05:01 Module b has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Module a must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Running module a now
[terragrunt] 2019/08/31 20:05:01 Module a has finished successfully!
[terragrunt] 2019/08/31 20:05:01 Module c must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Running module c now
[terragrunt] 2019/08/31 20:05:01 Module c has finished successfully!
--- PASS: TestRunModulesMultipleModulesNoDependenciesSuccess (0.00s)
[terragrunt] 2019/08/31 20:05:01 Module a must wait for 0 dependencies to finish
=== CONT TestRunModulesReverseOrderOneModuleSuccess
[terragrunt] 2019/08/31 20:05:01 Running module a now
[terragrunt] 2019/08/31 20:05:01 Module a has finished with an error: Expected error for module a
[terragrunt] 2019/08/31 20:05:01 Module a must wait for 0 dependencies to finish
[terragrunt] 2019/08/31 20:05:01 Running module a now
--- PASS: TestRunModulesOneModuleError (0.00s)
=== CONT TestRunModulesOneModuleSuccess
[terragrunt] 2019/08/31 20:05:01 Module a has finished successfully!
--- PASS: TestRunModulesReverseOrderOneModuleSuccess (0.00s)
=== CONT TestRunModulesNoModules
[terragrunt] 2019/08/31 20:05:01 Module a must wait for 0 dependencies to finish
--- PASS: TestRunModulesNoModules (0.00s)
=== CONT TestToRunningModulesMultipleModulesWithAndWithoutDependenciesReverseOrder
[terragrunt] 2019/08/31 20:05:01 Running module a now
[terragrunt] 2019/08/31 20:05:01 Module a has finished successfully!
--- PASS: TestRunModulesOneModuleSuccess (0.00s)
--- PASS: TestResolveTerraformModulesTwoModulesWithDependenciesExcludedDirsWithDependency (0.01s)
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/959327085/stage/data-stores/postgres to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/959327085/stage/data-stores/postgres/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/959327085/stage/data-stores/redis to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/959327085/stage/data-stores/redis/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/959327085/stage/ecs-cluster to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/959327085/stage/ecs-cluster/.terragrunt-cache
--- PASS: TestToRunningModulesMultipleModulesWithAndWithoutDependenciesReverseOrder (0.00s)
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/959327085/stage/kms-master-key to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/959327085/stage/kms-master-key/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:01 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/959327085/stage/vpc to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/959327085/stage/vpc/.terragrunt-cache
--- PASS: TestFindStackInSubfolders (0.02s)
PASS
ok github.com/gruntwork-io/terragrunt/configstack 0.105s
=== RUN TestCountingSemaphoreHappyPath
=== PAUSE TestCountingSemaphoreHappyPath
=== RUN TestCountingSemaphoreConcurrency
=== PAUSE TestCountingSemaphoreConcurrency
=== RUN TestCreateLockTableIfNecessaryTableDoesntAlreadyExist
=== PAUSE TestCreateLockTableIfNecessaryTableDoesntAlreadyExist
=== RUN TestCreateLockTableConcurrency
=== PAUSE TestCreateLockTableConcurrency
=== RUN TestWaitForTableToBeActiveTableDoesNotExist
=== PAUSE TestWaitForTableToBeActiveTableDoesNotExist
=== RUN TestCreateLockTableIfNecessaryTableAlreadyExists
=== PAUSE TestCreateLockTableIfNecessaryTableAlreadyExists
=== RUN TestTableTagging
=== PAUSE TestTableTagging
=== CONT TestCountingSemaphoreHappyPath
=== CONT TestTableTagging
=== CONT TestCreateLockTableIfNecessaryTableAlreadyExists
=== CONT TestWaitForTableToBeActiveTableDoesNotExist
=== CONT TestCreateLockTableIfNecessaryTableDoesntAlreadyExist
--- PASS: TestCountingSemaphoreHappyPath (0.00s)
[terragrunt] 2019/08/31 18:21:05 Lock table terragrunt_test_IxPOKt does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] 2019/08/31 18:21:05 Creating table terragrunt_test_IxPOKt in DynamoDB
[terragrunt] 2019/08/31 18:21:05 Table terragrunt-table-does-not-exist is not yet in active state. Will check again after 261ms.
[terragrunt] 2019/08/31 18:21:05 Lock table terragrunt_test_A3ZjE7 does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] 2019/08/31 18:21:05 Creating table terragrunt_test_A3ZjE7 in DynamoDB
[terragrunt] 2019/08/31 18:21:05 Lock table terragrunt_test_wonYqX does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] 2019/08/31 18:21:05 Creating table terragrunt_test_wonYqX in DynamoDB
[terragrunt] 2019/08/31 18:21:05 Table terragrunt_test_IxPOKt is not yet in active state. Will check again after 10s.
[terragrunt] 2019/08/31 18:21:05 Table terragrunt_test_A3ZjE7 is not yet in active state. Will check again after 10s.
[terragrunt] 2019/08/31 18:21:05 Table terragrunt_test_wonYqX is not yet in active state. Will check again after 10s.
[terragrunt] 2019/08/31 18:21:05 Table terragrunt-table-does-not-exist is not yet in active state. Will check again after 74ms.
[terragrunt] 2019/08/31 18:21:05 Table terragrunt-table-does-not-exist is not yet in active state. Will check again after 240ms.
[terragrunt] 2019/08/31 18:21:06 Table terragrunt-table-does-not-exist is not yet in active state. Will check again after 100ms.
[terragrunt] 2019/08/31 18:21:06 Table terragrunt-table-does-not-exist is not yet in active state. Will check again after 120ms.
--- PASS: TestWaitForTableToBeActiveTableDoesNotExist (1.78s)
=== CONT TestCountingSemaphoreConcurrency
--- PASS: TestCountingSemaphoreConcurrency (0.56s)
=== CONT TestCreateLockTableConcurrency
[terragrunt] 2019/08/31 18:21:07 Lock table terragrunt_test_CbS0D6 does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] 2019/08/31 18:21:07 Creating table terragrunt_test_CbS0D6 in DynamoDB
[terragrunt] 2019/08/31 18:21:07 Lock table terragrunt_test_CbS0D6 does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] 2019/08/31 18:21:07 Creating table terragrunt_test_CbS0D6 in DynamoDB
[terragrunt] 2019/08/31 18:21:07 Lock table terragrunt_test_CbS0D6 does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] 2019/08/31 18:21:07 Creating table terragrunt_test_CbS0D6 in DynamoDB
[terragrunt] 2019/08/31 18:21:07 Lock table terragrunt_test_CbS0D6 does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] 2019/08/31 18:21:07 Creating table terragrunt_test_CbS0D6 in DynamoDB
[terragrunt] 2019/08/31 18:21:07 Lock table terragrunt_test_CbS0D6 does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] 2019/08/31 18:21:07 Creating table terragrunt_test_CbS0D6 in DynamoDB
[terragrunt] 2019/08/31 18:21:07 Lock table terragrunt_test_CbS0D6 does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] 2019/08/31 18:21:07 Creating table terragrunt_test_CbS0D6 in DynamoDB
[terragrunt] 2019/08/31 18:21:07 Lock table terragrunt_test_CbS0D6 does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] 2019/08/31 18:21:07 Creating table terragrunt_test_CbS0D6 in DynamoDB
[terragrunt] 2019/08/31 18:21:07 Lock table terragrunt_test_CbS0D6 does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] 2019/08/31 18:21:07 Lock table terragrunt_test_CbS0D6 does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] 2019/08/31 18:21:07 Lock table terragrunt_test_CbS0D6 does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] 2019/08/31 18:21:07 Lock table terragrunt_test_CbS0D6 does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] 2019/08/31 18:21:07 Lock table terragrunt_test_CbS0D6 does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] 2019/08/31 18:21:07 Lock table terragrunt_test_CbS0D6 does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] 2019/08/31 18:21:07 Lock table terragrunt_test_CbS0D6 does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] 2019/08/31 18:21:07 Lock table terragrunt_test_CbS0D6 does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] 2019/08/31 18:21:07 Lock table terragrunt_test_CbS0D6 does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] 2019/08/31 18:21:07 Lock table terragrunt_test_CbS0D6 does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] 2019/08/31 18:21:07 Lock table terragrunt_test_CbS0D6 does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] 2019/08/31 18:21:07 Lock table terragrunt_test_CbS0D6 does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] 2019/08/31 18:21:07 Looks like someone created table terragrunt_test_CbS0D6 at the same time. Will wait for it to be in active state.
[terragrunt] 2019/08/31 18:21:07 Lock table terragrunt_test_CbS0D6 does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] 2019/08/31 18:21:07 Looks like someone created table terragrunt_test_CbS0D6 at the same time. Will wait for it to be in active state.
[terragrunt] 2019/08/31 18:21:07 Looks like someone created table terragrunt_test_CbS0D6 at the same time. Will wait for it to be in active state.
[terragrunt] 2019/08/31 18:21:07 Looks like someone created table terragrunt_test_CbS0D6 at the same time. Will wait for it to be in active state.
[terragrunt] 2019/08/31 18:21:07 Looks like someone created table terragrunt_test_CbS0D6 at the same time. Will wait for it to be in active state.
[terragrunt] 2019/08/31 18:21:07 Looks like someone created table terragrunt_test_CbS0D6 at the same time. Will wait for it to be in active state.
[terragrunt] 2019/08/31 18:21:07 Table terragrunt_test_CbS0D6 is not yet in active state. Will check again after 10s.
[terragrunt] 2019/08/31 18:21:07 Table terragrunt_test_CbS0D6 is not yet in active state. Will check again after 10s.
[terragrunt] 2019/08/31 18:21:07 Table terragrunt_test_CbS0D6 is not yet in active state. Will check again after 10s.
[terragrunt] 2019/08/31 18:21:07 Table terragrunt_test_CbS0D6 is not yet in active state. Will check again after 10s.
[terragrunt] 2019/08/31 18:21:07 Table terragrunt_test_CbS0D6 is not yet in active state. Will check again after 10s.
[terragrunt] 2019/08/31 18:21:07 Table terragrunt_test_CbS0D6 is not yet in active state. Will check again after 10s.
[terragrunt] 2019/08/31 18:21:07 Table terragrunt_test_CbS0D6 is not yet in active state. Will check again after 10s.
[terragrunt] 2019/08/31 18:21:16 Success! Table terragrunt_test_IxPOKt is now in active state.
[terragrunt] 2019/08/31 18:21:16 No tags for lock table given.
[terragrunt] 2019/08/31 18:21:16 Creating table terragrunt_test_CbS0D6 in DynamoDB
[terragrunt] 2019/08/31 18:21:16 Success! Table terragrunt_test_A3ZjE7 is now in active state.
[terragrunt] 2019/08/31 18:21:16 Adding tags to lock table: map[team:team A]
[terragrunt] 2019/08/31 18:21:16 Success! Table terragrunt_test_wonYqX is now in active state.
[terragrunt] 2019/08/31 18:21:16 No tags for lock table given.
[terragrunt] 2019/08/31 18:21:16 Creating table terragrunt_test_CbS0D6 in DynamoDB
[terragrunt] 2019/08/31 18:21:16 Looks like someone created table terragrunt_test_CbS0D6 at the same time. Will wait for it to be in active state.
[terragrunt] 2019/08/31 18:21:16 Creating table terragrunt_test_CbS0D6 in DynamoDB
[terragrunt] 2019/08/31 18:21:17 Looks like someone created table terragrunt_test_CbS0D6 at the same time. Will wait for it to be in active state.
[terragrunt] 2019/08/31 18:21:17 Success! Table terragrunt_test_CbS0D6 is now in active state.
[terragrunt] 2019/08/31 18:21:17 Creating table terragrunt_test_CbS0D6 in DynamoDB
[terragrunt] 2019/08/31 18:21:17 Looks like someone created table terragrunt_test_CbS0D6 at the same time. Will wait for it to be in active state.
[terragrunt] 2019/08/31 18:21:17 Success! Table terragrunt_test_CbS0D6 is now in active state.
[terragrunt] 2019/08/31 18:21:17 Creating table terragrunt_test_CbS0D6 in DynamoDB
[terragrunt] 2019/08/31 18:21:17 Looks like someone created table terragrunt_test_CbS0D6 at the same time. Will wait for it to be in active state.
[terragrunt] 2019/08/31 18:21:17 Success! Table terragrunt_test_CbS0D6 is now in active state.
[terragrunt] 2019/08/31 18:21:17 Creating table terragrunt_test_CbS0D6 in DynamoDB
[terragrunt] 2019/08/31 18:21:17 Looks like someone created table terragrunt_test_CbS0D6 at the same time. Will wait for it to be in active state.
[terragrunt] 2019/08/31 18:21:17 Success! Table terragrunt_test_CbS0D6 is now in active state.
[terragrunt] 2019/08/31 18:21:17 Creating table terragrunt_test_CbS0D6 in DynamoDB
[terragrunt] 2019/08/31 18:21:18 Success! Table terragrunt_test_CbS0D6 is now in active state.
[terragrunt] 2019/08/31 18:21:18 No tags for lock table given.
[terragrunt] 2019/08/31 18:21:18 Creating table terragrunt_test_CbS0D6 in DynamoDB
[terragrunt] 2019/08/31 18:21:18 Success! Table terragrunt_test_CbS0D6 is now in active state.
[terragrunt] 2019/08/31 18:21:18 Creating table terragrunt_test_CbS0D6 in DynamoDB
[terragrunt] 2019/08/31 18:21:18 Success! Table terragrunt_test_CbS0D6 is now in active state.
[terragrunt] 2019/08/31 18:21:18 Creating table terragrunt_test_CbS0D6 in DynamoDB
[terragrunt] 2019/08/31 18:21:18 Success! Table terragrunt_test_CbS0D6 is now in active state.
[terragrunt] 2019/08/31 18:21:18 Creating table terragrunt_test_CbS0D6 in DynamoDB
[terragrunt] 2019/08/31 18:21:18 Success! Table terragrunt_test_CbS0D6 is now in active state.
[terragrunt] 2019/08/31 18:21:18 Creating table terragrunt_test_CbS0D6 in DynamoDB
[terragrunt] 2019/08/31 18:21:18 Success! Table terragrunt_test_CbS0D6 is now in active state.
[terragrunt] 2019/08/31 18:21:18 Creating table terragrunt_test_CbS0D6 in DynamoDB
[terragrunt] 2019/08/31 18:21:18 Success! Table terragrunt_test_CbS0D6 is now in active state.
[terragrunt] 2019/08/31 18:21:18 Looks like someone created table terragrunt_test_CbS0D6 at the same time. Will wait for it to be in active state.
[terragrunt] 2019/08/31 18:21:18 Success! Table terragrunt_test_CbS0D6 is now in active state.
[terragrunt] 2019/08/31 18:21:18 Looks like someone created table terragrunt_test_CbS0D6 at the same time. Will wait for it to be in active state.
[terragrunt] 2019/08/31 18:21:18 Looks like someone created table terragrunt_test_CbS0D6 at the same time. Will wait for it to be in active state.
[terragrunt] 2019/08/31 18:21:18 Looks like someone created table terragrunt_test_CbS0D6 at the same time. Will wait for it to be in active state.
[terragrunt] 2019/08/31 18:21:18 Looks like someone created table terragrunt_test_CbS0D6 at the same time. Will wait for it to be in active state.
[terragrunt] 2019/08/31 18:21:18 Looks like someone created table terragrunt_test_CbS0D6 at the same time. Will wait for it to be in active state.
[terragrunt] 2019/08/31 18:21:18 Looks like someone created table terragrunt_test_CbS0D6 at the same time. Will wait for it to be in active state.
[terragrunt] 2019/08/31 18:21:18 Looks like someone created table terragrunt_test_CbS0D6 at the same time. Will wait for it to be in active state.
--- PASS: TestCreateLockTableIfNecessaryTableDoesntAlreadyExist (14.24s)
[terragrunt] 2019/08/31 18:21:19 Success! Table terragrunt_test_CbS0D6 is now in active state.
--- PASS: TestCreateLockTableIfNecessaryTableAlreadyExists (14.32s)
[terragrunt] 2019/08/31 18:21:19 Success! Table terragrunt_test_CbS0D6 is now in active state.
[terragrunt] 2019/08/31 18:21:19 Success! Table terragrunt_test_CbS0D6 is now in active state.
[terragrunt] 2019/08/31 18:21:19 Success! Table terragrunt_test_CbS0D6 is now in active state.
[terragrunt] 2019/08/31 18:21:19 Success! Table terragrunt_test_CbS0D6 is now in active state.
[terragrunt] 2019/08/31 18:21:19 Success! Table terragrunt_test_CbS0D6 is now in active state.
[terragrunt] 2019/08/31 18:21:19 Success! Table terragrunt_test_CbS0D6 is now in active state.
[terragrunt] 2019/08/31 18:21:19 Success! Table terragrunt_test_CbS0D6 is now in active state.
--- PASS: TestTableTagging (14.76s)
--- PASS: TestCreateLockTableConcurrency (12.66s)
PASS
ok github.com/gruntwork-io/terragrunt/dynamodb (cached)
? github.com/gruntwork-io/terragrunt/errors [no test files]
? github.com/gruntwork-io/terragrunt/options [no test files]
=== RUN TestGCSConfigValuesEqual
=== PAUSE TestGCSConfigValuesEqual
=== RUN TestConfigValuesEqual
=== PAUSE TestConfigValuesEqual
=== RUN TestForcePathStyleClientSession
=== PAUSE TestForcePathStyleClientSession
=== RUN TestGetAwsSessionConfig
=== PAUSE TestGetAwsSessionConfig
=== RUN TestToTerraformInitArgs
=== PAUSE TestToTerraformInitArgs
=== RUN TestToTerraformInitArgsForGCS
=== PAUSE TestToTerraformInitArgsForGCS
=== RUN TestToTerraformInitArgsUnknownBackend
=== PAUSE TestToTerraformInitArgsUnknownBackend
=== RUN TestToTerraformInitArgsInitDisabled
=== PAUSE TestToTerraformInitArgsInitDisabled
=== RUN TestToTerraformInitArgsNoBackendConfigs
=== PAUSE TestToTerraformInitArgsNoBackendConfigs
=== RUN TestDiffersFrom
=== PAUSE TestDiffersFrom
=== RUN TestParseTerraformStateLocal
=== PAUSE TestParseTerraformStateLocal
=== RUN TestParseTerraformStateRemote
=== PAUSE TestParseTerraformStateRemote
=== RUN TestParseTerraformStateRemoteFull
=== PAUSE TestParseTerraformStateRemoteFull
=== RUN TestParseTerraformStateEmpty
=== PAUSE TestParseTerraformStateEmpty
=== RUN TestParseTerraformStateInvalid
=== PAUSE TestParseTerraformStateInvalid
=== CONT TestGCSConfigValuesEqual
=== CONT TestToTerraformInitArgsInitDisabled
=== CONT TestToTerraformInitArgsUnknownBackend
--- PASS: TestToTerraformInitArgsInitDisabled (0.00s)
=== CONT TestToTerraformInitArgs
--- PASS: TestToTerraformInitArgsUnknownBackend (0.00s)
=== CONT TestToTerraformInitArgsForGCS
=== RUN TestGCSConfigValuesEqual/equal-both-empty
=== PAUSE TestGCSConfigValuesEqual/equal-both-empty
=== CONT TestGetAwsSessionConfig
--- PASS: TestToTerraformInitArgsForGCS (0.00s)
=== CONT TestConfigValuesEqual
=== RUN TestGetAwsSessionConfig/all-values
=== PAUSE TestGetAwsSessionConfig/all-values
=== RUN TestGetAwsSessionConfig/no-values
=== PAUSE TestGetAwsSessionConfig/no-values
=== RUN TestGetAwsSessionConfig/extra-values
--- PASS: TestToTerraformInitArgs (0.00s)
=== CONT TestForcePathStyleClientSession
=== RUN TestConfigValuesEqual/equal-both-empty
=== PAUSE TestConfigValuesEqual/equal-both-empty
=== RUN TestGCSConfigValuesEqual/equal-empty-and-nil
=== PAUSE TestGCSConfigValuesEqual/equal-empty-and-nil
=== PAUSE TestGetAwsSessionConfig/extra-values
=== CONT TestParseTerraformStateInvalid
=== RUN TestGCSConfigValuesEqual/equal-empty-and-nil-backend-config
=== PAUSE TestGCSConfigValuesEqual/equal-empty-and-nil-backend-config
=== RUN TestGCSConfigValuesEqual/equal-one-key
=== RUN TestConfigValuesEqual/equal-empty-and-nil
=== PAUSE TestConfigValuesEqual/equal-empty-and-nil
=== PAUSE TestGCSConfigValuesEqual/equal-one-key
=== RUN TestGCSConfigValuesEqual/equal-multiple-keys
=== PAUSE TestGCSConfigValuesEqual/equal-multiple-keys
=== RUN TestGCSConfigValuesEqual/equal-encrypt-bool-handling
=== PAUSE TestGCSConfigValuesEqual/equal-encrypt-bool-handling
=== RUN TestForcePathStyleClientSession/path-style-true
=== PAUSE TestForcePathStyleClientSession/path-style-true
=== RUN TestForcePathStyleClientSession/path-style-false
=== PAUSE TestForcePathStyleClientSession/path-style-false
=== RUN TestForcePathStyleClientSession/path-style-non-existent
=== PAUSE TestForcePathStyleClientSession/path-style-non-existent
=== CONT TestParseTerraformStateRemote
--- PASS: TestParseTerraformStateInvalid (0.00s)
=== CONT TestParseTerraformStateLocal
=== RUN TestConfigValuesEqual/equal-empty-and-nil-backend-config
=== RUN TestGCSConfigValuesEqual/equal-general-bool-handling
=== PAUSE TestConfigValuesEqual/equal-empty-and-nil-backend-config
=== RUN TestConfigValuesEqual/equal-one-key
=== PAUSE TestConfigValuesEqual/equal-one-key
=== RUN TestConfigValuesEqual/equal-multiple-keys
=== PAUSE TestConfigValuesEqual/equal-multiple-keys
=== PAUSE TestGCSConfigValuesEqual/equal-general-bool-handling
--- PASS: TestParseTerraformStateLocal (0.00s)
=== RUN TestGCSConfigValuesEqual/equal-ignore-gcs-labels
--- PASS: TestParseTerraformStateRemote (0.00s)
=== PAUSE TestGCSConfigValuesEqual/equal-ignore-gcs-labels
=== CONT TestParseTerraformStateEmpty
=== RUN TestGCSConfigValuesEqual/unequal-wrong-backend
=== PAUSE TestGCSConfigValuesEqual/unequal-wrong-backend
=== RUN TestGCSConfigValuesEqual/unequal-values
=== PAUSE TestGCSConfigValuesEqual/unequal-values
=== RUN TestConfigValuesEqual/equal-encrypt-bool-handling
=== PAUSE TestConfigValuesEqual/equal-encrypt-bool-handling
=== RUN TestConfigValuesEqual/equal-general-bool-handling
--- PASS: TestParseTerraformStateEmpty (0.00s)
=== RUN TestGCSConfigValuesEqual/unequal-non-empty-config-nil
=== PAUSE TestGCSConfigValuesEqual/unequal-non-empty-config-nil
=== PAUSE TestConfigValuesEqual/equal-general-bool-handling
=== RUN TestGCSConfigValuesEqual/unequal-general-bool-handling
=== RUN TestConfigValuesEqual/equal-ignore-s3-tags
=== PAUSE TestGCSConfigValuesEqual/unequal-general-bool-handling
=== RUN TestGCSConfigValuesEqual/equal-null-ignored
=== CONT TestToTerraformInitArgsNoBackendConfigs
--- PASS: TestToTerraformInitArgsNoBackendConfigs (0.00s)
=== CONT TestDiffersFrom
=== PAUSE TestConfigValuesEqual/equal-ignore-s3-tags
=== PAUSE TestGCSConfigValuesEqual/equal-null-ignored
=== RUN TestConfigValuesEqual/equal-ignore-dynamodb-tags
=== RUN TestDiffersFrom/both_empty
=== PAUSE TestConfigValuesEqual/equal-ignore-dynamodb-tags
=== CONT TestParseTerraformStateRemoteFull
=== RUN TestConfigValuesEqual/unequal-wrong-backend
=== PAUSE TestConfigValuesEqual/unequal-wrong-backend
=== RUN TestConfigValuesEqual/unequal-values
=== PAUSE TestConfigValuesEqual/unequal-values
[terragrunt] 2019/08/31 20:05:03 Backend has not changed.
=== RUN TestConfigValuesEqual/unequal-non-empty-config-nil
=== PAUSE TestConfigValuesEqual/unequal-non-empty-config-nil
=== RUN TestConfigValuesEqual/unequal-general-bool-handling
=== PAUSE TestConfigValuesEqual/unequal-general-bool-handling
=== CONT TestGetAwsSessionConfig/all-values
=== RUN TestConfigValuesEqual/equal-null-ignored
=== RUN TestDiffersFrom/same_backend_type_value
[terragrunt] 2019/08/31 20:05:03 Backend s3 has not changed.
=== PAUSE TestConfigValuesEqual/equal-null-ignored
=== CONT TestGetAwsSessionConfig/extra-values
=== RUN TestDiffersFrom/different_backend_type_values
[terragrunt] 2019/08/31 20:05:03 Backend type has changed from s3 to atlas
--- PASS: TestParseTerraformStateRemoteFull (0.00s)
=== CONT TestForcePathStyleClientSession/path-style-true
=== CONT TestGetAwsSessionConfig/no-values
=== CONT TestForcePathStyleClientSession/path-style-non-existent
=== RUN TestDiffersFrom/identical_S3_configs
--- PASS: TestGetAwsSessionConfig (0.00s)
--- PASS: TestGetAwsSessionConfig/extra-values (0.00s)
--- PASS: TestGetAwsSessionConfig/all-values (0.00s)
--- PASS: TestGetAwsSessionConfig/no-values (0.00s)
[terragrunt] 2019/08/31 20:05:03 Backend s3 has not changed.
=== CONT TestForcePathStyleClientSession/path-style-false
=== RUN TestDiffersFrom/identical_GCS_configs
[terragrunt] 2019/08/31 20:05:03 Backend gcs has not changed.
=== RUN TestDiffersFrom/different_s3_bucket_values
[terragrunt] 2019/08/31 20:05:03 Backend config has changed from map[bucket:foo key:bar region:us-east-1] to map[bucket:different key:bar region:us-east-1]
=== RUN TestDiffersFrom/different_gcs_bucket_values
[terragrunt] 2019/08/31 20:05:03 Backend config has changed from map[bucket:foo location:europe-west3 prefix:bar project:foo-123456] to map[bucket:different location:europe-west3 prefix:bar project:foo-123456]
=== RUN TestDiffersFrom/different_s3_key_values
[terragrunt] 2019/08/31 20:05:03 Backend config has changed from map[bucket:foo key:bar region:us-east-1] to map[bucket:foo key:different region:us-east-1]
=== RUN TestDiffersFrom/different_gcs_prefix_values
[terragrunt] 2019/08/31 20:05:03 Backend config has changed from map[bucket:foo location:europe-west3 prefix:bar project:foo-123456] to map[bucket:foo location:europe-west3 prefix:different project:foo-123456]
=== RUN TestDiffersFrom/different_s3_region_values
[terragrunt] 2019/08/31 20:05:03 Backend config has changed from map[bucket:foo key:bar region:us-east-1] to map[bucket:foo key:bar region:different]
=== RUN TestDiffersFrom/different_gcs_location_values
[terragrunt] 2019/08/31 20:05:03 Backend config has changed from map[bucket:foo location:europe-west3 prefix:bar project:foo-123456] to map[bucket:foo location:different prefix:bar project:foo-123456]
=== RUN TestDiffersFrom/different_boolean_values_and_boolean_conversion
[terragrunt] 2019/08/31 20:05:03 Backend config has changed from map[something:true] to map[something:%!s(bool=false)]
=== RUN TestDiffersFrom/different_gcs_boolean_values_and_boolean_conversion
[terragrunt] 2019/08/31 20:05:03 Backend config has changed from map[something:true] to map[something:%!s(bool=false)]
=== RUN TestDiffersFrom/null_values_ignored
[terragrunt] 2019/08/31 20:05:03 Backend s3 has not changed.
=== RUN TestDiffersFrom/gcs_null_values_ignored
[terragrunt] 2019/08/31 20:05:03 Backend gcs has not changed.
--- PASS: TestDiffersFrom (0.00s)
--- PASS: TestDiffersFrom/both_empty (0.00s)
--- PASS: TestDiffersFrom/same_backend_type_value (0.00s)
--- PASS: TestDiffersFrom/different_backend_type_values (0.00s)
--- PASS: TestDiffersFrom/identical_S3_configs (0.00s)
--- PASS: TestDiffersFrom/identical_GCS_configs (0.00s)
--- PASS: TestDiffersFrom/different_s3_bucket_values (0.00s)
--- PASS: TestDiffersFrom/different_gcs_bucket_values (0.00s)
--- PASS: TestDiffersFrom/different_s3_key_values (0.00s)
--- PASS: TestDiffersFrom/different_gcs_prefix_values (0.00s)
--- PASS: TestDiffersFrom/different_s3_region_values (0.00s)
--- PASS: TestDiffersFrom/different_gcs_location_values (0.00s)
--- PASS: TestDiffersFrom/different_boolean_values_and_boolean_conversion (0.00s)
--- PASS: TestDiffersFrom/different_gcs_boolean_values_and_boolean_conversion (0.00s)
--- PASS: TestDiffersFrom/null_values_ignored (0.00s)
--- PASS: TestDiffersFrom/gcs_null_values_ignored (0.00s)
=== CONT TestGCSConfigValuesEqual/equal-both-empty
=== CONT TestGCSConfigValuesEqual/equal-null-ignored
=== CONT TestGCSConfigValuesEqual/unequal-general-bool-handling
[terragrunt] 2019/08/31 20:05:03 Backend config has changed from map[something:%!s(bool=false)] to map[something:%!s(bool=true)]
=== CONT TestGCSConfigValuesEqual/unequal-non-empty-config-nil
=== CONT TestGCSConfigValuesEqual/unequal-values
[terragrunt] 2019/08/31 20:05:03 Backend config has changed from map[foo:different] to map[foo:bar]
=== CONT TestGCSConfigValuesEqual/unequal-wrong-backend
[terragrunt] 2019/08/31 20:05:03 Backend type has changed from gcs to wrong
=== CONT TestGCSConfigValuesEqual/equal-ignore-gcs-labels
=== CONT TestGCSConfigValuesEqual/equal-general-bool-handling
=== CONT TestGCSConfigValuesEqual/equal-encrypt-bool-handling
=== CONT TestGCSConfigValuesEqual/equal-multiple-keys
=== CONT TestGCSConfigValuesEqual/equal-one-key
=== CONT TestGCSConfigValuesEqual/equal-empty-and-nil-backend-config
=== CONT TestGCSConfigValuesEqual/equal-empty-and-nil
--- PASS: TestGCSConfigValuesEqual (0.00s)
--- PASS: TestGCSConfigValuesEqual/equal-both-empty (0.00s)
--- PASS: TestGCSConfigValuesEqual/equal-null-ignored (0.00s)
--- PASS: TestGCSConfigValuesEqual/unequal-general-bool-handling (0.00s)
--- PASS: TestGCSConfigValuesEqual/unequal-non-empty-config-nil (0.00s)
--- PASS: TestGCSConfigValuesEqual/unequal-values (0.00s)
--- PASS: TestGCSConfigValuesEqual/unequal-wrong-backend (0.00s)
--- PASS: TestGCSConfigValuesEqual/equal-ignore-gcs-labels (0.00s)
--- PASS: TestGCSConfigValuesEqual/equal-general-bool-handling (0.00s)
--- PASS: TestGCSConfigValuesEqual/equal-encrypt-bool-handling (0.00s)
--- PASS: TestGCSConfigValuesEqual/equal-multiple-keys (0.00s)
--- PASS: TestGCSConfigValuesEqual/equal-one-key (0.00s)
--- PASS: TestGCSConfigValuesEqual/equal-empty-and-nil-backend-config (0.00s)
--- PASS: TestGCSConfigValuesEqual/equal-empty-and-nil (0.00s)
=== CONT TestConfigValuesEqual/equal-both-empty
=== CONT TestConfigValuesEqual/equal-ignore-s3-tags
--- PASS: TestForcePathStyleClientSession (0.00s)
--- PASS: TestForcePathStyleClientSession/path-style-non-existent (0.00s)
--- PASS: TestForcePathStyleClientSession/path-style-true (0.00s)
--- PASS: TestForcePathStyleClientSession/path-style-false (0.00s)
=== CONT TestConfigValuesEqual/equal-encrypt-bool-handling
=== CONT TestConfigValuesEqual/equal-ignore-dynamodb-tags
=== CONT TestConfigValuesEqual/equal-one-key
=== CONT TestConfigValuesEqual/equal-empty-and-nil-backend-config
=== CONT TestConfigValuesEqual/equal-null-ignored
=== CONT TestConfigValuesEqual/equal-general-bool-handling
=== CONT TestConfigValuesEqual/unequal-general-bool-handling
[terragrunt] 2019/08/31 20:05:03 Backend config has changed from map[something:%!s(bool=false)] to map[something:%!s(bool=true)]
=== CONT TestConfigValuesEqual/unequal-non-empty-config-nil
=== CONT TestConfigValuesEqual/unequal-values
=== CONT TestConfigValuesEqual/unequal-wrong-backend
[terragrunt] 2019/08/31 20:05:03 Backend config has changed from map[foo:different] to map[foo:bar]
=== CONT TestConfigValuesEqual/equal-multiple-keys
[terragrunt] 2019/08/31 20:05:03 Backend type has changed from s3 to wrong
=== CONT TestConfigValuesEqual/equal-empty-and-nil
--- PASS: TestConfigValuesEqual (0.00s)
--- PASS: TestConfigValuesEqual/equal-both-empty (0.00s)
--- PASS: TestConfigValuesEqual/equal-ignore-s3-tags (0.00s)
--- PASS: TestConfigValuesEqual/equal-encrypt-bool-handling (0.00s)
--- PASS: TestConfigValuesEqual/equal-ignore-dynamodb-tags (0.00s)
--- PASS: TestConfigValuesEqual/equal-one-key (0.00s)
--- PASS: TestConfigValuesEqual/equal-empty-and-nil-backend-config (0.00s)
--- PASS: TestConfigValuesEqual/equal-null-ignored (0.00s)
--- PASS: TestConfigValuesEqual/unequal-general-bool-handling (0.00s)
--- PASS: TestConfigValuesEqual/equal-general-bool-handling (0.00s)
--- PASS: TestConfigValuesEqual/unequal-non-empty-config-nil (0.00s)
--- PASS: TestConfigValuesEqual/unequal-values (0.00s)
--- PASS: TestConfigValuesEqual/unequal-wrong-backend (0.00s)
--- PASS: TestConfigValuesEqual/equal-multiple-keys (0.00s)
--- PASS: TestConfigValuesEqual/equal-empty-and-nil (0.00s)
PASS
ok github.com/gruntwork-io/terragrunt/remote 0.032s
=== RUN TestCommandOutputOrder
=== PAUSE TestCommandOutputOrder
=== RUN TestRunShellCommand
=== PAUSE TestRunShellCommand
=== RUN TestRunShellOutputToStderrAndStdout
=== PAUSE TestRunShellOutputToStderrAndStdout
=== RUN TestExitCodeUnix
=== PAUSE TestExitCodeUnix
=== RUN TestNewSignalsForwarderWaitUnix
=== PAUSE TestNewSignalsForwarderWaitUnix
=== RUN TestNewSignalsForwarderMultipleUnix
=== PAUSE TestNewSignalsForwarderMultipleUnix
=== CONT TestCommandOutputOrder
=== CONT TestNewSignalsForwarderWaitUnix
[terragrunt] 2019/08/31 18:21:08 Running command: ../testdata/test_outputs.sh same
=== CONT TestRunShellCommand
=== CONT TestNewSignalsForwarderMultipleUnix
[terragrunt] 2019/08/31 18:21:08 Running command: terraform --version
Terraform v0.12.7
[terragrunt] 2019/08/31 18:21:08 Running command: terraform not-a-real-command
Usage: terraform [-version] [-help] <command> [args]
The available commands for execution are listed below.
The most common, useful commands are shown first, followed by
less common or more advanced commands. If you're just getting
started with Terraform, stick with the common commands. For the
other commands, please read the help and docs before usage.
Common commands:
apply Builds or changes infrastructure
console Interactive console for Terraform interpolations
destroy Destroy Terraform-managed infrastructure
env Workspace management
fmt Rewrites config files to canonical format
get Download and install modules for the configuration
graph Create a visual graph of Terraform resources
import Import existing infrastructure into Terraform
init Initialize a Terraform working directory
output Read an output from a state file
plan Generate and show an execution plan
providers Prints a tree of the providers used in the configuration
refresh Update local state file against real resources
show Inspect Terraform state or plan
taint Manually mark a resource for recreation
untaint Manually unmark a resource as tainted
validate Validates the Terraform files
version Prints the Terraform version
workspace Workspace management
All other commands:
0.12upgrade Rewrites pre-0.12 module source code for v0.12
debug Debug output management (experimental)
force-unlock Manually unlock the terraform state
push Obsolete command for Terraform Enterprise legacy (v1)
state Advanced state management
=== CONT TestExitCodeUnix
--- PASS: TestRunShellCommand (0.14s)
--- PASS: TestExitCodeUnix (3.03s)
=== CONT TestRunShellOutputToStderrAndStdout
[terragrunt] 2019/08/31 18:21:11 Running command: terraform --version
[terragrunt] 2019/08/31 18:21:11 Running command: terraform --version
--- PASS: TestRunShellOutputToStderrAndStdout (0.10s)
--- PASS: TestCommandOutputOrder (4.08s)
--- PASS: TestNewSignalsForwarderWaitUnix (6.11s)
--- PASS: TestNewSignalsForwarderMultipleUnix (6.52s)
PASS
ok github.com/gruntwork-io/terragrunt/shell (cached)
=== RUN TestTerragruntInitHookNoSourceNoBackend
=== PAUSE TestTerragruntInitHookNoSourceNoBackend
=== RUN TestTerragruntInitHookNoSourceWithBackend
=== PAUSE TestTerragruntInitHookNoSourceWithBackend
=== RUN TestTerragruntInitHookWithSourceNoBackend
=== PAUSE TestTerragruntInitHookWithSourceNoBackend
=== RUN TestTerragruntInitHookWithSourceWithBackend
=== PAUSE TestTerragruntInitHookWithSourceWithBackend
=== RUN TestTerragruntBeforeHook
=== PAUSE TestTerragruntBeforeHook
=== RUN TestTerragruntAfterHook
=== PAUSE TestTerragruntAfterHook
=== RUN TestTerragruntBeforeAndAfterHook
=== PAUSE TestTerragruntBeforeAndAfterHook
=== RUN TestTerragruntBeforeAndAfterMergeHook
=== PAUSE TestTerragruntBeforeAndAfterMergeHook
=== RUN TestTerragruntSkipOnError
=== PAUSE TestTerragruntSkipOnError
=== RUN TestTerragruntBeforeOneArgAction
=== PAUSE TestTerragruntBeforeOneArgAction
=== RUN TestTerragruntEmptyStringCommandHook
=== PAUSE TestTerragruntEmptyStringCommandHook
=== RUN TestTerragruntEmptyCommandListHook
=== PAUSE TestTerragruntEmptyCommandListHook
=== RUN TestTerragruntHookInterpolation
=== PAUSE TestTerragruntHookInterpolation
=== RUN TestTerragruntWorksWithLocalTerraformVersion
=== PAUSE TestTerragruntWorksWithLocalTerraformVersion
=== RUN TestTerragruntWorksWithGCSBackend
=== PAUSE TestTerragruntWorksWithGCSBackend
=== RUN TestTerragruntWorksWithExistingGCSBucket
=== PAUSE TestTerragruntWorksWithExistingGCSBucket
=== RUN TestTerragruntWorksWithIncludes
=== PAUSE TestTerragruntWorksWithIncludes
=== RUN TestTerragruntReportsTerraformErrorsWithPlanAll
STDERR is [terragrunt] 2019/08/31 20:05:04 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:04 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure/missingvars to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure/missingvars/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:04 Stack at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure:
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure (excluded: false, dependencies: [])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure/missingvars (excluded: false, dependencies: [])
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure/missingvars] 2019/08/31 20:05:04 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure/missingvars must wait for 0 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure/missingvars] 2019/08/31 20:05:04 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure/missingvars now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure/missingvars] 2019/08/31 20:05:04 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure/missingvars/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure] 2019/08/31 20:05:04 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure must wait for 0 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure] 2019/08/31 20:05:04 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure] 2019/08/31 20:05:04 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure] 2019/08/31 20:05:04 Running command: terraform plan
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure/missingvars] 2019/08/31 20:05:04 Running command: terraform plan
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure] 2019/08/31 20:05:05 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure/missingvars] 2019/08/31 20:05:05 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure/missingvars has finished with an error: Hit multiple errors:
exit status 1
[terragrunt] 2019/08/31 20:05:05 Error with plan: [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure] 2019/08/31 20:05:04 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure] 2019/08/31 20:05:04 Running command: terraform init
Initializing the backend...
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] 2019/08/31 20:05:05 Error with plan: [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure/missingvars] 2019/08/31 20:05:04 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769/fixture-failure/missingvars] 2019/08/31 20:05:04 Running command: terraform init
Initializing modules...
- sub in ../submod
Initializing the backend...
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.

Error: Missing required argument
 on main.tf line 2, in module "sub":
2: module "sub" {

The argument "missingvar1" is required, but no definition was found.


Error: Missing required argument
 on main.tf line 2, in module "sub":
2: module "sub" {

The argument "missingvar2" is required, but no definition was found.

.
STDOUT is Refreshing Terraform state in-memory prior to plan...
The refreshed state will be used to calculate this plan, but will not be
persisted to local or remote state storage.

------------------------------------------------------------------------
No changes. Infrastructure is up-to-date.
This means that Terraform did not detect any differences between your
configuration and real physical resources that exist. As a result, no
actions need to be performed.
--- PASS: TestTerragruntReportsTerraformErrorsWithPlanAll (0.31s)
integration_test.go:1725: Copying fixture-failure to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test289397769
=== RUN TestTerragruntOutputAllCommand
=== PAUSE TestTerragruntOutputAllCommand
=== RUN TestTerragruntValidateAllCommand
=== PAUSE TestTerragruntValidateAllCommand
=== RUN TestTerragruntStdOut
=== PAUSE TestTerragruntStdOut
=== RUN TestTerragruntOutputAllCommandSpecificVariableIgnoreDependencyErrors
=== PAUSE TestTerragruntOutputAllCommandSpecificVariableIgnoreDependencyErrors
=== RUN TestTerragruntStackCommands
=== PAUSE TestTerragruntStackCommands
=== RUN TestLocalDownload
=== PAUSE TestLocalDownload
=== RUN TestLocalDownloadWithHiddenFolder
=== PAUSE TestLocalDownloadWithHiddenFolder
=== RUN TestLocalDownloadWithRelativePath
=== PAUSE TestLocalDownloadWithRelativePath
=== RUN TestRemoteDownload
=== PAUSE TestRemoteDownload
=== RUN TestRemoteDownloadWithRelativePath
=== PAUSE TestRemoteDownloadWithRelativePath
=== RUN TestRemoteDownloadOverride
=== PAUSE TestRemoteDownloadOverride
=== RUN TestLocalWithBackend
=== PAUSE TestLocalWithBackend
=== RUN TestLocalWithMissingBackend
=== PAUSE TestLocalWithMissingBackend
=== RUN TestRemoteWithBackend
=== PAUSE TestRemoteWithBackend
=== RUN TestRemoteWithModuleInRoot
=== PAUSE TestRemoteWithModuleInRoot
=== RUN TestExitCode
=== PAUSE TestExitCode
=== RUN TestExtraArguments
[terragrunt] 2019/08/31 20:05:05 Reading Terragrunt config file at fixture-extra-args/terragrunt.hcl
[terragrunt] [fixture-extra-args] 2019/08/31 20:05:05 Running command: terraform --version
[terragrunt] 2019/08/31 20:05:05 Skipping var-file /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-extra-args/us-east-1.tfvars as it does not exist
[terragrunt] [fixture-extra-args] 2019/08/31 20:05:05 Running command: terraform init
Initializing the backend...
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] 2019/08/31 20:05:05 Running command: terraform apply -var-file=extra.tfvars -var-file=/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-extra-args/dev.tfvars
--- PASS: TestExtraArguments (0.23s)
integration_test.go:786: 
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
test = Hello, World from dev!
=== RUN TestExtraArgumentsWithEnv
[terragrunt] 2019/08/31 20:05:05 Reading Terragrunt config file at fixture-extra-args/terragrunt.hcl
[terragrunt] [fixture-extra-args] 2019/08/31 20:05:05 Running command: terraform --version
[terragrunt] 2019/08/31 20:05:05 Skipping var-file /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-extra-args/prod.tfvars as it does not exist
[terragrunt] 2019/08/31 20:05:05 Skipping var-file /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-extra-args/us-east-1.tfvars as it does not exist
[terragrunt] [fixture-extra-args] 2019/08/31 20:05:05 Running command: terraform init
Initializing the backend...
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] 2019/08/31 20:05:05 Running command: terraform apply -var-file=extra.tfvars
--- PASS: TestExtraArgumentsWithEnv (0.15s)
integration_test.go:796: 
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
test = Hello, World!
=== RUN TestExtraArgumentsWithEnvVarBlock
[terragrunt] 2019/08/31 20:05:05 Reading Terragrunt config file at fixture-env-vars-block/terragrunt.hcl
[terragrunt] [fixture-env-vars-block] 2019/08/31 20:05:05 Running command: terraform --version
[terragrunt] [fixture-env-vars-block] 2019/08/31 20:05:05 Running command: terraform init
Initializing the backend...
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] 2019/08/31 20:05:05 Running command: terraform apply
--- PASS: TestExtraArgumentsWithEnvVarBlock (0.15s)
integration_test.go:803: 
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
test = I'm set in extra_arguments env_vars
=== RUN TestExtraArgumentsWithRegion
[terragrunt] 2019/08/31 20:05:05 Reading Terragrunt config file at fixture-extra-args/terragrunt.hcl
[terragrunt] [fixture-extra-args] 2019/08/31 20:05:05 Running command: terraform --version
[terragrunt] [fixture-extra-args] 2019/08/31 20:05:05 Running command: terraform init
Initializing the backend...
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] 2019/08/31 20:05:05 Running command: terraform apply -var-file=extra.tfvars -var-file=/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-extra-args/dev.tfvars -var-file=/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-extra-args/us-west-2.tfvars
--- PASS: TestExtraArgumentsWithRegion (0.17s)
integration_test.go:813: 
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
test = Hello, World from Oregon!
=== RUN TestPriorityOrderOfArgument
[terragrunt] 2019/08/31 20:05:05 Reading Terragrunt config file at fixture-extra-args/terragrunt.hcl
[terragrunt] [fixture-extra-args] 2019/08/31 20:05:05 Running command: terraform --version
[terragrunt] 2019/08/31 20:05:05 Skipping var-file /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-extra-args/us-east-1.tfvars as it does not exist
[terragrunt] [fixture-extra-args] 2019/08/31 20:05:05 Running command: terraform init
Initializing the backend...
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] 2019/08/31 20:05:05 Running command: terraform apply -var extra_var=Injected-directly-by-argument -var-file=extra.tfvars -var-file=/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-extra-args/dev.tfvars
--- FAIL: TestPriorityOrderOfArgument (0.19s)
integration_test.go:822: 
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
test = Hello, World from dev!
integration_test.go:825:
Error Trace: integration_test.go:825
Error: "
Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
test = Hello, World from dev!
" does not contain "test = Injected-directly-by-argument"
Test: TestPriorityOrderOfArgument
=== RUN TestAutoRetryBasicRerun
=== PAUSE TestAutoRetryBasicRerun
=== RUN TestAutoRetrySkip
=== PAUSE TestAutoRetrySkip
=== RUN TestAutoRetryExhaustRetries
=== PAUSE TestAutoRetryExhaustRetries
=== RUN TestAutoRetryFlagWithRecoverableError
=== PAUSE TestAutoRetryFlagWithRecoverableError
=== RUN TestAutoRetryEnvVarWithRecoverableError
[terragrunt] 2019/08/31 20:05:05 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test022832084/fixture-auto-retry/re-run/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test022832084/fixture-auto-retry/re-run] 2019/08/31 20:05:05 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test022832084/fixture-auto-retry/re-run] 2019/08/31 20:05:05 Running command: terraform init
Initializing the backend...
Initializing provider plugins...
- Checking for available provider plugins...
- Downloading plugin for provider "null" (terraform-providers/null) 2.1.2...
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.null: version = "~> 2.1"
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] 2019/08/31 20:05:18 Running command: terraform apply --auto-approve

Error: Error running command 'if [[ -f touched ]]; then exit 0; else echo 'Failed to load backend: Error configuring the backend 's3': RequestError: send request failed caused by: Post https://sts.amazonaws.com/: net/http: TLS handshake timeout' && touch touched && exit 1; fi': exit status 1. Output: Failed to load backend: Error configuring the backend s3: RequestError: send request failed caused by: Post https://sts.amazonaws.com/: net/http: TLS handshake timeout


--- PASS: TestAutoRetryEnvVarWithRecoverableError (13.26s)
integration_test.go:1725: Copying fixture-auto-retry/re-run to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test022832084
=== RUN TestAutoRetryApplyAllDependentModuleRetries
=== PAUSE TestAutoRetryApplyAllDependentModuleRetries
=== RUN TestTerraformCommandCliArgs
=== PAUSE TestTerraformCommandCliArgs
=== RUN TestTerraformSubcommandCliArgs
=== PAUSE TestTerraformSubcommandCliArgs
=== RUN TestPreventDestroy
=== PAUSE TestPreventDestroy
=== RUN TestPreventDestroyDependencies
=== PAUSE TestPreventDestroyDependencies
=== RUN TestInputsPassedThroughCorrectly
=== PAUSE TestInputsPassedThroughCorrectly
=== RUN TestLocalsParsing
=== PAUSE TestLocalsParsing
=== RUN TestLocalsInInclude
=== PAUSE TestLocalsInInclude
=== RUN TestUndefinedLocalsReferenceBreaks
=== PAUSE TestUndefinedLocalsReferenceBreaks
=== RUN TestUndefinedLocalsReferenceToInputsBreaks
=== PAUSE TestUndefinedLocalsReferenceToInputsBreaks
=== RUN TestPreventDestroyDependenciesIncludedConfig
=== PAUSE TestPreventDestroyDependenciesIncludedConfig
=== RUN TestExcludeDirs
=== PAUSE TestExcludeDirs
=== RUN TestIncludeDirs
=== PAUSE TestIncludeDirs
=== RUN TestTerragruntExternalDependencies
=== PAUSE TestTerragruntExternalDependencies
=== RUN TestTerragruntExcludeExternalDependencies
=== PAUSE TestTerragruntExcludeExternalDependencies
=== RUN TestApplySkipTrue
=== PAUSE TestApplySkipTrue
=== RUN TestApplySkipFalse
=== PAUSE TestApplySkipFalse
=== RUN TestApplyAllSkipTrue
=== PAUSE TestApplyAllSkipTrue
=== RUN TestApplyAllSkipFalse
=== PAUSE TestApplyAllSkipFalse
=== RUN TestTerragruntInfo
=== PAUSE TestTerragruntInfo
=== RUN TestYamlDecodeRegressions
=== PAUSE TestYamlDecodeRegressions
=== RUN TestDependencyOutput
=== PAUSE TestDependencyOutput
=== RUN TestDependencyOutputTypeConversion
=== PAUSE TestDependencyOutputTypeConversion
=== RUN TestLocalWithRelativeExtraArgsUnix
=== PAUSE TestLocalWithRelativeExtraArgsUnix
=== CONT TestTerragruntInitHookNoSourceNoBackend
=== CONT TestExcludeDirs
=== CONT TestLocalDownloadWithHiddenFolder
=== CONT TestLocalDownloadWithRelativePath
[terragrunt] 2019/08/31 20:05:19 Reading Terragrunt config file at fixture-download/local-with-hidden-folder/terragrunt.hcl
[terragrunt] 2019/08/31 20:05:19 Reading Terragrunt config file at fixture-download/local-relative/terragrunt.hcl
[terragrunt] [fixture-download/local-relative] 2019/08/31 20:05:19 Running command: terraform --version
[terragrunt] [fixture-download/local-with-hidden-folder] 2019/08/31 20:05:19 Running command: terraform --version
[terragrunt] 2019/08/31 20:05:19 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
[terragrunt] 2019/08/31 20:05:19 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-hidden-folder/.terragrunt-cache/HHLsIRCjVwzyW0VU1J8GPFf2e5Y/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:05:19 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-relative/.terragrunt-cache/1bPcHbu8ZRaIh9edo9l9MQ0aavc/0Qg5IKXXsF-9o8B5CDH69um2mKI
[terragrunt] 2019/08/31 20:05:19 Copying files from fixture-download/local-with-hidden-folder into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-hidden-folder/.terragrunt-cache/HHLsIRCjVwzyW0VU1J8GPFf2e5Y/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:05:19 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-hidden-folder/.terragrunt-cache/HHLsIRCjVwzyW0VU1J8GPFf2e5Y/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:05:19 Running command: terraform apply
[terragrunt] 2019/08/31 20:05:19 Copying files from fixture-download/local-relative into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-relative/.terragrunt-cache/1bPcHbu8ZRaIh9edo9l9MQ0aavc/0Qg5IKXXsF-9o8B5CDH69um2mKI/relative
[terragrunt] 2019/08/31 20:05:19 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-relative/.terragrunt-cache/1bPcHbu8ZRaIh9edo9l9MQ0aavc/0Qg5IKXXsF-9o8B5CDH69um2mKI/relative
[terragrunt] 2019/08/31 20:05:19 Running command: terraform apply
module.remote.data.template_file.test: Refreshing state...
data.template_file.test: Refreshing state...
module.foo.data.template_file.test: Refreshing state...
module.foo.module.remote.data.template_file.test: Refreshing state...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
test = Hello, World
[terragrunt] 2019/08/31 20:05:21 Reading Terragrunt config file at fixture-download/local-with-hidden-folder/terragrunt.hcl
[terragrunt] [fixture-download/local-with-hidden-folder] 2019/08/31 20:05:21 Running command: terraform --version
[terragrunt] 2019/08/31 20:05:21 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
[terragrunt] 2019/08/31 20:05:21 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-hidden-folder/.terragrunt-cache/HHLsIRCjVwzyW0VU1J8GPFf2e5Y/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:05:21 Copying files from fixture-download/local-with-hidden-folder into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-hidden-folder/.terragrunt-cache/HHLsIRCjVwzyW0VU1J8GPFf2e5Y/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:05:21 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-hidden-folder/.terragrunt-cache/HHLsIRCjVwzyW0VU1J8GPFf2e5Y/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:05:21 Running command: terraform apply

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
test = Hello, World
[terragrunt] 2019/08/31 20:05:21 Reading Terragrunt config file at fixture-download/local-relative/terragrunt.hcl
[terragrunt] [fixture-download/local-relative] 2019/08/31 20:05:21 Running command: terraform --version
[terragrunt] 2019/08/31 20:05:21 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-relative/.terragrunt-cache/1bPcHbu8ZRaIh9edo9l9MQ0aavc/0Qg5IKXXsF-9o8B5CDH69um2mKI
[terragrunt] 2019/08/31 20:05:21 Copying files from fixture-download/local-relative into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-relative/.terragrunt-cache/1bPcHbu8ZRaIh9edo9l9MQ0aavc/0Qg5IKXXsF-9o8B5CDH69um2mKI/relative
[terragrunt] 2019/08/31 20:05:21 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-relative/.terragrunt-cache/1bPcHbu8ZRaIh9edo9l9MQ0aavc/0Qg5IKXXsF-9o8B5CDH69um2mKI/relative
[terragrunt] 2019/08/31 20:05:21 Running command: terraform apply
module.remote.data.template_file.test: Refreshing state...
data.template_file.test: Refreshing state...
module.foo.module.remote.data.template_file.test: Refreshing state...
module.foo.data.template_file.test: Refreshing state...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
test = Hello, World
--- PASS: TestLocalDownloadWithHiddenFolder (4.12s)
=== CONT TestLocalWithMissingBackend

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
test = Hello, World
=== CONT TestLocalWithBackend
--- PASS: TestLocalDownloadWithRelativePath (4.20s)
[terragrunt] 2019/08/31 20:05:23 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535257126/fixture-download/local-with-missing-backend/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535257126/fixture-download/local-with-missing-backend] 2019/08/31 20:05:23 Running command: terraform --version
[terragrunt] 2019/08/31 20:05:23 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend] 2019/08/31 20:05:23 Running command: terraform --version
[terragrunt] 2019/08/31 20:05:23 WARNING: no double-slash (//) found in source URL /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535257126/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
[terragrunt] 2019/08/31 20:05:23 Downloading Terraform configurations from file:///var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535257126/fixture-download/hello-world into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535257126/fixture-download/local-with-missing-backend/.terragrunt-cache/VWvzX8MyMX0bZRAHo-1MJ3eNOXQ/dEouCx1lYSdo0jMK_U9ifhqtkCI
[terragrunt] 2019/08/31 20:05:23 Copying files from /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535257126/fixture-download/local-with-missing-backend into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535257126/fixture-download/local-with-missing-backend/.terragrunt-cache/VWvzX8MyMX0bZRAHo-1MJ3eNOXQ/dEouCx1lYSdo0jMK_U9ifhqtkCI
[terragrunt] 2019/08/31 20:05:23 Setting working directory to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535257126/fixture-download/local-with-missing-backend/.terragrunt-cache/VWvzX8MyMX0bZRAHo-1MJ3eNOXQ/dEouCx1lYSdo0jMK_U9ifhqtkCI
--- PASS: TestLocalWithMissingBackend (0.16s)
integration_test.go:1725: Copying fixture-download to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535257126
=== CONT TestRemoteDownloadOverride
[terragrunt] 2019/08/31 20:05:23 Reading Terragrunt config file at fixture-download/override/terragrunt.hcl
[terragrunt] [fixture-download/override] 2019/08/31 20:05:23 Running command: terraform --version
[terragrunt] 2019/08/31 20:05:23 WARNING: no double-slash (//) found in source URL /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/hello-world-with-backend. Relative paths in downloaded Terraform code may not work.
[terragrunt] 2019/08/31 20:05:23 Downloading Terraform configurations from file:///var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/hello-world-with-backend into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend/.terragrunt-cache/klcZH_WU-y6eLTgOgMOn6HLm-LA/Mscz23cxI9cHAxYuIWxRpDGV5LI
[terragrunt] 2019/08/31 20:05:23 Copying files from /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend/.terragrunt-cache/klcZH_WU-y6eLTgOgMOn6HLm-LA/Mscz23cxI9cHAxYuIWxRpDGV5LI
[terragrunt] 2019/08/31 20:05:23 Setting working directory to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend/.terragrunt-cache/klcZH_WU-y6eLTgOgMOn6HLm-LA/Mscz23cxI9cHAxYuIWxRpDGV5LI
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend] 2019/08/31 20:05:23 Initializing remote state for the s3 backend
[terragrunt] 2019/08/31 20:05:23 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
[terragrunt] 2019/08/31 20:05:23 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/override/.terragrunt-cache/FFx-Hn61GMNGow2AWsEuUVCzhPc/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:05:23 Copying files from fixture-download/override into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/override/.terragrunt-cache/FFx-Hn61GMNGow2AWsEuUVCzhPc/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:05:23 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/override/.terragrunt-cache/FFx-Hn61GMNGow2AWsEuUVCzhPc/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:05:23 Running command: terraform apply
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend] 2019/08/31 20:05:24 [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend] Remote state S3 bucket terragrunt-test-bucket-8roi5p does not exist or you don't have permissions to access it. Would you like Terragrunt to create it? (y/n)
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend] 2019/08/31 20:05:24
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend] 2019/08/31 20:05:24 The non-interactive flag is set to true, so assuming 'yes' for all prompts
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend] 2019/08/31 20:05:24 Create S3 bucket terragrunt-test-bucket-8roi5p
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend] 2019/08/31 20:05:24 Creating S3 bucket terragrunt-test-bucket-8roi5p
module.remote.data.template_file.test: Refreshing state...
data.template_file.test: Refreshing state...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend] 2019/08/31 20:05:24 Waiting for bucket terragrunt-test-bucket-8roi5p to be created
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend] 2019/08/31 20:05:24 S3 bucket terragrunt-test-bucket-8roi5p created.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend] 2019/08/31 20:05:24 Blocking all public access to S3 bucket terragrunt-test-bucket-8roi5p
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend] 2019/08/31 20:05:25 No tags specified for bucket terragrunt-test-bucket-8roi5p.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend] 2019/08/31 20:05:25 Enabling versioning on S3 bucket terragrunt-test-bucket-8roi5p

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
test = Hello, World
[terragrunt] 2019/08/31 20:05:25 Reading Terragrunt config file at fixture-download/override/terragrunt.hcl
[terragrunt] [fixture-download/override] 2019/08/31 20:05:25 Running command: terraform --version
[terragrunt] 2019/08/31 20:05:25 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
[terragrunt] 2019/08/31 20:05:25 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/override/.terragrunt-cache/FFx-Hn61GMNGow2AWsEuUVCzhPc/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:05:25 Copying files from fixture-download/override into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/override/.terragrunt-cache/FFx-Hn61GMNGow2AWsEuUVCzhPc/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:05:25 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/override/.terragrunt-cache/FFx-Hn61GMNGow2AWsEuUVCzhPc/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:05:25 Running command: terraform apply
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend] 2019/08/31 20:05:25 Enabling bucket-wide SSE on AWS S3 bucket terragrunt-test-bucket-8roi5p
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend] 2019/08/31 20:05:25 Granting WRITE and READ_ACP permissions to S3 Log Delivery (http://acs.amazonaws.com/groups/s3/LogDelivery) for bucket terragrunt-test-bucket-8roi5p. This is required for access logging.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend] 2019/08/31 20:05:25 Waiting for ACL bucket terragrunt-test-bucket-8roi5p to have the updated ACL for access logging.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend] 2019/08/31 20:05:25 Bucket terragrunt-test-bucket-8roi5p now has the proper ACL permissions for access logging!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend] 2019/08/31 20:05:25 Enabling bucket-wide Access Logging on AWS S3 bucket "terragrunt-test-bucket-8roi5p" - using as TargetBucket "terragrunt-test-bucket-8roi5p"
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend] 2019/08/31 20:05:26 Lock table terragrunt-lock-table-1efqbv does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend] 2019/08/31 20:05:26 Creating table terragrunt-lock-table-1efqbv in DynamoDB
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend] 2019/08/31 20:05:26 Table terragrunt-lock-table-1efqbv is not yet in active state. Will check again after 10s.
--- PASS: TestTerragruntInitHookNoSourceNoBackend (7.60s)
integration_test.go:1725: Copying fixture-hooks/init-once to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test091923235
=== CONT TestRemoteDownloadWithRelativePath
[terragrunt] 2019/08/31 20:05:26 Reading Terragrunt config file at fixture-download/remote-relative/terragrunt.hcl
[terragrunt] [fixture-download/remote-relative] 2019/08/31 20:05:26 Running command: terraform --version
[terragrunt] 2019/08/31 20:05:26 Terraform files in /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/remote-relative/.terragrunt-cache/wgcCECSfBWq0s-Pi_PqHyOrx7mE/p_piCTTWVab2Hmnj1OtnAruj8J4/test/fixture-download/relative are up to date. Will not download again.
[terragrunt] 2019/08/31 20:05:26 Copying files from fixture-download/remote-relative into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/remote-relative/.terragrunt-cache/wgcCECSfBWq0s-Pi_PqHyOrx7mE/p_piCTTWVab2Hmnj1OtnAruj8J4/test/fixture-download/relative
[terragrunt] 2019/08/31 20:05:26 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/remote-relative/.terragrunt-cache/wgcCECSfBWq0s-Pi_PqHyOrx7mE/p_piCTTWVab2Hmnj1OtnAruj8J4/test/fixture-download/relative
[terragrunt] 2019/08/31 20:05:26 Running command: terraform apply
module.remote.data.template_file.test: Refreshing state...
data.template_file.test: Refreshing state...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
test = Hello, World
--- PASS: TestRemoteDownloadOverride (4.06s)
=== CONT TestRemoteDownload
[terragrunt] 2019/08/31 20:05:27 Reading Terragrunt config file at fixture-download/remote/terragrunt.hcl
[terragrunt] [fixture-download/remote] 2019/08/31 20:05:27 Running command: terraform --version
[terragrunt] 2019/08/31 20:05:27 Terraform files in /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/remote/.terragrunt-cache/fE1cFcVvvehp2QNDJRIE5Ydvpaw/p_piCTTWVab2Hmnj1OtnAruj8J4/test/fixture-download/hello-world are up to date. Will not download again.
[terragrunt] 2019/08/31 20:05:27 Copying files from fixture-download/remote into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/remote/.terragrunt-cache/fE1cFcVvvehp2QNDJRIE5Ydvpaw/p_piCTTWVab2Hmnj1OtnAruj8J4/test/fixture-download/hello-world
[terragrunt] 2019/08/31 20:05:27 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/remote/.terragrunt-cache/fE1cFcVvvehp2QNDJRIE5Ydvpaw/p_piCTTWVab2Hmnj1OtnAruj8J4/test/fixture-download/hello-world
[terragrunt] 2019/08/31 20:05:27 Running command: terraform apply
module.foo.data.template_file.test: Refreshing state...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
test = Hello, World
[terragrunt] 2019/08/31 20:05:28 Reading Terragrunt config file at fixture-download/remote-relative/terragrunt.hcl
[terragrunt] [fixture-download/remote-relative] 2019/08/31 20:05:28 Running command: terraform --version
[terragrunt] 2019/08/31 20:05:29 Terraform files in /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/remote-relative/.terragrunt-cache/wgcCECSfBWq0s-Pi_PqHyOrx7mE/p_piCTTWVab2Hmnj1OtnAruj8J4/test/fixture-download/relative are up to date. Will not download again.
[terragrunt] 2019/08/31 20:05:29 Copying files from fixture-download/remote-relative into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/remote-relative/.terragrunt-cache/wgcCECSfBWq0s-Pi_PqHyOrx7mE/p_piCTTWVab2Hmnj1OtnAruj8J4/test/fixture-download/relative
[terragrunt] 2019/08/31 20:05:29 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/remote-relative/.terragrunt-cache/wgcCECSfBWq0s-Pi_PqHyOrx7mE/p_piCTTWVab2Hmnj1OtnAruj8J4/test/fixture-download/relative
[terragrunt] 2019/08/31 20:05:29 Running command: terraform apply
data.template_file.test: Refreshing state...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
test = Hello, World
[terragrunt] 2019/08/31 20:05:29 Reading Terragrunt config file at fixture-download/remote/terragrunt.hcl
[terragrunt] [fixture-download/remote] 2019/08/31 20:05:29 Running command: terraform --version
[terragrunt] 2019/08/31 20:05:29 Terraform files in /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/remote/.terragrunt-cache/fE1cFcVvvehp2QNDJRIE5Ydvpaw/p_piCTTWVab2Hmnj1OtnAruj8J4/test/fixture-download/hello-world are up to date. Will not download again.
[terragrunt] 2019/08/31 20:05:29 Copying files from fixture-download/remote into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/remote/.terragrunt-cache/fE1cFcVvvehp2QNDJRIE5Ydvpaw/p_piCTTWVab2Hmnj1OtnAruj8J4/test/fixture-download/hello-world
[terragrunt] 2019/08/31 20:05:29 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/remote/.terragrunt-cache/fE1cFcVvvehp2QNDJRIE5Ydvpaw/p_piCTTWVab2Hmnj1OtnAruj8J4/test/fixture-download/hello-world
[terragrunt] 2019/08/31 20:05:29 Running command: terraform apply
module.foo.data.template_file.test: Refreshing state...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
test = Hello, World
=== CONT TestTerragruntHookInterpolation
--- PASS: TestRemoteDownloadWithRelativePath (3.53s)
data.template_file.test: Refreshing state...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
test = Hello, World
=== CONT TestLocalDownload
--- PASS: TestRemoteDownload (3.31s)
[terragrunt] 2019/08/31 20:05:30 Reading Terragrunt config file at fixture-download/local/terragrunt.hcl
[terragrunt] [fixture-download/local] 2019/08/31 20:05:30 Running command: terraform --version
[terragrunt] 2019/08/31 20:05:30 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
[terragrunt] 2019/08/31 20:05:30 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local/.terragrunt-cache/CjALZw78Mx0RcN1XA_vUrM-TkRE/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:05:30 Copying files from fixture-download/local into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local/.terragrunt-cache/CjALZw78Mx0RcN1XA_vUrM-TkRE/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:05:30 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local/.terragrunt-cache/CjALZw78Mx0RcN1XA_vUrM-TkRE/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:05:30 Running command: terraform apply
module.remote.data.template_file.test: Refreshing state...
data.template_file.test: Refreshing state...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
test = Hello, World
[terragrunt] 2019/08/31 20:05:32 Reading Terragrunt config file at fixture-download/local/terragrunt.hcl
[terragrunt] [fixture-download/local] 2019/08/31 20:05:32 Running command: terraform --version
[terragrunt] 2019/08/31 20:05:32 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
[terragrunt] 2019/08/31 20:05:32 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local/.terragrunt-cache/CjALZw78Mx0RcN1XA_vUrM-TkRE/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:05:32 Copying files from fixture-download/local into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local/.terragrunt-cache/CjALZw78Mx0RcN1XA_vUrM-TkRE/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:05:32 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local/.terragrunt-cache/CjALZw78Mx0RcN1XA_vUrM-TkRE/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:05:32 Running command: terraform apply
data.template_file.test: Refreshing state...
module.remote.data.template_file.test: Refreshing state...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
test = Hello, World
--- PASS: TestLocalDownload (2.68s)
=== CONT TestTerragruntStackCommands
[terragrunt] 2019/08/31 20:05:33 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:33 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:33 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:33 Stack at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt:
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key (excluded: false, dependencies: [])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc (excluded: false, dependencies: [])
[terragrunt] 2019/08/31 20:05:33 [terragrunt] Are you sure you want to run 'terragrunt apply' in each folder of the stack described above? (y/n)
[terragrunt] 2019/08/31 20:05:33
[terragrunt] 2019/08/31 20:05:33 The non-interactive flag is set to true, so assuming 'yes' for all prompts
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:33 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc must wait for 0 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:33 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:33 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:05:33 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key must wait for 0 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:05:33 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:05:33 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:05:33 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host must wait for 2 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:33 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:05:33 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:05:33 Initializing remote state for the s3 backend
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:33 Initializing remote state for the s3 backend
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:33 [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] Remote state S3 bucket terragrunt-test-bucket-o41qlf does not exist or you don't have permissions to access it. Would you like Terragrunt to create it? (y/n)
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:33
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:33 The non-interactive flag is set to true, so assuming 'yes' for all prompts
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:33 Create S3 bucket terragrunt-test-bucket-o41qlf
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:33 Creating S3 bucket terragrunt-test-bucket-o41qlf
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:05:33 [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] Remote state S3 bucket terragrunt-test-bucket-o41qlf does not exist or you don't have permissions to access it. Would you like Terragrunt to create it? (y/n)
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:05:33
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:05:33 The non-interactive flag is set to true, so assuming 'yes' for all prompts
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:05:33 Create S3 bucket terragrunt-test-bucket-o41qlf
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:05:33 Creating S3 bucket terragrunt-test-bucket-o41qlf
--- PASS: TestTerragruntHookInterpolation (3.76s)
integration_test.go:1725: Copying fixture-hooks/interpolations to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test132133960
=== CONT TestTerragruntOutputAllCommandSpecificVariableIgnoreDependencyErrors
[terragrunt] 2019/08/31 20:05:34 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app1 to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app1/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:34 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app2 to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app2/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:34 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3 to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:34 Stack at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1:
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app1 (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app2 (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app1])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3 (excluded: false, dependencies: [])
[terragrunt] 2019/08/31 20:05:34 [terragrunt] Are you sure you want to run 'terragrunt apply' in each folder of the stack described above? (y/n)
[terragrunt] 2019/08/31 20:05:34
[terragrunt] 2019/08/31 20:05:34 The non-interactive flag is set to true, so assuming 'yes' for all prompts
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3] 2019/08/31 20:05:34 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3 must wait for 0 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3] 2019/08/31 20:05:34 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3 now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3] 2019/08/31 20:05:34 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app1] 2019/08/31 20:05:34 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app1 must wait for 1 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app2] 2019/08/31 20:05:34 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app2 must wait for 2 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3] 2019/08/31 20:05:34 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3] 2019/08/31 20:05:34 Initializing remote state for the s3 backend
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:05:34 Looks like someone is creating bucket terragrunt-test-bucket-o41qlf at the same time. Will not attempt to create it again.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:05:34 Waiting for bucket terragrunt-test-bucket-o41qlf to be created
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3] 2019/08/31 20:05:34 [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3] Remote state S3 bucket terragrunt-test-bucket-k68nh3 does not exist or you don't have permissions to access it. Would you like Terragrunt to create it? (y/n)
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3] 2019/08/31 20:05:34
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3] 2019/08/31 20:05:34 The non-interactive flag is set to true, so assuming 'yes' for all prompts
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3] 2019/08/31 20:05:34 Create S3 bucket terragrunt-test-bucket-k68nh3
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3] 2019/08/31 20:05:34 Creating S3 bucket terragrunt-test-bucket-k68nh3
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:05:34 S3 bucket terragrunt-test-bucket-o41qlf has not been created yet. Sleeping for 5s and will check again.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:34 Waiting for bucket terragrunt-test-bucket-o41qlf to be created
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:34 S3 bucket terragrunt-test-bucket-o41qlf created.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:34 Blocking all public access to S3 bucket terragrunt-test-bucket-o41qlf
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:35 No tags specified for bucket terragrunt-test-bucket-o41qlf.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:35 Enabling versioning on S3 bucket terragrunt-test-bucket-o41qlf
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3] 2019/08/31 20:05:35 Waiting for bucket terragrunt-test-bucket-k68nh3 to be created
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3] 2019/08/31 20:05:35 S3 bucket terragrunt-test-bucket-k68nh3 created.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3] 2019/08/31 20:05:35 Blocking all public access to S3 bucket terragrunt-test-bucket-k68nh3
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:35 Enabling bucket-wide SSE on AWS S3 bucket terragrunt-test-bucket-o41qlf
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3] 2019/08/31 20:05:35 No tags specified for bucket terragrunt-test-bucket-k68nh3.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3] 2019/08/31 20:05:35 Enabling versioning on S3 bucket terragrunt-test-bucket-k68nh3
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3] 2019/08/31 20:05:35 Enabling bucket-wide SSE on AWS S3 bucket terragrunt-test-bucket-k68nh3
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:36 Granting WRITE and READ_ACP permissions to S3 Log Delivery (http://acs.amazonaws.com/groups/s3/LogDelivery) for bucket terragrunt-test-bucket-o41qlf. This is required for access logging.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:36 Waiting for ACL bucket terragrunt-test-bucket-o41qlf to have the updated ACL for access logging.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3] 2019/08/31 20:05:36 Granting WRITE and READ_ACP permissions to S3 Log Delivery (http://acs.amazonaws.com/groups/s3/LogDelivery) for bucket terragrunt-test-bucket-k68nh3. This is required for access logging.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:36 Bucket terragrunt-test-bucket-o41qlf now has the proper ACL permissions for access logging!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:36 Enabling bucket-wide Access Logging on AWS S3 bucket "terragrunt-test-bucket-o41qlf" - using as TargetBucket "terragrunt-test-bucket-o41qlf"
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend] 2019/08/31 20:05:36 Success! Table terragrunt-lock-table-1efqbv is now in active state.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend] 2019/08/31 20:05:36 No tags for lock table given.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend] 2019/08/31 20:05:36 Running command: terraform init -backend-config=region=us-west-2 -backend-config=bucket=terragrunt-test-bucket-8roi5p -backend-config=dynamodb_table=terragrunt-lock-table-1efqbv -backend-config=encrypt=true -backend-config=key=terraform.tfstate
Initializing the backend...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3] 2019/08/31 20:05:36 Waiting for ACL bucket terragrunt-test-bucket-k68nh3 to have the updated ACL for access logging.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3] 2019/08/31 20:05:37 Bucket terragrunt-test-bucket-k68nh3 now has the proper ACL permissions for access logging!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3] 2019/08/31 20:05:37 Enabling bucket-wide Access Logging on AWS S3 bucket "terragrunt-test-bucket-k68nh3" - using as TargetBucket "terragrunt-test-bucket-k68nh3"
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:37 Lock table terragrunt-test-locks-ijyqsk does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:37 Creating table terragrunt-test-locks-ijyqsk in DynamoDB
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:37 Table terragrunt-test-locks-ijyqsk is not yet in active state. Will check again after 10s.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3] 2019/08/31 20:05:37 Running command: terraform init -backend-config=bucket=terragrunt-test-bucket-k68nh3 -backend-config=encrypt=true -backend-config=key=env1/app3/terraform.tfstate -backend-config=region=us-west-2
Initializing the backend...

Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.

Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.
Initializing provider plugins...
- Checking for available provider plugins...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:05:39 S3 bucket terragrunt-test-bucket-o41qlf created.
- Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:05:39 Lock table terragrunt-test-locks-ijyqsk does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:05:39 Creating table terragrunt-test-locks-ijyqsk in DynamoDB
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3] 2019/08/31 20:05:39 Running command: terraform apply -input=false -auto-approve
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:05:39 Looks like someone created table terragrunt-test-locks-ijyqsk at the same time. Will wait for it to be in active state.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:05:39 Table terragrunt-test-locks-ijyqsk is not yet in active state. Will check again after 10s.

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
app3_text = app3 output
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3] 2019/08/31 20:05:42 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3 has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app1] 2019/08/31 20:05:42 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3 of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app1 just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app1 must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app1] 2019/08/31 20:05:42 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app1 now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app1] 2019/08/31 20:05:42 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app1/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app2] 2019/08/31 20:05:42 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app3 of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app2 just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app2 must wait on 1 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app1] 2019/08/31 20:05:42 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app1] 2019/08/31 20:05:42 Initializing remote state for the s3 backend
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app1] 2019/08/31 20:05:42 Running command: terraform init -backend-config=bucket=terragrunt-test-bucket-k68nh3 -backend-config=encrypt=true -backend-config=key=env1/app1/terraform.tfstate -backend-config=region=us-west-2
Initializing the backend...
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.template: version = "~> 2.1"
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] 2019/08/31 20:05:42 Running command: terraform apply

Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app1] 2019/08/31 20:05:44 Running command: terraform apply -input=false -auto-approve
data.template_file.test: Refreshing state...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
app1_text = app1 output
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app1] 2019/08/31 20:05:46 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app1 has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app2] 2019/08/31 20:05:46 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app1 of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app2 just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app2 must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app2] 2019/08/31 20:05:46 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app2 now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app2] 2019/08/31 20:05:46 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app2/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app2] 2019/08/31 20:05:46 Running command: terraform --version

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app2] 2019/08/31 20:05:46 Initializing remote state for the s3 backend
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app2] 2019/08/31 20:05:46 Running command: terraform init -backend-config=key=env1/app2/terraform.tfstate -backend-config=region=us-west-2 -backend-config=bucket=terragrunt-test-bucket-k68nh3 -backend-config=encrypt=true
Initializing the backend...
Releasing state lock. This may take a few moments...

Outputs:
test = hello, World
[terragrunt] 2019/08/31 20:05:46 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend] 2019/08/31 20:05:46 Running command: terraform --version
[terragrunt] 2019/08/31 20:05:46 WARNING: no double-slash (//) found in source URL /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/hello-world-with-backend. Relative paths in downloaded Terraform code may not work.
[terragrunt] 2019/08/31 20:05:46 Downloading Terraform configurations from file:///var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/hello-world-with-backend into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend/.terragrunt-cache/klcZH_WU-y6eLTgOgMOn6HLm-LA/Mscz23cxI9cHAxYuIWxRpDGV5LI
[terragrunt] 2019/08/31 20:05:46 Copying files from /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend/.terragrunt-cache/klcZH_WU-y6eLTgOgMOn6HLm-LA/Mscz23cxI9cHAxYuIWxRpDGV5LI
[terragrunt] 2019/08/31 20:05:46 Setting working directory to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053/fixture-download/local-with-backend/.terragrunt-cache/klcZH_WU-y6eLTgOgMOn6HLm-LA/Mscz23cxI9cHAxYuIWxRpDGV5LI
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:47 Success! Table terragrunt-test-locks-ijyqsk is now in active state.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:47 No tags for lock table given.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:47 Running command: terraform init -backend-config=bucket=terragrunt-test-bucket-o41qlf -backend-config=encrypt=true -backend-config=key=mgmt/vpc/terraform.tfstate -backend-config=lock_table=terragrunt-test-locks-ijyqsk -backend-config=region=us-west-2
Initializing the backend...
[terragrunt] 2019/08/31 20:05:47 Running command: terraform apply

Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app2] 2019/08/31 20:05:47 Running command: terraform apply -input=false -auto-approve

Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.
Initializing provider plugins...
- Checking for available provider plugins...
- Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
data.template_file.test: Refreshing state...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:05:49 Success! Table terragrunt-test-locks-ijyqsk is now in active state.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:05:49 Running command: terraform init -backend-config=region=us-west-2 -backend-config=bucket=terragrunt-test-bucket-o41qlf -backend-config=encrypt=true -backend-config=key=mgmt/kms-master-key/terraform.tfstate -backend-config=lock_table=terragrunt-test-locks-ijyqsk

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
Initializing the backend...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
app2_text = app2 output
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app2] 2019/08/31 20:05:49 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914/fixture-output-all/env1/app2 has finished successfully!
Releasing state lock. This may take a few moments...

Outputs:
test = hello, World

Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.
Initializing provider plugins...
- Checking for available provider plugins...
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.template: version = "~> 2.1"
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:51 Running command: terraform apply -input=false -auto-approve
--- PASS: TestLocalWithBackend (28.86s)
integration_test.go:1725: Copying fixture-download to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test239711053
integration_test.go:1938: Deleting test s3 bucket terragrunt-test-bucket-8roi5p
=== CONT TestTerragruntStdOut
[terragrunt] 2019/08/31 20:05:52 Reading Terragrunt config file at fixture-download/stdout-test/terragrunt.hcl
[terragrunt] [fixture-download/stdout-test] 2019/08/31 20:05:52 Running command: terraform --version
- Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
[terragrunt] 2019/08/31 20:05:52 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/stdout. Relative paths in downloaded Terraform code may not work.
[terragrunt] 2019/08/31 20:05:52 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/stdout into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/stdout-test/.terragrunt-cache/mJzXnzrFI2iWiMt8dop9cL9pBus/atoIPjiXGj0770x4bVFoVbeSZ1Q
[terragrunt] 2019/08/31 20:05:52 Copying files from fixture-download/stdout-test into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/stdout-test/.terragrunt-cache/mJzXnzrFI2iWiMt8dop9cL9pBus/atoIPjiXGj0770x4bVFoVbeSZ1Q
[terragrunt] 2019/08/31 20:05:52 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/stdout-test/.terragrunt-cache/mJzXnzrFI2iWiMt8dop9cL9pBus/atoIPjiXGj0770x4bVFoVbeSZ1Q
[terragrunt] 2019/08/31 20:05:52 Running command: terraform apply
data.template_file.foo: Refreshing state...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
foo = foo
--- PASS: TestTerragruntStdOut (1.13s)
=== CONT TestTerragruntValidateAllCommand
[terragrunt] 2019/08/31 20:05:53 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app1 to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app1/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:53 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app2 to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app2/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:53 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3 to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3/.terragrunt-cache
[terragrunt] 2019/08/31 20:05:53 Stack at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1:
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app1 (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app2 (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app1])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3 (excluded: false, dependencies: [])
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app1] 2019/08/31 20:05:53 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app1 must wait for 1 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app2] 2019/08/31 20:05:53 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app2 must wait for 2 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3] 2019/08/31 20:05:53 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3 must wait for 0 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3] 2019/08/31 20:05:53 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3 now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3] 2019/08/31 20:05:53 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3] 2019/08/31 20:05:53 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3] 2019/08/31 20:05:53 Initializing remote state for the s3 backend
Acquiring state lock. This may take a few moments...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3] 2019/08/31 20:05:53 [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3] Remote state S3 bucket terragrunt-test-bucket-w0d241 does not exist or you don't have permissions to access it. Would you like Terragrunt to create it? (y/n)
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3] 2019/08/31 20:05:53
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3] 2019/08/31 20:05:53 The non-interactive flag is set to true, so assuming 'yes' for all prompts
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3] 2019/08/31 20:05:53 Create S3 bucket terragrunt-test-bucket-w0d241
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3] 2019/08/31 20:05:53 Creating S3 bucket terragrunt-test-bucket-w0d241
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.template: version = "~> 2.1"
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:05:54 Running command: terraform apply -input=false -auto-approve
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3] 2019/08/31 20:05:54 Waiting for bucket terragrunt-test-bucket-w0d241 to be created
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3] 2019/08/31 20:05:54 S3 bucket terragrunt-test-bucket-w0d241 created.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3] 2019/08/31 20:05:54 Blocking all public access to S3 bucket terragrunt-test-bucket-w0d241
data.template_file.text: Refreshing state...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3] 2019/08/31 20:05:55 No tags specified for bucket terragrunt-test-bucket-w0d241.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3] 2019/08/31 20:05:55 Enabling versioning on S3 bucket terragrunt-test-bucket-w0d241
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3] 2019/08/31 20:05:55 Enabling bucket-wide SSE on AWS S3 bucket terragrunt-test-bucket-w0d241
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3] 2019/08/31 20:05:55 Granting WRITE and READ_ACP permissions to S3 Log Delivery (http://acs.amazonaws.com/groups/s3/LogDelivery) for bucket terragrunt-test-bucket-w0d241. This is required for access logging.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3] 2019/08/31 20:05:56 Waiting for ACL bucket terragrunt-test-bucket-w0d241 to have the updated ACL for access logging.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3] 2019/08/31 20:05:56 Bucket terragrunt-test-bucket-w0d241 now has the proper ACL permissions for access logging!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3] 2019/08/31 20:05:56 Enabling bucket-wide Access Logging on AWS S3 bucket "terragrunt-test-bucket-w0d241" - using as TargetBucket "terragrunt-test-bucket-w0d241"

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3] 2019/08/31 20:05:56 Running command: terraform init -backend-config=encrypt=true -backend-config=key=env1/app3/terraform.tfstate -backend-config=region=us-west-2 -backend-config=bucket=terragrunt-test-bucket-w0d241
Initializing the backend...
Releasing state lock. This may take a few moments...
data.template_file.text: Refreshing state...

Outputs:
text = [I am a mgmt vpc template. I have no dependencies.]
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:05:57 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:05:57 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host must wait on 1 more dependencies.

Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3] 2019/08/31 20:05:58 Running command: terraform validate
Success! The configuration is valid.

[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3] 2019/08/31 20:05:58 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3 has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app2] 2019/08/31 20:05:58 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3 of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app2 just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app2 must wait on 1 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app1] 2019/08/31 20:05:58 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app3 of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app1 just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app1 must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app1] 2019/08/31 20:05:58 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app1 now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app1] 2019/08/31 20:05:58 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app1/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app1] 2019/08/31 20:05:58 Running command: terraform --version

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app1] 2019/08/31 20:05:58 Initializing remote state for the s3 backend
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app1] 2019/08/31 20:05:58 Running command: terraform init -backend-config=region=us-west-2 -backend-config=bucket=terragrunt-test-bucket-w0d241 -backend-config=encrypt=true -backend-config=key=env1/app1/terraform.tfstate
Initializing the backend...

Outputs:
text = [I am a kms-master-key template.]
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:05:59 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:05:59 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:05:59 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:05:59 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:05:59 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:05:59 Initializing remote state for the s3 backend
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:05:59 Running command: terraform init -backend-config=bucket=terragrunt-test-bucket-o41qlf -backend-config=encrypt=true -backend-config=key=mgmt/bastion-host/terraform.tfstate -backend-config=lock_table=terragrunt-test-locks-ijyqsk -backend-config=region=us-west-2
Initializing the backend...

Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.

Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app1] 2019/08/31 20:06:00 Running command: terraform validate
Success! The configuration is valid.

[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app1] 2019/08/31 20:06:00 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app1 has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app2] 2019/08/31 20:06:00 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app1 of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app2 just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app2 must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app2] 2019/08/31 20:06:00 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app2 now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app2] 2019/08/31 20:06:00 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app2/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app2] 2019/08/31 20:06:00 Running command: terraform --version
--- PASS: TestTerragruntOutputAllCommandSpecificVariableIgnoreDependencyErrors (26.47s)
integration_test.go:1725: Copying fixture-output-all to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test514057914
integration_test.go:1938: Deleting test s3 bucket terragrunt-test-bucket-k68nh3
=== CONT TestApplyAllSkipFalse
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app2] 2019/08/31 20:06:00 Initializing remote state for the s3 backend
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app2] 2019/08/31 20:06:00 Running command: terraform init -backend-config=key=env1/app2/terraform.tfstate -backend-config=region=us-west-2 -backend-config=bucket=terragrunt-test-bucket-w0d241 -backend-config=encrypt=true
Initializing the backend...
Initializing provider plugins...
- Checking for available provider plugins...

Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.
- Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app2] 2019/08/31 20:06:02 Running command: terraform validate
Success! The configuration is valid.

[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app2] 2019/08/31 20:06:02 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769/fixture-output-all/env1/app2 has finished successfully!
--- PASS: TestTerragruntValidateAllCommand (9.53s)
integration_test.go:1725: Copying fixture-output-all to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test698626769
integration_test.go:1938: Deleting test s3 bucket terragrunt-test-bucket-w0d241
=== CONT TestApplyAllSkipTrue
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.template: version = "~> 2.1"
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:06:06 Running command: terraform apply -input=false -auto-approve
--- PASS: TestApplyAllSkipFalse (7.85s)
integration_test.go:1725: Copying fixture-skip/ to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684
integration_test.go:1659: [TestApplyAllSkipFalse] Full contents of show stdout:
integration_test.go:1662: [TestApplyAllSkipFalse] data.template_file.example: Refreshing state...
integration_test.go:1662: [TestApplyAllSkipFalse] data.template_file.example: Refreshing state...
integration_test.go:1662: [TestApplyAllSkipFalse] data.template_file.example: Refreshing state...
integration_test.go:1662: [TestApplyAllSkipFalse] 
integration_test.go:1662: [TestApplyAllSkipFalse] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestApplyAllSkipFalse] 
integration_test.go:1662: [TestApplyAllSkipFalse] Outputs:
integration_test.go:1662: [TestApplyAllSkipFalse]
integration_test.go:1662: [TestApplyAllSkipFalse] example = hello, Bert
integration_test.go:1662: [TestApplyAllSkipFalse] 
integration_test.go:1662: [TestApplyAllSkipFalse] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestApplyAllSkipFalse] 
integration_test.go:1662: [TestApplyAllSkipFalse] Outputs:
integration_test.go:1662: [TestApplyAllSkipFalse]
integration_test.go:1662: [TestApplyAllSkipFalse] example = hello, Ernie
integration_test.go:1662: [TestApplyAllSkipFalse] 
integration_test.go:1662: [TestApplyAllSkipFalse] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestApplyAllSkipFalse] 
integration_test.go:1662: [TestApplyAllSkipFalse] Outputs:
integration_test.go:1662: [TestApplyAllSkipFalse]
integration_test.go:1662: [TestApplyAllSkipFalse] example = hello, Hobbs
integration_test.go:1662: [TestApplyAllSkipFalse]
integration_test.go:1659: [TestApplyAllSkipFalse] Full contents of show stderr:
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] 2019/08/31 20:06:00 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/.terragrunt-cache
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] 2019/08/31 20:06:00 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource1 to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource1/.terragrunt-cache
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] 2019/08/31 20:06:00 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource2 to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource2/.terragrunt-cache
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] 2019/08/31 20:06:00 Stack at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false:
integration_test.go:1662: [TestApplyAllSkipFalse] => Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false (excluded: false, dependencies: [])
integration_test.go:1662: [TestApplyAllSkipFalse] => Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource1 (excluded: false, dependencies: [])
integration_test.go:1662: [TestApplyAllSkipFalse] => Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource2 (excluded: false, dependencies: [])
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] 2019/08/31 20:06:00 [terragrunt] Are you sure you want to run 'terragrunt apply' in each folder of the stack described above? (y/n)
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] 2019/08/31 20:06:00
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] 2019/08/31 20:06:00 The non-interactive flag is set to true, so assuming 'yes' for all prompts
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource2] 2019/08/31 20:06:00 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource2 must wait for 0 dependencies to finish
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource2] 2019/08/31 20:06:00 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource2 now
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource2] 2019/08/31 20:06:00 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource2/terragrunt.hcl
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource1] 2019/08/31 20:06:00 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource1 must wait for 0 dependencies to finish
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource1] 2019/08/31 20:06:00 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource1 now
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource1] 2019/08/31 20:06:00 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource1/terragrunt.hcl
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false] 2019/08/31 20:06:00 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false must wait for 0 dependencies to finish
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false] 2019/08/31 20:06:00 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false now
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false] 2019/08/31 20:06:00 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/terragrunt.hcl
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false] 2019/08/31 20:06:00 Running command: terraform --version
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource1] 2019/08/31 20:06:00 Running command: terraform --version
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource2] 2019/08/31 20:06:00 Running command: terraform --version
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource1] 2019/08/31 20:06:00 WARNING: no double-slash (//) found in source URL /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/base-module. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource1] 2019/08/31 20:06:00 Downloading Terraform configurations from file:///var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/base-module into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource1/.terragrunt-cache/V9i8EeHUgmxp9JrDrdyVRfuyOL4/rsLeGKAf_d0rwczzREYDbV0hyuE
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource1] 2019/08/31 20:06:00 Copying files from /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource1 into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource1/.terragrunt-cache/V9i8EeHUgmxp9JrDrdyVRfuyOL4/rsLeGKAf_d0rwczzREYDbV0hyuE
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource1] 2019/08/31 20:06:00 Setting working directory to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource1/.terragrunt-cache/V9i8EeHUgmxp9JrDrdyVRfuyOL4/rsLeGKAf_d0rwczzREYDbV0hyuE
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false] 2019/08/31 20:06:00 WARNING: no double-slash (//) found in source URL /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/base-module. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource1] 2019/08/31 20:06:00 Running command: terraform init
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false] 2019/08/31 20:06:00 Downloading Terraform configurations from file:///var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/base-module into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/.terragrunt-cache/sAi3wzVZJjObF9-zFnIw1SvekKE/rsLeGKAf_d0rwczzREYDbV0hyuE
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false] 2019/08/31 20:06:00 Copying files from /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/.terragrunt-cache/sAi3wzVZJjObF9-zFnIw1SvekKE/rsLeGKAf_d0rwczzREYDbV0hyuE
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource2] 2019/08/31 20:06:00 WARNING: no double-slash (//) found in source URL /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/base-module. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource2] 2019/08/31 20:06:00 Downloading Terraform configurations from file:///var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/base-module into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource2/.terragrunt-cache/55AXxZI-fRo0bpsnY0MgaHGp8E4/rsLeGKAf_d0rwczzREYDbV0hyuE
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource2] 2019/08/31 20:06:00 Copying files from /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource2 into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource2/.terragrunt-cache/55AXxZI-fRo0bpsnY0MgaHGp8E4/rsLeGKAf_d0rwczzREYDbV0hyuE
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource2] 2019/08/31 20:06:00 Setting working directory to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource2/.terragrunt-cache/55AXxZI-fRo0bpsnY0MgaHGp8E4/rsLeGKAf_d0rwczzREYDbV0hyuE
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false] 2019/08/31 20:06:00 Setting working directory to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/.terragrunt-cache/sAi3wzVZJjObF9-zFnIw1SvekKE/rsLeGKAf_d0rwczzREYDbV0hyuE
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false] 2019/08/31 20:06:00 Running command: terraform init
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource2] 2019/08/31 20:06:00 Running command: terraform init
integration_test.go:1662: [TestApplyAllSkipFalse]
integration_test.go:1662: [TestApplyAllSkipFalse] Initializing the backend...
integration_test.go:1662: [TestApplyAllSkipFalse]
integration_test.go:1662: [TestApplyAllSkipFalse] Initializing provider plugins...
integration_test.go:1662: [TestApplyAllSkipFalse] - Checking for available provider plugins...
integration_test.go:1662: [TestApplyAllSkipFalse]
integration_test.go:1662: [TestApplyAllSkipFalse]
integration_test.go:1662: [TestApplyAllSkipFalse] Initializing the backend...
integration_test.go:1662: [TestApplyAllSkipFalse]
integration_test.go:1662: [TestApplyAllSkipFalse] Initializing provider plugins...
integration_test.go:1662: [TestApplyAllSkipFalse] Initializing the backend...
integration_test.go:1662: [TestApplyAllSkipFalse]
integration_test.go:1662: [TestApplyAllSkipFalse] Initializing provider plugins...
integration_test.go:1662: [TestApplyAllSkipFalse] - Checking for available provider plugins...
integration_test.go:1662: [TestApplyAllSkipFalse] - Checking for available provider plugins...
integration_test.go:1662: [TestApplyAllSkipFalse] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestApplyAllSkipFalse] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestApplyAllSkipFalse] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestApplyAllSkipFalse]
integration_test.go:1662: [TestApplyAllSkipFalse] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestApplyAllSkipFalse] so the latest version was installed.
integration_test.go:1662: [TestApplyAllSkipFalse]
integration_test.go:1662: [TestApplyAllSkipFalse] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestApplyAllSkipFalse] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestApplyAllSkipFalse] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestApplyAllSkipFalse] suggested below.
integration_test.go:1662: [TestApplyAllSkipFalse]
integration_test.go:1662: [TestApplyAllSkipFalse] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestApplyAllSkipFalse]
integration_test.go:1662: [TestApplyAllSkipFalse] Terraform has been successfully initialized!
integration_test.go:1662: [TestApplyAllSkipFalse] 
integration_test.go:1662: [TestApplyAllSkipFalse] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestApplyAllSkipFalse] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestApplyAllSkipFalse] should now work.
integration_test.go:1662: [TestApplyAllSkipFalse]
integration_test.go:1662: [TestApplyAllSkipFalse] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestApplyAllSkipFalse] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestApplyAllSkipFalse] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestApplyAllSkipFalse]
integration_test.go:1662: [TestApplyAllSkipFalse] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestApplyAllSkipFalse] so the latest version was installed.
integration_test.go:1662: [TestApplyAllSkipFalse]
integration_test.go:1662: [TestApplyAllSkipFalse] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestApplyAllSkipFalse] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestApplyAllSkipFalse] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestApplyAllSkipFalse] suggested below.
integration_test.go:1662: [TestApplyAllSkipFalse]
integration_test.go:1662: [TestApplyAllSkipFalse] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestApplyAllSkipFalse]
integration_test.go:1662: [TestApplyAllSkipFalse] Terraform has been successfully initialized!
integration_test.go:1662: [TestApplyAllSkipFalse] 
integration_test.go:1662: [TestApplyAllSkipFalse] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestApplyAllSkipFalse] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestApplyAllSkipFalse] should now work.
integration_test.go:1662: [TestApplyAllSkipFalse]
integration_test.go:1662: [TestApplyAllSkipFalse] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestApplyAllSkipFalse] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestApplyAllSkipFalse] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource2] 2019/08/31 20:06:06 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource1] 2019/08/31 20:06:06 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestApplyAllSkipFalse]
integration_test.go:1662: [TestApplyAllSkipFalse] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestApplyAllSkipFalse] so the latest version was installed.
integration_test.go:1662: [TestApplyAllSkipFalse]
integration_test.go:1662: [TestApplyAllSkipFalse] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestApplyAllSkipFalse] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestApplyAllSkipFalse] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestApplyAllSkipFalse] suggested below.
integration_test.go:1662: [TestApplyAllSkipFalse]
integration_test.go:1662: [TestApplyAllSkipFalse] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestApplyAllSkipFalse]
integration_test.go:1662: [TestApplyAllSkipFalse] Terraform has been successfully initialized!
integration_test.go:1662: [TestApplyAllSkipFalse] 
integration_test.go:1662: [TestApplyAllSkipFalse] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestApplyAllSkipFalse] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestApplyAllSkipFalse] should now work.
integration_test.go:1662: [TestApplyAllSkipFalse]
integration_test.go:1662: [TestApplyAllSkipFalse] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestApplyAllSkipFalse] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestApplyAllSkipFalse] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false] 2019/08/31 20:06:06 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource2] 2019/08/31 20:06:08 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource2 has finished successfully!
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource1] 2019/08/31 20:06:08 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false/resource1 has finished successfully!
integration_test.go:1662: [TestApplyAllSkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false] 2019/08/31 20:06:08 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535346684/fixture-skip/skip-false has finished successfully!
integration_test.go:1662: [TestApplyAllSkipFalse]
=== CONT TestApplySkipFalse
Acquiring state lock. This may take a few moments...
--- PASS: TestApplyAllSkipTrue (8.10s)
integration_test.go:1725: Copying fixture-skip/ to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939
integration_test.go:1659: [TestApplyAllSkipTrue] Full contents of show stdout:
integration_test.go:1662: [TestApplyAllSkipTrue] data.template_file.example: Refreshing state...
integration_test.go:1662: [TestApplyAllSkipTrue] data.template_file.example: Refreshing state...
integration_test.go:1662: [TestApplyAllSkipTrue] 
integration_test.go:1662: [TestApplyAllSkipTrue] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestApplyAllSkipTrue] 
integration_test.go:1662: [TestApplyAllSkipTrue] Outputs:
integration_test.go:1662: [TestApplyAllSkipTrue]
integration_test.go:1662: [TestApplyAllSkipTrue] example = hello, Bert
integration_test.go:1662: [TestApplyAllSkipTrue] 
integration_test.go:1662: [TestApplyAllSkipTrue] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestApplyAllSkipTrue] 
integration_test.go:1662: [TestApplyAllSkipTrue] Outputs:
integration_test.go:1662: [TestApplyAllSkipTrue]
integration_test.go:1662: [TestApplyAllSkipTrue] example = hello, Ernie
integration_test.go:1662: [TestApplyAllSkipTrue]
integration_test.go:1659: [TestApplyAllSkipTrue] Full contents of show stderr:
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] 2019/08/31 20:06:02 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/.terragrunt-cache
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] 2019/08/31 20:06:02 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource1 to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource1/.terragrunt-cache
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] 2019/08/31 20:06:02 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource2 to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource2/.terragrunt-cache
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] 2019/08/31 20:06:02 Stack at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true:
integration_test.go:1662: [TestApplyAllSkipTrue] => Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true (excluded: false, dependencies: [])
integration_test.go:1662: [TestApplyAllSkipTrue] => Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource1 (excluded: false, dependencies: [])
integration_test.go:1662: [TestApplyAllSkipTrue] => Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource2 (excluded: false, dependencies: [])
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] 2019/08/31 20:06:02 [terragrunt] Are you sure you want to run 'terragrunt apply' in each folder of the stack described above? (y/n)
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] 2019/08/31 20:06:02
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] 2019/08/31 20:06:02 The non-interactive flag is set to true, so assuming 'yes' for all prompts
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource2] 2019/08/31 20:06:02 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource2 must wait for 0 dependencies to finish
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource2] 2019/08/31 20:06:02 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource2 now
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource2] 2019/08/31 20:06:02 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource2/terragrunt.hcl
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true] 2019/08/31 20:06:02 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true must wait for 0 dependencies to finish
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true] 2019/08/31 20:06:02 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true now
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true] 2019/08/31 20:06:02 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/terragrunt.hcl
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource1] 2019/08/31 20:06:02 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource1 must wait for 0 dependencies to finish
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource1] 2019/08/31 20:06:02 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource1 now
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource1] 2019/08/31 20:06:02 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource1/terragrunt.hcl
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true] 2019/08/31 20:06:02 Running command: terraform --version
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource1] 2019/08/31 20:06:02 Running command: terraform --version
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource2] 2019/08/31 20:06:02 Running command: terraform --version
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true] 2019/08/31 20:06:02 Skipping terragrunt module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/terragrunt.hcl due to skip = true.
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true] 2019/08/31 20:06:02 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true has finished successfully!
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource2] 2019/08/31 20:06:02 WARNING: no double-slash (//) found in source URL /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/base-module. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource2] 2019/08/31 20:06:02 Downloading Terraform configurations from file:///var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/base-module into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource2/.terragrunt-cache/ZhwQzcNqfGyw9hMKghYK0wpKtuc/srUtU3DMg_SOIlHHGVifzVIR0Sg
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource2] 2019/08/31 20:06:02 Copying files from /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource2 into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource2/.terragrunt-cache/ZhwQzcNqfGyw9hMKghYK0wpKtuc/srUtU3DMg_SOIlHHGVifzVIR0Sg
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource2] 2019/08/31 20:06:02 Setting working directory to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource2/.terragrunt-cache/ZhwQzcNqfGyw9hMKghYK0wpKtuc/srUtU3DMg_SOIlHHGVifzVIR0Sg
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource1] 2019/08/31 20:06:02 WARNING: no double-slash (//) found in source URL /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/base-module. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource1] 2019/08/31 20:06:02 Downloading Terraform configurations from file:///var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/base-module into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource1/.terragrunt-cache/PBs8kEpz_x6csm2TbPfnHL7QaYo/srUtU3DMg_SOIlHHGVifzVIR0Sg
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource2] 2019/08/31 20:06:02 Running command: terraform init
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource1] 2019/08/31 20:06:02 Copying files from /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource1 into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource1/.terragrunt-cache/PBs8kEpz_x6csm2TbPfnHL7QaYo/srUtU3DMg_SOIlHHGVifzVIR0Sg
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource1] 2019/08/31 20:06:02 Setting working directory to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource1/.terragrunt-cache/PBs8kEpz_x6csm2TbPfnHL7QaYo/srUtU3DMg_SOIlHHGVifzVIR0Sg
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource1] 2019/08/31 20:06:02 Running command: terraform init
integration_test.go:1662: [TestApplyAllSkipTrue]
integration_test.go:1662: [TestApplyAllSkipTrue] Initializing the backend...
integration_test.go:1662: [TestApplyAllSkipTrue]
integration_test.go:1662: [TestApplyAllSkipTrue] Initializing provider plugins...
integration_test.go:1662: [TestApplyAllSkipTrue] - Checking for available provider plugins...
integration_test.go:1662: [TestApplyAllSkipTrue]
integration_test.go:1662: [TestApplyAllSkipTrue] Initializing the backend...
integration_test.go:1662: [TestApplyAllSkipTrue]
integration_test.go:1662: [TestApplyAllSkipTrue] Initializing provider plugins...
integration_test.go:1662: [TestApplyAllSkipTrue] - Checking for available provider plugins...
integration_test.go:1662: [TestApplyAllSkipTrue] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestApplyAllSkipTrue] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestApplyAllSkipTrue]
integration_test.go:1662: [TestApplyAllSkipTrue] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestApplyAllSkipTrue] so the latest version was installed.
integration_test.go:1662: [TestApplyAllSkipTrue]
integration_test.go:1662: [TestApplyAllSkipTrue] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestApplyAllSkipTrue] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestApplyAllSkipTrue] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestApplyAllSkipTrue] suggested below.
integration_test.go:1662: [TestApplyAllSkipTrue]
integration_test.go:1662: [TestApplyAllSkipTrue] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestApplyAllSkipTrue]
integration_test.go:1662: [TestApplyAllSkipTrue] Terraform has been successfully initialized!
integration_test.go:1662: [TestApplyAllSkipTrue] 
integration_test.go:1662: [TestApplyAllSkipTrue] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestApplyAllSkipTrue] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestApplyAllSkipTrue] should now work.
integration_test.go:1662: [TestApplyAllSkipTrue]
integration_test.go:1662: [TestApplyAllSkipTrue] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestApplyAllSkipTrue] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestApplyAllSkipTrue] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource2] 2019/08/31 20:06:09 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestApplyAllSkipTrue]
integration_test.go:1662: [TestApplyAllSkipTrue] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestApplyAllSkipTrue] so the latest version was installed.
integration_test.go:1662: [TestApplyAllSkipTrue]
integration_test.go:1662: [TestApplyAllSkipTrue] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestApplyAllSkipTrue] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestApplyAllSkipTrue] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestApplyAllSkipTrue] suggested below.
integration_test.go:1662: [TestApplyAllSkipTrue]
integration_test.go:1662: [TestApplyAllSkipTrue] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestApplyAllSkipTrue]
integration_test.go:1662: [TestApplyAllSkipTrue] Terraform has been successfully initialized!
integration_test.go:1662: [TestApplyAllSkipTrue] 
integration_test.go:1662: [TestApplyAllSkipTrue] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestApplyAllSkipTrue] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestApplyAllSkipTrue] should now work.
integration_test.go:1662: [TestApplyAllSkipTrue]
integration_test.go:1662: [TestApplyAllSkipTrue] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestApplyAllSkipTrue] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestApplyAllSkipTrue] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource1] 2019/08/31 20:06:09 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource2] 2019/08/31 20:06:10 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource2 has finished successfully!
integration_test.go:1662: [TestApplyAllSkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource1] 2019/08/31 20:06:10 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test282352939/fixture-skip/skip-true/resource1 has finished successfully!
integration_test.go:1662: [TestApplyAllSkipTrue]
=== CONT TestApplySkipTrue
--- PASS: TestApplySkipTrue (0.05s)
integration_test.go:1725: Copying fixture-skip/ to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test592245397
integration_test.go:1659: [TestApplySkipTrue] Full contents of show stdout:
integration_test.go:1662: [TestApplySkipTrue]
integration_test.go:1659: [TestApplySkipTrue] Full contents of show stderr:
integration_test.go:1662: [TestApplySkipTrue] [terragrunt] 2019/08/31 20:06:10 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test592245397/fixture-skip/skip-true/terragrunt.hcl
integration_test.go:1662: [TestApplySkipTrue] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test592245397/fixture-skip/skip-true] 2019/08/31 20:06:10 Running command: terraform --version
integration_test.go:1662: [TestApplySkipTrue] [terragrunt] 2019/08/31 20:06:11 Skipping terragrunt module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test592245397/fixture-skip/skip-true/terragrunt.hcl due to skip = true.
integration_test.go:1662: [TestApplySkipTrue]
=== CONT TestTerragruntExcludeExternalDependencies
--- PASS: TestTerragruntExcludeExternalDependencies (0.18s)
integration_test.go:1725: Copying fixture-external-dependencies to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872
integration_test.go:1659: [TestTerragruntExcludeExternalDependencies] Full contents of apply-all stdout:
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] 
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] 
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] Outputs:
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies]
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] result = Hello World, module-b
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies]
integration_test.go:1659: [TestTerragruntExcludeExternalDependencies] Full contents of apply-all stderr:
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] [terragrunt] 2019/08/31 20:06:11 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-b to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-b/.terragrunt-cache
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] [terragrunt] 2019/08/31 20:06:11 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-a to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-a/.terragrunt-cache
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] [terragrunt] 2019/08/31 20:06:11 Stack at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-b:
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] => Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-a (excluded: false, dependencies: [])
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] => Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-b (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-a])
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] [terragrunt] 2019/08/31 20:06:11 [terragrunt] Are you sure you want to run 'terragrunt apply' in each folder of the stack described above? (y/n)
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] [terragrunt] 2019/08/31 20:06:11
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] [terragrunt] 2019/08/31 20:06:11 The non-interactive flag is set to true, so assuming 'yes' for all prompts
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-b] 2019/08/31 20:06:11 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-b must wait for 1 dependencies to finish
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-a] 2019/08/31 20:06:11 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-a must wait for 0 dependencies to finish
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-a] 2019/08/31 20:06:11 Assuming module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-a has already been applied and skipping it
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-a] 2019/08/31 20:06:11 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-a has finished successfully!
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-b] 2019/08/31 20:06:11 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-a of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-b just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-b must wait on 0 more dependencies.
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-b] 2019/08/31 20:06:11 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-b now
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-b] 2019/08/31 20:06:11 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-b/terragrunt.hcl
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-b] 2019/08/31 20:06:11 Running command: terraform --version
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-b] 2019/08/31 20:06:11 Running command: terraform init
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies]
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] Initializing the backend...
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies]
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] Terraform has been successfully initialized!
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] 
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] should now work.
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies]
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-b] 2019/08/31 20:06:11 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-b] 2019/08/31 20:06:11 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test993797872/fixture-external-dependencies/module-b has finished successfully!
integration_test.go:1662: [TestTerragruntExcludeExternalDependencies]
=== CONT TestTerragruntExternalDependencies
=== CONT TestIncludeDirs
--- SKIP: TestTerragruntExternalDependencies (0.00s)
integration_test.go:1377: Skipping for now as --terragrunt-non-interactive no longer automatically applies external dependencies. In the future, we should add a specific flag to control that behavior.
data.terraform_remote_state.vpc: Refreshing state...
data.template_file.text: Refreshing state...
--- PASS: TestApplySkipFalse (5.41s)
integration_test.go:1725: Copying fixture-skip/ to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test196428942
integration_test.go:1659: [TestApplySkipFalse] Full contents of show stdout:
integration_test.go:1662: [TestApplySkipFalse] data.template_file.example: Refreshing state...
integration_test.go:1662: [TestApplySkipFalse] 
integration_test.go:1662: [TestApplySkipFalse] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestApplySkipFalse] 
integration_test.go:1662: [TestApplySkipFalse] Outputs:
integration_test.go:1662: [TestApplySkipFalse]
integration_test.go:1662: [TestApplySkipFalse] example = hello, Hobbs
integration_test.go:1662: [TestApplySkipFalse]
integration_test.go:1659: [TestApplySkipFalse] Full contents of show stderr:
integration_test.go:1662: [TestApplySkipFalse] [terragrunt] 2019/08/31 20:06:08 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test196428942/fixture-skip/skip-false/terragrunt.hcl
integration_test.go:1662: [TestApplySkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test196428942/fixture-skip/skip-false] 2019/08/31 20:06:08 Running command: terraform --version
integration_test.go:1662: [TestApplySkipFalse] [terragrunt] 2019/08/31 20:06:08 WARNING: no double-slash (//) found in source URL /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test196428942/fixture-skip/base-module. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestApplySkipFalse] [terragrunt] 2019/08/31 20:06:08 Downloading Terraform configurations from file:///var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test196428942/fixture-skip/base-module into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test196428942/fixture-skip/skip-false/.terragrunt-cache/YvCc5kR7L3UMh-DE3pQ4wQL8Hp8/2j0Z0m76mJ47mU6PBpIe7-zK99Y
integration_test.go:1662: [TestApplySkipFalse] [terragrunt] 2019/08/31 20:06:08 Copying files from /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test196428942/fixture-skip/skip-false into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test196428942/fixture-skip/skip-false/.terragrunt-cache/YvCc5kR7L3UMh-DE3pQ4wQL8Hp8/2j0Z0m76mJ47mU6PBpIe7-zK99Y
integration_test.go:1662: [TestApplySkipFalse] [terragrunt] 2019/08/31 20:06:08 Setting working directory to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test196428942/fixture-skip/skip-false/.terragrunt-cache/YvCc5kR7L3UMh-DE3pQ4wQL8Hp8/2j0Z0m76mJ47mU6PBpIe7-zK99Y
integration_test.go:1662: [TestApplySkipFalse] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test196428942/fixture-skip/skip-false] 2019/08/31 20:06:08 Running command: terraform init
integration_test.go:1662: [TestApplySkipFalse]
integration_test.go:1662: [TestApplySkipFalse] Initializing the backend...
integration_test.go:1662: [TestApplySkipFalse]
integration_test.go:1662: [TestApplySkipFalse] Initializing provider plugins...
integration_test.go:1662: [TestApplySkipFalse] - Checking for available provider plugins...
integration_test.go:1662: [TestApplySkipFalse] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestApplySkipFalse]
integration_test.go:1662: [TestApplySkipFalse] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestApplySkipFalse] so the latest version was installed.
integration_test.go:1662: [TestApplySkipFalse]
integration_test.go:1662: [TestApplySkipFalse] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestApplySkipFalse] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestApplySkipFalse] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestApplySkipFalse] suggested below.
integration_test.go:1662: [TestApplySkipFalse]
integration_test.go:1662: [TestApplySkipFalse] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestApplySkipFalse]
integration_test.go:1662: [TestApplySkipFalse] Terraform has been successfully initialized!
integration_test.go:1662: [TestApplySkipFalse] 
integration_test.go:1662: [TestApplySkipFalse] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestApplySkipFalse] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestApplySkipFalse] should now work.
integration_test.go:1662: [TestApplySkipFalse]
integration_test.go:1662: [TestApplySkipFalse] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestApplySkipFalse] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestApplySkipFalse] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestApplySkipFalse] [terragrunt] 2019/08/31 20:06:12 Running command: terraform apply
integration_test.go:1662: [TestApplySkipFalse]
=== CONT TestTerragruntOutputAllCommand
[terragrunt] 2019/08/31 20:06:13 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app1 to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app1/.terragrunt-cache
[terragrunt] 2019/08/31 20:06:13 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app2 to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app2/.terragrunt-cache
[terragrunt] 2019/08/31 20:06:13 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3 to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3/.terragrunt-cache
[terragrunt] 2019/08/31 20:06:13 Stack at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1:
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app1 (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app2 (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app1])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3 (excluded: false, dependencies: [])
[terragrunt] 2019/08/31 20:06:13 [terragrunt] Are you sure you want to run 'terragrunt apply' in each folder of the stack described above? (y/n)
[terragrunt] 2019/08/31 20:06:13
[terragrunt] 2019/08/31 20:06:13 The non-interactive flag is set to true, so assuming 'yes' for all prompts
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app1] 2019/08/31 20:06:13 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app1 must wait for 1 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app2] 2019/08/31 20:06:13 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app2 must wait for 2 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3] 2019/08/31 20:06:13 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3 must wait for 0 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3] 2019/08/31 20:06:13 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3 now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3] 2019/08/31 20:06:13 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3] 2019/08/31 20:06:13 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3] 2019/08/31 20:06:13 Initializing remote state for the s3 backend
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3] 2019/08/31 20:06:14 [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3] Remote state S3 bucket terragrunt-test-bucket-0l4krf does not exist or you don't have permissions to access it. Would you like Terragrunt to create it? (y/n)
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3] 2019/08/31 20:06:14
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3] 2019/08/31 20:06:14 The non-interactive flag is set to true, so assuming 'yes' for all prompts
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3] 2019/08/31 20:06:14 Create S3 bucket terragrunt-test-bucket-0l4krf
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3] 2019/08/31 20:06:14 Creating S3 bucket terragrunt-test-bucket-0l4krf

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3] 2019/08/31 20:06:15 Waiting for bucket terragrunt-test-bucket-0l4krf to be created
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3] 2019/08/31 20:06:15 S3 bucket terragrunt-test-bucket-0l4krf created.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3] 2019/08/31 20:06:15 Blocking all public access to S3 bucket terragrunt-test-bucket-0l4krf

Outputs:
text = [I am a bastion-host template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]]
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:06:15 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host has finished successfully!
[terragrunt] 2019/08/31 20:06:15 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app/.terragrunt-cache
[terragrunt] 2019/08/31 20:06:15 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app/.terragrunt-cache
[terragrunt] 2019/08/31 20:06:15 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql/.terragrunt-cache
[terragrunt] 2019/08/31 20:06:15 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis/.terragrunt-cache
[terragrunt] 2019/08/31 20:06:15 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app/.terragrunt-cache
[terragrunt] 2019/08/31 20:06:15 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc/.terragrunt-cache
[terragrunt] 2019/08/31 20:06:15 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host/.terragrunt-cache
[terragrunt] 2019/08/31 20:06:15 The --non-interactive flag is set. To avoid accidentally affecting external dependencies with an xxx-all command, will not run this command against module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host, which is a dependency of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app.
[terragrunt] 2019/08/31 20:06:15 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host/.terragrunt-cache
[terragrunt] 2019/08/31 20:06:15 The --non-interactive flag is set. To avoid accidentally affecting external dependencies with an xxx-all command, will not run this command against module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host, which is a dependency of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app.
[terragrunt] 2019/08/31 20:06:15 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc/.terragrunt-cache
[terragrunt] 2019/08/31 20:06:15 The --non-interactive flag is set. To avoid accidentally affecting external dependencies with an xxx-all command, will not run this command against module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc, which is a dependency of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc.
[terragrunt] 2019/08/31 20:06:15 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key/.terragrunt-cache
[terragrunt] 2019/08/31 20:06:15 The --non-interactive flag is set. To avoid accidentally affecting external dependencies with an xxx-all command, will not run this command against module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key, which is a dependency of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host.
[terragrunt] 2019/08/31 20:06:15 Stack at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage:
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key (excluded: false, dependencies: [])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc (excluded: false, dependencies: [])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc])
[terragrunt] 2019/08/31 20:06:15 [terragrunt] Are you sure you want to run 'terragrunt apply' in each folder of the stack described above? (y/n)
[terragrunt] 2019/08/31 20:06:15
[terragrunt] 2019/08/31 20:06:15 The non-interactive flag is set to true, so assuming 'yes' for all prompts
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:06:15 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host must wait for 2 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app] 2019/08/31 20:06:15 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app must wait for 2 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:06:15 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc must wait for 1 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:06:15 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key must wait for 0 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:06:15 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app must wait for 4 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql] 2019/08/31 20:06:15 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql must wait for 1 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:06:15 Assuming module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key has already been applied and skipping it
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:06:15 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis] 2019/08/31 20:06:15 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis must wait for 1 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:06:15 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host must wait on 1 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:06:15 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc must wait for 0 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:06:15 Assuming module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc has already been applied and skipping it
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:06:15 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:06:15 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app must wait for 3 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:06:15 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:06:15 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:06:15 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:06:15 Assuming module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host has already been applied and skipping it
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:06:15 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:06:15 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app must wait on 2 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:06:15 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:06:15 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app must wait on 3 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:06:15 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3] 2019/08/31 20:06:15 No tags specified for bucket terragrunt-test-bucket-0l4krf.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3] 2019/08/31 20:06:15 Enabling versioning on S3 bucket terragrunt-test-bucket-0l4krf
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:06:15 Initializing remote state for the s3 backend
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3] 2019/08/31 20:06:15 Enabling bucket-wide SSE on AWS S3 bucket terragrunt-test-bucket-0l4krf
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:06:15 Running command: terraform init -backend-config=lock_table=terragrunt-test-locks-ijyqsk -backend-config=region=us-west-2 -backend-config=bucket=terragrunt-test-bucket-o41qlf -backend-config=encrypt=true -backend-config=key=stage/vpc/terraform.tfstate
Initializing the backend...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3] 2019/08/31 20:06:16 Granting WRITE and READ_ACP permissions to S3 Log Delivery (http://acs.amazonaws.com/groups/s3/LogDelivery) for bucket terragrunt-test-bucket-0l4krf. This is required for access logging.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3] 2019/08/31 20:06:16 Waiting for ACL bucket terragrunt-test-bucket-0l4krf to have the updated ACL for access logging.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3] 2019/08/31 20:06:16 Bucket terragrunt-test-bucket-0l4krf now has the proper ACL permissions for access logging!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3] 2019/08/31 20:06:16 Enabling bucket-wide Access Logging on AWS S3 bucket "terragrunt-test-bucket-0l4krf" - using as TargetBucket "terragrunt-test-bucket-0l4krf"

Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3] 2019/08/31 20:06:16 Running command: terraform init -backend-config=bucket=terragrunt-test-bucket-0l4krf -backend-config=encrypt=true -backend-config=key=env1/app3/terraform.tfstate -backend-config=region=us-west-2
Initializing the backend...
--- PASS: TestExcludeDirs (58.15s)
integration_test.go:1659: [TestExcludeDirs] Full contents of apply-all stdout:
integration_test.go:1662: [TestExcludeDirs] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestExcludeDirs] 
integration_test.go:1662: [TestExcludeDirs] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestExcludeDirs] 
integration_test.go:1662: [TestExcludeDirs] Outputs:
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] test = Hello, Module AWS A
integration_test.go:1662: [TestExcludeDirs] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestExcludeDirs] 
integration_test.go:1662: [TestExcludeDirs] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestExcludeDirs] 
integration_test.go:1662: [TestExcludeDirs] Outputs:
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] test = Hello, Module AWS D
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of apply-all stderr:
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:19 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a/.terragrunt-cache
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:19 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b/.terragrunt-cache
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:19 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c/.terragrunt-cache
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:19 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d/.terragrunt-cache
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:19 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e/.terragrunt-cache
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:19 Stack at fixture-download/local-with-exclude-dir:
integration_test.go:1662: [TestExcludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a (excluded: false, dependencies: [])
integration_test.go:1662: [TestExcludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b (excluded: true, dependencies: [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a])
integration_test.go:1662: [TestExcludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c (excluded: true, dependencies: [])
integration_test.go:1662: [TestExcludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d (excluded: false, dependencies: [])
integration_test.go:1662: [TestExcludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e (excluded: true, dependencies: [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d])
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:19 [terragrunt] Are you sure you want to run 'terragrunt apply' in each folder of the stack described above? (y/n)
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:19
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:19 The non-interactive flag is set to true, so assuming 'yes' for all prompts
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d] 2019/08/31 20:05:19 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d must wait for 0 dependencies to finish
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d] 2019/08/31 20:05:19 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d now
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d] 2019/08/31 20:05:19 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d/terragrunt.hcl
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a] 2019/08/31 20:05:19 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a must wait for 0 dependencies to finish
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a] 2019/08/31 20:05:19 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a now
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a] 2019/08/31 20:05:19 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a/terragrunt.hcl
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d] 2019/08/31 20:05:19 Running command: terraform --version
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a] 2019/08/31 20:05:19 Running command: terraform --version
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a] 2019/08/31 20:05:19 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a/.terragrunt-cache/RAk9J0Zv9JNZV-zN_sc547n9t0g/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d] 2019/08/31 20:05:19 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d/.terragrunt-cache/_6P6XSCOqrRs9u193fmSm37O1UY/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a] 2019/08/31 20:05:19 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a/.terragrunt-cache/RAk9J0Zv9JNZV-zN_sc547n9t0g/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a] 2019/08/31 20:05:19 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a/.terragrunt-cache/RAk9J0Zv9JNZV-zN_sc547n9t0g/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a] 2019/08/31 20:05:19 Running command: terraform init
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d] 2019/08/31 20:05:19 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d/.terragrunt-cache/_6P6XSCOqrRs9u193fmSm37O1UY/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d] 2019/08/31 20:05:19 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d/.terragrunt-cache/_6P6XSCOqrRs9u193fmSm37O1UY/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d] 2019/08/31 20:05:19 Running command: terraform init
integration_test.go:1662: [TestExcludeDirs] Initializing modules...
integration_test.go:1662: [TestExcludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing the backend...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestExcludeDirs] Initializing modules...
integration_test.go:1662: [TestExcludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing the backend...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestExcludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestExcludeDirs] so the latest version was installed.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestExcludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestExcludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestExcludeDirs] suggested below.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestExcludeDirs] 
integration_test.go:1662: [TestExcludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestExcludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestExcludeDirs] should now work.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestExcludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestExcludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a] 2019/08/31 20:05:24 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestExcludeDirs] so the latest version was installed.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestExcludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestExcludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestExcludeDirs] suggested below.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestExcludeDirs] 
integration_test.go:1662: [TestExcludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestExcludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestExcludeDirs] should now work.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestExcludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestExcludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d] 2019/08/31 20:05:25 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a] 2019/08/31 20:05:26 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a has finished successfully!
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d] 2019/08/31 20:05:27 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d has finished successfully!
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stdout for fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a:
integration_test.go:1662: [TestExcludeDirs] # data.template_file.test:
integration_test.go:1662: [TestExcludeDirs] data "template_file" "test" {
integration_test.go:1662: [TestExcludeDirs] id = "9ec2293a312f3e995e437b7667b4f7827a328643a3e08b186340d4b11f1b21ca"
integration_test.go:1662: [TestExcludeDirs] rendered = "Hello, Module AWS A"
integration_test.go:1662: [TestExcludeDirs] template = "Hello, Module AWS A"
integration_test.go:1662: [TestExcludeDirs] }
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Outputs:
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] test = "Hello, Module AWS A"
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stderr for fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a:
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:27 Reading Terragrunt config file at fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a/terragrunt.hcl
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a] 2019/08/31 20:05:27 Running command: terraform --version
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:27 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a/.terragrunt-cache/RAk9J0Zv9JNZV-zN_sc547n9t0g/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:27 Copying files from fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a/.terragrunt-cache/RAk9J0Zv9JNZV-zN_sc547n9t0g/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:27 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a/.terragrunt-cache/RAk9J0Zv9JNZV-zN_sc547n9t0g/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:27 Running command: terraform show
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stdout for fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b:
integration_test.go:1662: [TestExcludeDirs] No state.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stderr for fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b:
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:28 Reading Terragrunt config file at fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b/terragrunt.hcl
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b] 2019/08/31 20:05:28 Running command: terraform --version
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:28 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b/.terragrunt-cache/lubzITTDYLbrIO5g3CypvQoBbw0/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:28 Copying files from fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b/.terragrunt-cache/lubzITTDYLbrIO5g3CypvQoBbw0/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:28 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b/.terragrunt-cache/lubzITTDYLbrIO5g3CypvQoBbw0/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b] 2019/08/31 20:05:28 Running command: terraform init
integration_test.go:1662: [TestExcludeDirs] Initializing modules...
integration_test.go:1662: [TestExcludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing the backend...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestExcludeDirs] so the latest version was installed.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestExcludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestExcludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestExcludeDirs] suggested below.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestExcludeDirs] 
integration_test.go:1662: [TestExcludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestExcludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestExcludeDirs] should now work.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestExcludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestExcludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:31 Running command: terraform show
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stdout for fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c:
integration_test.go:1662: [TestExcludeDirs] No state.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stderr for fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c:
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:31 Reading Terragrunt config file at fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c/terragrunt.hcl
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c] 2019/08/31 20:05:31 Running command: terraform --version
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:31 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c/.terragrunt-cache/UiP46Vof6C6Rvr2iIwp7OwJ8CSE/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:31 Copying files from fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c/.terragrunt-cache/UiP46Vof6C6Rvr2iIwp7OwJ8CSE/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:31 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c/.terragrunt-cache/UiP46Vof6C6Rvr2iIwp7OwJ8CSE/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c] 2019/08/31 20:05:31 Running command: terraform init
integration_test.go:1662: [TestExcludeDirs] Initializing modules...
integration_test.go:1662: [TestExcludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing the backend...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestExcludeDirs] so the latest version was installed.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestExcludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestExcludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestExcludeDirs] suggested below.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestExcludeDirs] 
integration_test.go:1662: [TestExcludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestExcludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestExcludeDirs] should now work.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestExcludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestExcludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:34 Running command: terraform show
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stdout for fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d:
integration_test.go:1662: [TestExcludeDirs] # data.template_file.test:
integration_test.go:1662: [TestExcludeDirs] data "template_file" "test" {
integration_test.go:1662: [TestExcludeDirs] id = "910fb8cae40967486339e602a337927285d6858ad66aef3e42d84c15c312b870"
integration_test.go:1662: [TestExcludeDirs] rendered = "Hello, Module AWS D"
integration_test.go:1662: [TestExcludeDirs] template = "Hello, Module AWS D"
integration_test.go:1662: [TestExcludeDirs] }
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Outputs:
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] test = "Hello, Module AWS D"
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stderr for fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d:
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:34 Reading Terragrunt config file at fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d/terragrunt.hcl
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d] 2019/08/31 20:05:34 Running command: terraform --version
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:34 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d/.terragrunt-cache/_6P6XSCOqrRs9u193fmSm37O1UY/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:34 Copying files from fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d/.terragrunt-cache/_6P6XSCOqrRs9u193fmSm37O1UY/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:34 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d/.terragrunt-cache/_6P6XSCOqrRs9u193fmSm37O1UY/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:34 Running command: terraform show
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stdout for fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e:
integration_test.go:1662: [TestExcludeDirs] No state.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stderr for fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e:
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:35 Reading Terragrunt config file at fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e/terragrunt.hcl
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e] 2019/08/31 20:05:35 Running command: terraform --version
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:35 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e/.terragrunt-cache/kBtsrSQ4zrmpD5TFZ3HuwgEycaY/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:35 Copying files from fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e/.terragrunt-cache/kBtsrSQ4zrmpD5TFZ3HuwgEycaY/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:35 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e/.terragrunt-cache/kBtsrSQ4zrmpD5TFZ3HuwgEycaY/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e] 2019/08/31 20:05:35 Running command: terraform init
integration_test.go:1662: [TestExcludeDirs] Initializing modules...
integration_test.go:1662: [TestExcludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing the backend...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestExcludeDirs] so the latest version was installed.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestExcludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestExcludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestExcludeDirs] suggested below.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestExcludeDirs] 
integration_test.go:1662: [TestExcludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestExcludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestExcludeDirs] should now work.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestExcludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestExcludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:37 Running command: terraform show
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of apply-all stdout:
integration_test.go:1662: [TestExcludeDirs] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestExcludeDirs] 
integration_test.go:1662: [TestExcludeDirs] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestExcludeDirs] 
integration_test.go:1662: [TestExcludeDirs] Outputs:
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] test = Hello, Module AWS A
integration_test.go:1662: [TestExcludeDirs] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestExcludeDirs] 
integration_test.go:1662: [TestExcludeDirs] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestExcludeDirs] 
integration_test.go:1662: [TestExcludeDirs] Outputs:
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] test = Hello, Module GCE B
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of apply-all stderr:
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:37 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a/.terragrunt-cache
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:37 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b/.terragrunt-cache
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:37 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c/.terragrunt-cache
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:37 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d/.terragrunt-cache
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:37 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e/.terragrunt-cache
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:37 Stack at fixture-download/local-with-exclude-dir:
integration_test.go:1662: [TestExcludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a (excluded: false, dependencies: [])
integration_test.go:1662: [TestExcludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b (excluded: false, dependencies: [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a])
integration_test.go:1662: [TestExcludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c (excluded: true, dependencies: [])
integration_test.go:1662: [TestExcludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d (excluded: true, dependencies: [])
integration_test.go:1662: [TestExcludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e (excluded: true, dependencies: [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d])
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:37 [terragrunt] Are you sure you want to run 'terragrunt apply' in each folder of the stack described above? (y/n)
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:37
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:37 The non-interactive flag is set to true, so assuming 'yes' for all prompts
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a] 2019/08/31 20:05:37 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a must wait for 0 dependencies to finish
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a] 2019/08/31 20:05:37 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a now
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a] 2019/08/31 20:05:37 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a/terragrunt.hcl
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b] 2019/08/31 20:05:37 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b must wait for 1 dependencies to finish
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a] 2019/08/31 20:05:37 Running command: terraform --version
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a] 2019/08/31 20:05:37 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a/.terragrunt-cache/RAk9J0Zv9JNZV-zN_sc547n9t0g/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a] 2019/08/31 20:05:37 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a/.terragrunt-cache/RAk9J0Zv9JNZV-zN_sc547n9t0g/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a] 2019/08/31 20:05:37 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a/.terragrunt-cache/RAk9J0Zv9JNZV-zN_sc547n9t0g/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a] 2019/08/31 20:05:37 Running command: terraform init
integration_test.go:1662: [TestExcludeDirs] Initializing modules...
integration_test.go:1662: [TestExcludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing the backend...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestExcludeDirs] so the latest version was installed.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestExcludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestExcludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestExcludeDirs] suggested below.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestExcludeDirs] 
integration_test.go:1662: [TestExcludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestExcludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestExcludeDirs] should now work.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestExcludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestExcludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a] 2019/08/31 20:05:40 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a] 2019/08/31 20:05:41 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a has finished successfully!
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b] 2019/08/31 20:05:41 Dependency /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a of module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b just finished successfully. Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b must wait on 0 more dependencies.
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b] 2019/08/31 20:05:41 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b now
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b] 2019/08/31 20:05:41 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b/terragrunt.hcl
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b] 2019/08/31 20:05:41 Running command: terraform --version
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b] 2019/08/31 20:05:41 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b/.terragrunt-cache/lubzITTDYLbrIO5g3CypvQoBbw0/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b] 2019/08/31 20:05:41 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b/.terragrunt-cache/lubzITTDYLbrIO5g3CypvQoBbw0/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b] 2019/08/31 20:05:41 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b/.terragrunt-cache/lubzITTDYLbrIO5g3CypvQoBbw0/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b] 2019/08/31 20:05:41 Running command: terraform init
integration_test.go:1662: [TestExcludeDirs] Initializing modules...
integration_test.go:1662: [TestExcludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing the backend...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestExcludeDirs] so the latest version was installed.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestExcludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestExcludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestExcludeDirs] suggested below.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestExcludeDirs] 
integration_test.go:1662: [TestExcludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestExcludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestExcludeDirs] should now work.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestExcludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestExcludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b] 2019/08/31 20:05:43 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b] 2019/08/31 20:05:44 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b has finished successfully!
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stdout for fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a:
integration_test.go:1662: [TestExcludeDirs] # data.template_file.test:
integration_test.go:1662: [TestExcludeDirs] data "template_file" "test" {
integration_test.go:1662: [TestExcludeDirs] id = "9ec2293a312f3e995e437b7667b4f7827a328643a3e08b186340d4b11f1b21ca"
integration_test.go:1662: [TestExcludeDirs] rendered = "Hello, Module AWS A"
integration_test.go:1662: [TestExcludeDirs] template = "Hello, Module AWS A"
integration_test.go:1662: [TestExcludeDirs] }
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Outputs:
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] test = "Hello, Module AWS A"
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stderr for fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a:
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:44 Reading Terragrunt config file at fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a/terragrunt.hcl
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a] 2019/08/31 20:05:44 Running command: terraform --version
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:44 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a/.terragrunt-cache/RAk9J0Zv9JNZV-zN_sc547n9t0g/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:44 Copying files from fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a/.terragrunt-cache/RAk9J0Zv9JNZV-zN_sc547n9t0g/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:44 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a/.terragrunt-cache/RAk9J0Zv9JNZV-zN_sc547n9t0g/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:44 Running command: terraform show
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stdout for fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b:
integration_test.go:1662: [TestExcludeDirs] # data.template_file.test:
integration_test.go:1662: [TestExcludeDirs] data "template_file" "test" {
integration_test.go:1662: [TestExcludeDirs] id = "fff79c31d0886034c8cc6eb29d633f042f0c1c02c8190a34efa679a40569c1a1"
integration_test.go:1662: [TestExcludeDirs] rendered = "Hello, Module GCE B"
integration_test.go:1662: [TestExcludeDirs] template = "Hello, Module GCE B"
integration_test.go:1662: [TestExcludeDirs] }
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Outputs:
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] test = "Hello, Module GCE B"
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stderr for fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b:
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:44 Reading Terragrunt config file at fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b/terragrunt.hcl
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b] 2019/08/31 20:05:44 Running command: terraform --version
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:44 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b/.terragrunt-cache/lubzITTDYLbrIO5g3CypvQoBbw0/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:44 Copying files from fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b/.terragrunt-cache/lubzITTDYLbrIO5g3CypvQoBbw0/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:44 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b/.terragrunt-cache/lubzITTDYLbrIO5g3CypvQoBbw0/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:44 Running command: terraform show
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stdout for fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c:
integration_test.go:1662: [TestExcludeDirs] No state.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stderr for fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c:
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:45 Reading Terragrunt config file at fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c/terragrunt.hcl
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c] 2019/08/31 20:05:45 Running command: terraform --version
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:45 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c/.terragrunt-cache/UiP46Vof6C6Rvr2iIwp7OwJ8CSE/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:45 Copying files from fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c/.terragrunt-cache/UiP46Vof6C6Rvr2iIwp7OwJ8CSE/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:45 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c/.terragrunt-cache/UiP46Vof6C6Rvr2iIwp7OwJ8CSE/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c] 2019/08/31 20:05:45 Running command: terraform init
integration_test.go:1662: [TestExcludeDirs] Initializing modules...
integration_test.go:1662: [TestExcludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing the backend...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestExcludeDirs] so the latest version was installed.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestExcludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestExcludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestExcludeDirs] suggested below.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestExcludeDirs] 
integration_test.go:1662: [TestExcludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestExcludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestExcludeDirs] should now work.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestExcludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestExcludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:47 Running command: terraform show
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stdout for fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d:
integration_test.go:1662: [TestExcludeDirs] No state.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stderr for fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d:
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:47 Reading Terragrunt config file at fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d/terragrunt.hcl
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d] 2019/08/31 20:05:47 Running command: terraform --version
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:47 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d/.terragrunt-cache/_6P6XSCOqrRs9u193fmSm37O1UY/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:47 Copying files from fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d/.terragrunt-cache/_6P6XSCOqrRs9u193fmSm37O1UY/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:47 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d/.terragrunt-cache/_6P6XSCOqrRs9u193fmSm37O1UY/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d] 2019/08/31 20:05:47 Running command: terraform init
integration_test.go:1662: [TestExcludeDirs] Initializing modules...
integration_test.go:1662: [TestExcludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing the backend...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestExcludeDirs] so the latest version was installed.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestExcludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestExcludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestExcludeDirs] suggested below.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestExcludeDirs] 
integration_test.go:1662: [TestExcludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestExcludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestExcludeDirs] should now work.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestExcludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestExcludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:50 Running command: terraform show
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stdout for fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e:
integration_test.go:1662: [TestExcludeDirs] No state.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stderr for fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e:
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:51 Reading Terragrunt config file at fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e/terragrunt.hcl
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e] 2019/08/31 20:05:51 Running command: terraform --version
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:51 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e/.terragrunt-cache/kBtsrSQ4zrmpD5TFZ3HuwgEycaY/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:51 Copying files from fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e/.terragrunt-cache/kBtsrSQ4zrmpD5TFZ3HuwgEycaY/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:51 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e/.terragrunt-cache/kBtsrSQ4zrmpD5TFZ3HuwgEycaY/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e] 2019/08/31 20:05:51 Running command: terraform init
integration_test.go:1662: [TestExcludeDirs] Initializing modules...
integration_test.go:1662: [TestExcludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing the backend...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestExcludeDirs] so the latest version was installed.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestExcludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestExcludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestExcludeDirs] suggested below.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestExcludeDirs] 
integration_test.go:1662: [TestExcludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestExcludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestExcludeDirs] should now work.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestExcludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestExcludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:55 Running command: terraform show
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of apply-all stdout:
integration_test.go:1662: [TestExcludeDirs] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestExcludeDirs] 
integration_test.go:1662: [TestExcludeDirs] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestExcludeDirs] 
integration_test.go:1662: [TestExcludeDirs] Outputs:
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] test = Hello, Module GCE E
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of apply-all stderr:
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:55 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a/.terragrunt-cache
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:55 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b/.terragrunt-cache
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:55 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c/.terragrunt-cache
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:55 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d/.terragrunt-cache
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:55 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e/.terragrunt-cache
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:55 Stack at fixture-download/local-with-exclude-dir:
integration_test.go:1662: [TestExcludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a (excluded: true, dependencies: [])
integration_test.go:1662: [TestExcludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b (excluded: true, dependencies: [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a])
integration_test.go:1662: [TestExcludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c (excluded: true, dependencies: [])
integration_test.go:1662: [TestExcludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d (excluded: true, dependencies: [])
integration_test.go:1662: [TestExcludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e (excluded: false, dependencies: [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d])
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:55 [terragrunt] Are you sure you want to run 'terragrunt apply' in each folder of the stack described above? (y/n)
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:55
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:55 The non-interactive flag is set to true, so assuming 'yes' for all prompts
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e] 2019/08/31 20:05:55 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e must wait for 0 dependencies to finish
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e] 2019/08/31 20:05:55 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e now
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e] 2019/08/31 20:05:55 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e/terragrunt.hcl
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e] 2019/08/31 20:05:55 Running command: terraform --version
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e] 2019/08/31 20:05:55 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e/.terragrunt-cache/kBtsrSQ4zrmpD5TFZ3HuwgEycaY/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e] 2019/08/31 20:05:55 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e/.terragrunt-cache/kBtsrSQ4zrmpD5TFZ3HuwgEycaY/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e] 2019/08/31 20:05:55 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e/.terragrunt-cache/kBtsrSQ4zrmpD5TFZ3HuwgEycaY/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e] 2019/08/31 20:05:55 Running command: terraform init
integration_test.go:1662: [TestExcludeDirs] Initializing modules...
integration_test.go:1662: [TestExcludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing the backend...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestExcludeDirs] so the latest version was installed.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestExcludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestExcludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestExcludeDirs] suggested below.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestExcludeDirs] 
integration_test.go:1662: [TestExcludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestExcludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestExcludeDirs] should now work.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestExcludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestExcludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e] 2019/08/31 20:05:58 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e] 2019/08/31 20:05:59 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e has finished successfully!
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stdout for fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a:
integration_test.go:1662: [TestExcludeDirs] No state.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stderr for fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a:
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:59 Reading Terragrunt config file at fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a/terragrunt.hcl
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a] 2019/08/31 20:05:59 Running command: terraform --version
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:59 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a/.terragrunt-cache/RAk9J0Zv9JNZV-zN_sc547n9t0g/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:59 Copying files from fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a/.terragrunt-cache/RAk9J0Zv9JNZV-zN_sc547n9t0g/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:05:59 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a/.terragrunt-cache/RAk9J0Zv9JNZV-zN_sc547n9t0g/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [fixture-download/local-with-exclude-dir/integration-env/aws/module-aws-a] 2019/08/31 20:05:59 Running command: terraform init
integration_test.go:1662: [TestExcludeDirs] Initializing modules...
integration_test.go:1662: [TestExcludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing the backend...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestExcludeDirs] so the latest version was installed.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestExcludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestExcludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestExcludeDirs] suggested below.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestExcludeDirs] 
integration_test.go:1662: [TestExcludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestExcludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestExcludeDirs] should now work.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestExcludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestExcludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:06:02 Running command: terraform show
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stdout for fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b:
integration_test.go:1662: [TestExcludeDirs] No state.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stderr for fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b:
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:06:02 Reading Terragrunt config file at fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b/terragrunt.hcl
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b] 2019/08/31 20:06:02 Running command: terraform --version
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:06:02 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b/.terragrunt-cache/lubzITTDYLbrIO5g3CypvQoBbw0/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:06:02 Copying files from fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b/.terragrunt-cache/lubzITTDYLbrIO5g3CypvQoBbw0/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:06:02 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b/.terragrunt-cache/lubzITTDYLbrIO5g3CypvQoBbw0/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-b] 2019/08/31 20:06:02 Running command: terraform init
integration_test.go:1662: [TestExcludeDirs] Initializing modules...
integration_test.go:1662: [TestExcludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing the backend...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestExcludeDirs] so the latest version was installed.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestExcludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestExcludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestExcludeDirs] suggested below.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestExcludeDirs] 
integration_test.go:1662: [TestExcludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestExcludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestExcludeDirs] should now work.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestExcludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestExcludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:06:08 Running command: terraform show
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stdout for fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c:
integration_test.go:1662: [TestExcludeDirs] No state.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stderr for fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c:
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:06:08 Reading Terragrunt config file at fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c/terragrunt.hcl
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:08 Running command: terraform --version
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:06:08 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c/.terragrunt-cache/UiP46Vof6C6Rvr2iIwp7OwJ8CSE/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:06:09 Copying files from fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c/.terragrunt-cache/UiP46Vof6C6Rvr2iIwp7OwJ8CSE/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:06:09 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c/.terragrunt-cache/UiP46Vof6C6Rvr2iIwp7OwJ8CSE/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [fixture-download/local-with-exclude-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:09 Running command: terraform init
integration_test.go:1662: [TestExcludeDirs] Initializing modules...
integration_test.go:1662: [TestExcludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing the backend...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestExcludeDirs] so the latest version was installed.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestExcludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestExcludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestExcludeDirs] suggested below.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestExcludeDirs] 
integration_test.go:1662: [TestExcludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestExcludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestExcludeDirs] should now work.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestExcludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestExcludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:06:12 Running command: terraform show
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stdout for fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d:
integration_test.go:1662: [TestExcludeDirs] No state.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stderr for fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d:
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:06:12 Reading Terragrunt config file at fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d/terragrunt.hcl
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:12 Running command: terraform --version
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:06:12 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d/.terragrunt-cache/_6P6XSCOqrRs9u193fmSm37O1UY/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:06:12 Copying files from fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d/.terragrunt-cache/_6P6XSCOqrRs9u193fmSm37O1UY/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:06:12 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d/.terragrunt-cache/_6P6XSCOqrRs9u193fmSm37O1UY/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [fixture-download/local-with-exclude-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:12 Running command: terraform init
integration_test.go:1662: [TestExcludeDirs] Initializing modules...
integration_test.go:1662: [TestExcludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing the backend...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestExcludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestExcludeDirs] so the latest version was installed.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestExcludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestExcludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestExcludeDirs] suggested below.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestExcludeDirs] 
integration_test.go:1662: [TestExcludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestExcludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestExcludeDirs] should now work.
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestExcludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestExcludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:06:16 Running command: terraform show
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stdout for fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e:
integration_test.go:1662: [TestExcludeDirs] # data.template_file.test:
integration_test.go:1662: [TestExcludeDirs] data "template_file" "test" {
integration_test.go:1662: [TestExcludeDirs] id = "0de05e72fa46a0205e26f52cb5acd486abe7c4cfcbd9a68fa0eb62b3a578acf3"
integration_test.go:1662: [TestExcludeDirs] rendered = "Hello, Module GCE E"
integration_test.go:1662: [TestExcludeDirs] template = "Hello, Module GCE E"
integration_test.go:1662: [TestExcludeDirs] }
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] Outputs:
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1662: [TestExcludeDirs] test = "Hello, Module GCE E"
integration_test.go:1662: [TestExcludeDirs]
integration_test.go:1659: [TestExcludeDirs] Full contents of show stderr for fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e:
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:06:16 Reading Terragrunt config file at fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e/terragrunt.hcl
integration_test.go:1662: [TestExcludeDirs] [terragrunt] [fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e] 2019/08/31 20:06:16 Running command: terraform --version
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:06:16 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e/.terragrunt-cache/kBtsrSQ4zrmpD5TFZ3HuwgEycaY/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:06:16 Copying files from fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e/.terragrunt-cache/kBtsrSQ4zrmpD5TFZ3HuwgEycaY/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:06:16 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-exclude-dir/production-env/gce/module-gce-e/.terragrunt-cache/kBtsrSQ4zrmpD5TFZ3HuwgEycaY/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestExcludeDirs] [terragrunt] 2019/08/31 20:06:16 Running command: terraform show
integration_test.go:1662: [TestExcludeDirs]
=== CONT TestTerragruntWorksWithIncludes
[terragrunt] 2019/08/31 20:06:17 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test344202658/qa/my-app/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test344202658/qa/my-app] 2019/08/31 20:06:17 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test344202658/qa/my-app] 2019/08/31 20:06:17 Initializing remote state for the s3 backend
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test344202658/qa/my-app] 2019/08/31 20:06:17 [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test344202658/qa/my-app] Remote state S3 bucket terragrunt-test-bucket-pybzwf does not exist or you don't have permissions to access it. Would you like Terragrunt to create it? (y/n)
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test344202658/qa/my-app] 2019/08/31 20:06:17
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test344202658/qa/my-app] 2019/08/31 20:06:17 The non-interactive flag is set to true, so assuming 'yes' for all prompts
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test344202658/qa/my-app] 2019/08/31 20:06:17 Create S3 bucket terragrunt-test-bucket-pybzwf
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test344202658/qa/my-app] 2019/08/31 20:06:17 Creating S3 bucket terragrunt-test-bucket-pybzwf
Initializing provider plugins...
- Checking for available provider plugins...

Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.
- Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test344202658/qa/my-app] 2019/08/31 20:06:18 Waiting for bucket terragrunt-test-bucket-pybzwf to be created
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3] 2019/08/31 20:06:18 Running command: terraform apply -input=false -auto-approve
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test344202658/qa/my-app] 2019/08/31 20:06:18 S3 bucket terragrunt-test-bucket-pybzwf created.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test344202658/qa/my-app] 2019/08/31 20:06:18 Blocking all public access to S3 bucket terragrunt-test-bucket-pybzwf
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test344202658/qa/my-app] 2019/08/31 20:06:18 No tags specified for bucket terragrunt-test-bucket-pybzwf.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test344202658/qa/my-app] 2019/08/31 20:06:18 Enabling versioning on S3 bucket terragrunt-test-bucket-pybzwf
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test344202658/qa/my-app] 2019/08/31 20:06:19 Enabling bucket-wide SSE on AWS S3 bucket terragrunt-test-bucket-pybzwf
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test344202658/qa/my-app] 2019/08/31 20:06:19 Granting WRITE and READ_ACP permissions to S3 Log Delivery (http://acs.amazonaws.com/groups/s3/LogDelivery) for bucket terragrunt-test-bucket-pybzwf. This is required for access logging.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test344202658/qa/my-app] 2019/08/31 20:06:19 Waiting for ACL bucket terragrunt-test-bucket-pybzwf to have the updated ACL for access logging.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test344202658/qa/my-app] 2019/08/31 20:06:19 Bucket terragrunt-test-bucket-pybzwf now has the proper ACL permissions for access logging!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test344202658/qa/my-app] 2019/08/31 20:06:19 Enabling bucket-wide Access Logging on AWS S3 bucket "terragrunt-test-bucket-pybzwf" - using as TargetBucket "terragrunt-test-bucket-pybzwf"
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.template: version = "~> 2.1"
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:06:19 Running command: terraform apply -input=false -auto-approve
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test344202658/qa/my-app] 2019/08/31 20:06:20 Running command: terraform init -backend-config=bucket=terragrunt-test-bucket-pybzwf -backend-config=encrypt=true -backend-config=key=qa/my-app/terraform.tfstate -backend-config=region=us-west-2
Initializing the backend...

Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.
data.terraform_remote_state.mgmt_vpc: Refreshing state...
Initializing provider plugins...
- Checking for available provider plugins...
- Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
app3_text = app3 output
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3] 2019/08/31 20:06:30 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3 has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app2] 2019/08/31 20:06:30 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3 of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app2 just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app2 must wait on 1 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app1] 2019/08/31 20:06:30 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app3 of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app1 just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app1 must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app1] 2019/08/31 20:06:30 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app1 now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app1] 2019/08/31 20:06:30 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app1/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app1] 2019/08/31 20:06:30 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app1] 2019/08/31 20:06:30 Initializing remote state for the s3 backend
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app1] 2019/08/31 20:06:32 Running command: terraform init -backend-config=bucket=terragrunt-test-bucket-0l4krf -backend-config=encrypt=true -backend-config=key=env1/app1/terraform.tfstate -backend-config=region=us-west-2
Initializing the backend...
data.template_file.text: Refreshing state...
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.template: version = "~> 2.1"
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] 2019/08/31 20:06:33 Running command: terraform apply

Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
text = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]]
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:06:34 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app] 2019/08/31 20:06:34 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app must wait on 1 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql] 2019/08/31 20:06:34 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql] 2019/08/31 20:06:34 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:06:34 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app must wait on 1 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql] 2019/08/31 20:06:34 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:06:34 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app must wait on 2 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis] 2019/08/31 20:06:34 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis] 2019/08/31 20:06:34 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis] 2019/08/31 20:06:34 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql] 2019/08/31 20:06:34 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis] 2019/08/31 20:06:34 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql] 2019/08/31 20:06:34 Initializing remote state for the s3 backend
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis] 2019/08/31 20:06:34 Initializing remote state for the s3 backend
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app1] 2019/08/31 20:06:34 Running command: terraform apply -input=false -auto-approve
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis] 2019/08/31 20:06:34 Running command: terraform init -backend-config=region=us-west-2 -backend-config=bucket=terragrunt-test-bucket-o41qlf -backend-config=encrypt=true -backend-config=key=stage/redis/terraform.tfstate -backend-config=lock_table=terragrunt-test-locks-ijyqsk
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql] 2019/08/31 20:06:34 Running command: terraform init -backend-config=lock_table=terragrunt-test-locks-ijyqsk -backend-config=region=us-west-2 -backend-config=bucket=terragrunt-test-bucket-o41qlf -backend-config=encrypt=true -backend-config=key=stage/mysql/terraform.tfstate
Initializing the backend...
Initializing the backend...

Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.

Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.
Initializing provider plugins...
- Checking for available provider plugins...
Initializing provider plugins...
- Checking for available provider plugins...
- Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
app1_text = app1 output
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app1] 2019/08/31 20:06:40 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app1 has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app2] 2019/08/31 20:06:40 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app1 of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app2 just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app2 must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app2] 2019/08/31 20:06:40 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app2 now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app2] 2019/08/31 20:06:40 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app2/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app2] 2019/08/31 20:06:40 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app2] 2019/08/31 20:06:40 Initializing remote state for the s3 backend
- Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.template: version = "~> 2.1"
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql] 2019/08/31 20:06:40 Running command: terraform apply -input=false -auto-approve
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app2] 2019/08/31 20:06:41 Running command: terraform init -backend-config=encrypt=true -backend-config=key=env1/app2/terraform.tfstate -backend-config=region=us-west-2 -backend-config=bucket=terragrunt-test-bucket-0l4krf
Initializing the backend...

Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.template: version = "~> 2.1"
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis] 2019/08/31 20:06:42 Running command: terraform apply -input=false -auto-approve
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app2] 2019/08/31 20:06:43 Running command: terraform apply -input=false -auto-approve
Acquiring state lock. This may take a few moments...
data.template_file.test: Refreshing state...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
--- PASS: TestTerragruntWorksWithIncludes (28.69s)
integration_test.go:1938: Deleting test s3 bucket terragrunt-test-bucket-pybzwf
=== CONT TestTerragruntWorksWithExistingGCSBucket
=== CONT TestTerragruntWorksWithGCSBackend
--- FAIL: TestTerragruntWorksWithExistingGCSBucket (0.00s)
integration_test.go:2055: Error creating GCS client: dialing: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.
integration_test.go:2078: Error creating GCS client: dialing: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.
[terragrunt] 2019/08/31 20:06:46 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test485794457/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test485794457] 2019/08/31 20:06:46 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test485794457] 2019/08/31 20:06:46 Initializing remote state for the gcs backend
--- FAIL: TestTerragruntWorksWithGCSBackend (0.07s)
integration_test.go:1715: Failed to run Terragrunt command 'terragrunt apply --terragrunt-non-interactive --terragrunt-config /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test485794457/terragrunt.hcl --terragrunt-working-dir fixture-gcs/' due to error: dialing: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.
Stdout: (see log output above)
Stderr: (see log output above)
integration_test.go:2078: Error creating GCS client: dialing: google: could not find default credentials. See https://developers.google.com/accounts/docs/application-default-credentials for more information.
=== CONT TestTerragruntWorksWithLocalTerraformVersion
[terragrunt] 2019/08/31 20:06:46 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:06:46 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:06:46 Initializing remote state for the s3 backend
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:06:47 [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] Remote state S3 bucket terragrunt-test-bucket-glkxrh does not exist or you don't have permissions to access it. Would you like Terragrunt to create it? (y/n)
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:06:47
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:06:47 The non-interactive flag is set to true, so assuming 'yes' for all prompts
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:06:47 Create S3 bucket terragrunt-test-bucket-glkxrh
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:06:47 Creating S3 bucket terragrunt-test-bucket-glkxrh
data.terraform_remote_state.vpc: Refreshing state...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:06:48 Waiting for bucket terragrunt-test-bucket-glkxrh to be created
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:06:48 S3 bucket terragrunt-test-bucket-glkxrh created.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:06:48 Blocking all public access to S3 bucket terragrunt-test-bucket-glkxrh
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:06:48 Tagging S3 bucket with map[name:Terraform state storage owner:terragrunt integration test]
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:06:48 Enabling versioning on S3 bucket terragrunt-test-bucket-glkxrh
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:06:49 Enabling bucket-wide SSE on AWS S3 bucket terragrunt-test-bucket-glkxrh
data.template_file.text: Refreshing state...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:06:49 Granting WRITE and READ_ACP permissions to S3 Log Delivery (http://acs.amazonaws.com/groups/s3/LogDelivery) for bucket terragrunt-test-bucket-glkxrh. This is required for access logging.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:06:49 Waiting for ACL bucket terragrunt-test-bucket-glkxrh to have the updated ACL for access logging.

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
app2_text = app2 output
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app2] 2019/08/31 20:06:49 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919/fixture-output-all/env1/app2 has finished successfully!
data.terraform_remote_state.vpc: Refreshing state...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:06:49 Bucket terragrunt-test-bucket-glkxrh now has the proper ACL permissions for access logging!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:06:49 Enabling bucket-wide Access Logging on AWS S3 bucket "terragrunt-test-bucket-glkxrh" - using as TargetBucket "terragrunt-test-bucket-glkxrh"
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:06:50 Lock table terragrunt-test-locks-yuqk6s does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:06:50 Creating table terragrunt-test-locks-yuqk6s in DynamoDB
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:06:50 Table terragrunt-test-locks-yuqk6s is not yet in active state. Will check again after 10s.
data.template_file.text: Refreshing state...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
Releasing state lock. This may take a few moments...

Outputs:
text = [I am a mysql template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]]]
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql] 2019/08/31 20:06:54 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:06:54 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app must wait on 1 more dependencies.

Outputs:
text = [I am a redis template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]]]
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis] 2019/08/31 20:06:57 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app] 2019/08/31 20:06:57 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app] 2019/08/31 20:06:57 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app] 2019/08/31 20:06:57 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app] 2019/08/31 20:06:57 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app] 2019/08/31 20:06:57 Initializing remote state for the s3 backend
--- PASS: TestIncludeDirs (48.38s)
integration_test.go:1659: [TestIncludeDirs] Full contents of apply-all stdout:
integration_test.go:1662: [TestIncludeDirs] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestIncludeDirs] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] Outputs:
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] test = Hello, Module AWS D
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] Outputs:
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] test = Hello, Module AWS A
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of apply-all stderr:
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:11 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a/.terragrunt-cache
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:11 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b/.terragrunt-cache
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:11 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c/.terragrunt-cache
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:11 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d/.terragrunt-cache
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:11 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e/.terragrunt-cache
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:11 Stack at fixture-download/local-with-include-dir:
integration_test.go:1662: [TestIncludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a (excluded: false, dependencies: [])
integration_test.go:1662: [TestIncludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b (excluded: true, dependencies: [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a])
integration_test.go:1662: [TestIncludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c (excluded: true, dependencies: [])
integration_test.go:1662: [TestIncludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d (excluded: false, dependencies: [])
integration_test.go:1662: [TestIncludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e (excluded: true, dependencies: [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d])
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:11 [terragrunt] Are you sure you want to run 'terragrunt apply' in each folder of the stack described above? (y/n)
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:11
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:11 The non-interactive flag is set to true, so assuming 'yes' for all prompts
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:11 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d must wait for 0 dependencies to finish
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:11 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d now
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:11 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d/terragrunt.hcl
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a] 2019/08/31 20:06:11 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a must wait for 0 dependencies to finish
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a] 2019/08/31 20:06:11 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a now
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a] 2019/08/31 20:06:11 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a/terragrunt.hcl
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a] 2019/08/31 20:06:11 Running command: terraform --version
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:11 Running command: terraform --version
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:11 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d/.terragrunt-cache/jtuOzPlnuUNQ4JcNN0AvtX_h9_U/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a] 2019/08/31 20:06:11 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a/.terragrunt-cache/KaCZ61b9XJ7DB_2hmZSRg4h23cs/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a] 2019/08/31 20:06:11 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a/.terragrunt-cache/KaCZ61b9XJ7DB_2hmZSRg4h23cs/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a] 2019/08/31 20:06:11 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a/.terragrunt-cache/KaCZ61b9XJ7DB_2hmZSRg4h23cs/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:11 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d/.terragrunt-cache/jtuOzPlnuUNQ4JcNN0AvtX_h9_U/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a] 2019/08/31 20:06:11 Running command: terraform init
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:11 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d/.terragrunt-cache/jtuOzPlnuUNQ4JcNN0AvtX_h9_U/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:11 Running command: terraform init
integration_test.go:1662: [TestIncludeDirs] Initializing modules...
integration_test.go:1662: [TestIncludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing the backend...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestIncludeDirs] Initializing modules...
integration_test.go:1662: [TestIncludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestIncludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing the backend...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestIncludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestIncludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestIncludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestIncludeDirs] so the latest version was installed.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestIncludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestIncludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestIncludeDirs] suggested below.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestIncludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestIncludeDirs] should now work.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestIncludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestIncludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:14 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestIncludeDirs] so the latest version was installed.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestIncludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestIncludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestIncludeDirs] suggested below.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestIncludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestIncludeDirs] should now work.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestIncludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestIncludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a] 2019/08/31 20:06:14 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:15 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d has finished successfully!
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a] 2019/08/31 20:06:16 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a has finished successfully!
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stdout for fixture-download/local-with-include-dir/production-env/gce/module-gce-e:
integration_test.go:1662: [TestIncludeDirs] No state.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stderr for fixture-download/local-with-include-dir/production-env/gce/module-gce-e:
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:16 Reading Terragrunt config file at fixture-download/local-with-include-dir/production-env/gce/module-gce-e/terragrunt.hcl
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [fixture-download/local-with-include-dir/production-env/gce/module-gce-e] 2019/08/31 20:06:16 Running command: terraform --version
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:16 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e/.terragrunt-cache/ffBJih50OAQANLwTU5g4jBChzTM/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:16 Copying files from fixture-download/local-with-include-dir/production-env/gce/module-gce-e into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e/.terragrunt-cache/ffBJih50OAQANLwTU5g4jBChzTM/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:16 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e/.terragrunt-cache/ffBJih50OAQANLwTU5g4jBChzTM/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [fixture-download/local-with-include-dir/production-env/gce/module-gce-e] 2019/08/31 20:06:16 Running command: terraform init
integration_test.go:1662: [TestIncludeDirs] Initializing modules...
integration_test.go:1662: [TestIncludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing the backend...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestIncludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestIncludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestIncludeDirs] so the latest version was installed.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestIncludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestIncludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestIncludeDirs] suggested below.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestIncludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestIncludeDirs] should now work.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestIncludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestIncludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:18 Running command: terraform show
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stdout for fixture-download/local-with-include-dir/integration-env/aws/module-aws-a:
integration_test.go:1662: [TestIncludeDirs] # data.template_file.test:
integration_test.go:1662: [TestIncludeDirs] data "template_file" "test" {
integration_test.go:1662: [TestIncludeDirs] id = "9ec2293a312f3e995e437b7667b4f7827a328643a3e08b186340d4b11f1b21ca"
integration_test.go:1662: [TestIncludeDirs] rendered = "Hello, Module AWS A"
integration_test.go:1662: [TestIncludeDirs] template = "Hello, Module AWS A"
integration_test.go:1662: [TestIncludeDirs] }
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Outputs:
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] test = "Hello, Module AWS A"
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stderr for fixture-download/local-with-include-dir/integration-env/aws/module-aws-a:
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:18 Reading Terragrunt config file at fixture-download/local-with-include-dir/integration-env/aws/module-aws-a/terragrunt.hcl
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [fixture-download/local-with-include-dir/integration-env/aws/module-aws-a] 2019/08/31 20:06:18 Running command: terraform --version
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:18 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a/.terragrunt-cache/KaCZ61b9XJ7DB_2hmZSRg4h23cs/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:18 Copying files from fixture-download/local-with-include-dir/integration-env/aws/module-aws-a into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a/.terragrunt-cache/KaCZ61b9XJ7DB_2hmZSRg4h23cs/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:18 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a/.terragrunt-cache/KaCZ61b9XJ7DB_2hmZSRg4h23cs/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:18 Running command: terraform show
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stdout for fixture-download/local-with-include-dir/integration-env/gce/module-gce-b:
integration_test.go:1662: [TestIncludeDirs] No state.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stderr for fixture-download/local-with-include-dir/integration-env/gce/module-gce-b:
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:19 Reading Terragrunt config file at fixture-download/local-with-include-dir/integration-env/gce/module-gce-b/terragrunt.hcl
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [fixture-download/local-with-include-dir/integration-env/gce/module-gce-b] 2019/08/31 20:06:19 Running command: terraform --version
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:19 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b/.terragrunt-cache/ee-xcGY5acwsEO5xiXsxsTwqzuY/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:19 Copying files from fixture-download/local-with-include-dir/integration-env/gce/module-gce-b into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b/.terragrunt-cache/ee-xcGY5acwsEO5xiXsxsTwqzuY/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:19 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b/.terragrunt-cache/ee-xcGY5acwsEO5xiXsxsTwqzuY/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [fixture-download/local-with-include-dir/integration-env/gce/module-gce-b] 2019/08/31 20:06:19 Running command: terraform init
integration_test.go:1662: [TestIncludeDirs] Initializing modules...
integration_test.go:1662: [TestIncludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing the backend...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestIncludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestIncludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestIncludeDirs] so the latest version was installed.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestIncludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestIncludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestIncludeDirs] suggested below.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestIncludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestIncludeDirs] should now work.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestIncludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestIncludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:22 Running command: terraform show
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stdout for fixture-download/local-with-include-dir/integration-env/gce/module-gce-c:
integration_test.go:1662: [TestIncludeDirs] No state.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stderr for fixture-download/local-with-include-dir/integration-env/gce/module-gce-c:
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:22 Reading Terragrunt config file at fixture-download/local-with-include-dir/integration-env/gce/module-gce-c/terragrunt.hcl
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [fixture-download/local-with-include-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:22 Running command: terraform --version
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:22 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c/.terragrunt-cache/E-QUogzarSwchHuPoSu8rluxqP0/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:22 Copying files from fixture-download/local-with-include-dir/integration-env/gce/module-gce-c into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c/.terragrunt-cache/E-QUogzarSwchHuPoSu8rluxqP0/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:22 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c/.terragrunt-cache/E-QUogzarSwchHuPoSu8rluxqP0/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [fixture-download/local-with-include-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:22 Running command: terraform init
integration_test.go:1662: [TestIncludeDirs] Initializing modules...
integration_test.go:1662: [TestIncludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing the backend...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestIncludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestIncludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestIncludeDirs] so the latest version was installed.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestIncludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestIncludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestIncludeDirs] suggested below.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestIncludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestIncludeDirs] should now work.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestIncludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestIncludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:25 Running command: terraform show
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stdout for fixture-download/local-with-include-dir/production-env/aws/module-aws-d:
integration_test.go:1662: [TestIncludeDirs] # data.template_file.test:
integration_test.go:1662: [TestIncludeDirs] data "template_file" "test" {
integration_test.go:1662: [TestIncludeDirs] id = "910fb8cae40967486339e602a337927285d6858ad66aef3e42d84c15c312b870"
integration_test.go:1662: [TestIncludeDirs] rendered = "Hello, Module AWS D"
integration_test.go:1662: [TestIncludeDirs] template = "Hello, Module AWS D"
integration_test.go:1662: [TestIncludeDirs] }
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Outputs:
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] test = "Hello, Module AWS D"
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stderr for fixture-download/local-with-include-dir/production-env/aws/module-aws-d:
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:25 Reading Terragrunt config file at fixture-download/local-with-include-dir/production-env/aws/module-aws-d/terragrunt.hcl
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:25 Running command: terraform --version
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:25 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d/.terragrunt-cache/jtuOzPlnuUNQ4JcNN0AvtX_h9_U/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:25 Copying files from fixture-download/local-with-include-dir/production-env/aws/module-aws-d into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d/.terragrunt-cache/jtuOzPlnuUNQ4JcNN0AvtX_h9_U/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:25 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d/.terragrunt-cache/jtuOzPlnuUNQ4JcNN0AvtX_h9_U/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:25 Running command: terraform show
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of apply-all stdout:
integration_test.go:1662: [TestIncludeDirs] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] Outputs:
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] test = Hello, Module AWS D
integration_test.go:1662: [TestIncludeDirs] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] Outputs:
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] test = Hello, Module GCE C
integration_test.go:1662: [TestIncludeDirs] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] Outputs:
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] test = Hello, Module GCE E
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of apply-all stderr:
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:26 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a/.terragrunt-cache
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:26 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b/.terragrunt-cache
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:26 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c/.terragrunt-cache
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:26 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d/.terragrunt-cache
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:26 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e/.terragrunt-cache
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:26 Stack at fixture-download/local-with-include-dir:
integration_test.go:1662: [TestIncludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a (excluded: true, dependencies: [])
integration_test.go:1662: [TestIncludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b (excluded: true, dependencies: [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a])
integration_test.go:1662: [TestIncludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c (excluded: false, dependencies: [])
integration_test.go:1662: [TestIncludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d (excluded: false, dependencies: [])
integration_test.go:1662: [TestIncludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e (excluded: false, dependencies: [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d])
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:26 [terragrunt] Are you sure you want to run 'terragrunt apply' in each folder of the stack described above? (y/n)
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:26
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:26 The non-interactive flag is set to true, so assuming 'yes' for all prompts
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e] 2019/08/31 20:06:26 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e must wait for 1 dependencies to finish
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:26 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d must wait for 0 dependencies to finish
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:26 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d now
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:26 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d/terragrunt.hcl
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:26 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c must wait for 0 dependencies to finish
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:26 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c now
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:26 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c/terragrunt.hcl
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:26 Running command: terraform --version
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:26 Running command: terraform --version
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:26 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d/.terragrunt-cache/jtuOzPlnuUNQ4JcNN0AvtX_h9_U/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:26 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c/.terragrunt-cache/E-QUogzarSwchHuPoSu8rluxqP0/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:26 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d/.terragrunt-cache/jtuOzPlnuUNQ4JcNN0AvtX_h9_U/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:26 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d/.terragrunt-cache/jtuOzPlnuUNQ4JcNN0AvtX_h9_U/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:26 Running command: terraform init
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:26 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c/.terragrunt-cache/E-QUogzarSwchHuPoSu8rluxqP0/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:26 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c/.terragrunt-cache/E-QUogzarSwchHuPoSu8rluxqP0/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:26 Running command: terraform init
integration_test.go:1662: [TestIncludeDirs] Initializing modules...
integration_test.go:1662: [TestIncludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing the backend...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestIncludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestIncludeDirs] Initializing modules...
integration_test.go:1662: [TestIncludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing the backend...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestIncludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestIncludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestIncludeDirs] so the latest version was installed.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestIncludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestIncludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestIncludeDirs] suggested below.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestIncludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestIncludeDirs] should now work.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestIncludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestIncludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:29 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestIncludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:30 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d has finished successfully!
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e] 2019/08/31 20:06:30 Dependency /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d of module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e just finished successfully. Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e must wait on 0 more dependencies.
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e] 2019/08/31 20:06:30 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e now
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e] 2019/08/31 20:06:30 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e/terragrunt.hcl
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e] 2019/08/31 20:06:30 Running command: terraform --version
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e] 2019/08/31 20:06:30 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e/.terragrunt-cache/ffBJih50OAQANLwTU5g4jBChzTM/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e] 2019/08/31 20:06:30 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e/.terragrunt-cache/ffBJih50OAQANLwTU5g4jBChzTM/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e] 2019/08/31 20:06:30 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e/.terragrunt-cache/ffBJih50OAQANLwTU5g4jBChzTM/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e] 2019/08/31 20:06:30 Running command: terraform init
integration_test.go:1662: [TestIncludeDirs] Initializing modules...
integration_test.go:1662: [TestIncludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing the backend...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestIncludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestIncludeDirs] so the latest version was installed.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestIncludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestIncludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestIncludeDirs] suggested below.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestIncludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestIncludeDirs] should now work.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestIncludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestIncludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:30 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestIncludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:31 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c has finished successfully!
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestIncludeDirs] so the latest version was installed.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestIncludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestIncludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestIncludeDirs] suggested below.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestIncludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestIncludeDirs] should now work.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestIncludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestIncludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e] 2019/08/31 20:06:33 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e] 2019/08/31 20:06:34 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e has finished successfully!
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stdout for fixture-download/local-with-include-dir/integration-env/gce/module-gce-b:
integration_test.go:1662: [TestIncludeDirs] No state.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stderr for fixture-download/local-with-include-dir/integration-env/gce/module-gce-b:
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:34 Reading Terragrunt config file at fixture-download/local-with-include-dir/integration-env/gce/module-gce-b/terragrunt.hcl
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [fixture-download/local-with-include-dir/integration-env/gce/module-gce-b] 2019/08/31 20:06:34 Running command: terraform --version
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:34 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b/.terragrunt-cache/ee-xcGY5acwsEO5xiXsxsTwqzuY/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:34 Copying files from fixture-download/local-with-include-dir/integration-env/gce/module-gce-b into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b/.terragrunt-cache/ee-xcGY5acwsEO5xiXsxsTwqzuY/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:34 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b/.terragrunt-cache/ee-xcGY5acwsEO5xiXsxsTwqzuY/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [fixture-download/local-with-include-dir/integration-env/gce/module-gce-b] 2019/08/31 20:06:34 Running command: terraform init
integration_test.go:1662: [TestIncludeDirs] Initializing modules...
integration_test.go:1662: [TestIncludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing the backend...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestIncludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestIncludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestIncludeDirs] so the latest version was installed.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestIncludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestIncludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestIncludeDirs] suggested below.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestIncludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestIncludeDirs] should now work.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestIncludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestIncludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:38 Running command: terraform show
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stdout for fixture-download/local-with-include-dir/integration-env/gce/module-gce-c:
integration_test.go:1662: [TestIncludeDirs] # data.template_file.test:
integration_test.go:1662: [TestIncludeDirs] data "template_file" "test" {
integration_test.go:1662: [TestIncludeDirs] id = "aa66107d52dfcc6ca096099e7fc44973f6b50a3368e119e168cabd90432c67b4"
integration_test.go:1662: [TestIncludeDirs] rendered = "Hello, Module GCE C"
integration_test.go:1662: [TestIncludeDirs] template = "Hello, Module GCE C"
integration_test.go:1662: [TestIncludeDirs] }
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Outputs:
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] test = "Hello, Module GCE C"
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stderr for fixture-download/local-with-include-dir/integration-env/gce/module-gce-c:
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:38 Reading Terragrunt config file at fixture-download/local-with-include-dir/integration-env/gce/module-gce-c/terragrunt.hcl
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [fixture-download/local-with-include-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:38 Running command: terraform --version
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:38 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c/.terragrunt-cache/E-QUogzarSwchHuPoSu8rluxqP0/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:38 Copying files from fixture-download/local-with-include-dir/integration-env/gce/module-gce-c into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c/.terragrunt-cache/E-QUogzarSwchHuPoSu8rluxqP0/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:38 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c/.terragrunt-cache/E-QUogzarSwchHuPoSu8rluxqP0/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:38 Running command: terraform show
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stdout for fixture-download/local-with-include-dir/production-env/aws/module-aws-d:
integration_test.go:1662: [TestIncludeDirs] # data.template_file.test:
integration_test.go:1662: [TestIncludeDirs] data "template_file" "test" {
integration_test.go:1662: [TestIncludeDirs] id = "910fb8cae40967486339e602a337927285d6858ad66aef3e42d84c15c312b870"
integration_test.go:1662: [TestIncludeDirs] rendered = "Hello, Module AWS D"
integration_test.go:1662: [TestIncludeDirs] template = "Hello, Module AWS D"
integration_test.go:1662: [TestIncludeDirs] }
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Outputs:
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] test = "Hello, Module AWS D"
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stderr for fixture-download/local-with-include-dir/production-env/aws/module-aws-d:
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:39 Reading Terragrunt config file at fixture-download/local-with-include-dir/production-env/aws/module-aws-d/terragrunt.hcl
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:39 Running command: terraform --version
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:39 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d/.terragrunt-cache/jtuOzPlnuUNQ4JcNN0AvtX_h9_U/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:39 Copying files from fixture-download/local-with-include-dir/production-env/aws/module-aws-d into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d/.terragrunt-cache/jtuOzPlnuUNQ4JcNN0AvtX_h9_U/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:39 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d/.terragrunt-cache/jtuOzPlnuUNQ4JcNN0AvtX_h9_U/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:39 Running command: terraform show
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stdout for fixture-download/local-with-include-dir/production-env/gce/module-gce-e:
integration_test.go:1662: [TestIncludeDirs] # data.template_file.test:
integration_test.go:1662: [TestIncludeDirs] data "template_file" "test" {
integration_test.go:1662: [TestIncludeDirs] id = "0de05e72fa46a0205e26f52cb5acd486abe7c4cfcbd9a68fa0eb62b3a578acf3"
integration_test.go:1662: [TestIncludeDirs] rendered = "Hello, Module GCE E"
integration_test.go:1662: [TestIncludeDirs] template = "Hello, Module GCE E"
integration_test.go:1662: [TestIncludeDirs] }
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Outputs:
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] test = "Hello, Module GCE E"
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stderr for fixture-download/local-with-include-dir/production-env/gce/module-gce-e:
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:39 Reading Terragrunt config file at fixture-download/local-with-include-dir/production-env/gce/module-gce-e/terragrunt.hcl
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [fixture-download/local-with-include-dir/production-env/gce/module-gce-e] 2019/08/31 20:06:39 Running command: terraform --version
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:39 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e/.terragrunt-cache/ffBJih50OAQANLwTU5g4jBChzTM/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:39 Copying files from fixture-download/local-with-include-dir/production-env/gce/module-gce-e into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e/.terragrunt-cache/ffBJih50OAQANLwTU5g4jBChzTM/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:39 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e/.terragrunt-cache/ffBJih50OAQANLwTU5g4jBChzTM/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:39 Running command: terraform show
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stdout for fixture-download/local-with-include-dir/integration-env/aws/module-aws-a:
integration_test.go:1662: [TestIncludeDirs] No state.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stderr for fixture-download/local-with-include-dir/integration-env/aws/module-aws-a:
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:39 Reading Terragrunt config file at fixture-download/local-with-include-dir/integration-env/aws/module-aws-a/terragrunt.hcl
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [fixture-download/local-with-include-dir/integration-env/aws/module-aws-a] 2019/08/31 20:06:39 Running command: terraform --version
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:39 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a/.terragrunt-cache/KaCZ61b9XJ7DB_2hmZSRg4h23cs/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:39 Copying files from fixture-download/local-with-include-dir/integration-env/aws/module-aws-a into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a/.terragrunt-cache/KaCZ61b9XJ7DB_2hmZSRg4h23cs/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:39 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a/.terragrunt-cache/KaCZ61b9XJ7DB_2hmZSRg4h23cs/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [fixture-download/local-with-include-dir/integration-env/aws/module-aws-a] 2019/08/31 20:06:39 Running command: terraform init
integration_test.go:1662: [TestIncludeDirs] Initializing modules...
integration_test.go:1662: [TestIncludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing the backend...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestIncludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestIncludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestIncludeDirs] so the latest version was installed.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestIncludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestIncludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestIncludeDirs] suggested below.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestIncludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestIncludeDirs] should now work.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestIncludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestIncludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:44 Running command: terraform show
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of apply-all stdout:
integration_test.go:1662: [TestIncludeDirs] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] Outputs:
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] test = Hello, Module AWS D
integration_test.go:1662: [TestIncludeDirs] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] Outputs:
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] test = Hello, Module AWS A
integration_test.go:1662: [TestIncludeDirs] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] Outputs:
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] test = Hello, Module GCE C
integration_test.go:1662: [TestIncludeDirs] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] Outputs:
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] test = Hello, Module GCE B
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of apply-all stderr:
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:45 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a/.terragrunt-cache
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:45 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b/.terragrunt-cache
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:45 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c/.terragrunt-cache
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:45 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d/.terragrunt-cache
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:45 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e/.terragrunt-cache
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:45 Stack at fixture-download/local-with-include-dir:
integration_test.go:1662: [TestIncludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a (excluded: false, dependencies: [])
integration_test.go:1662: [TestIncludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b (excluded: false, dependencies: [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a])
integration_test.go:1662: [TestIncludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c (excluded: false, dependencies: [])
integration_test.go:1662: [TestIncludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d (excluded: false, dependencies: [])
integration_test.go:1662: [TestIncludeDirs] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e (excluded: true, dependencies: [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d])
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:45 [terragrunt] Are you sure you want to run 'terragrunt apply' in each folder of the stack described above? (y/n)
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:45
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:45 The non-interactive flag is set to true, so assuming 'yes' for all prompts
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a] 2019/08/31 20:06:45 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a must wait for 0 dependencies to finish
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a] 2019/08/31 20:06:45 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a now
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a] 2019/08/31 20:06:45 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a/terragrunt.hcl
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b] 2019/08/31 20:06:45 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b must wait for 1 dependencies to finish
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:45 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d must wait for 0 dependencies to finish
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:45 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d now
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:45 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d/terragrunt.hcl
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:45 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c must wait for 0 dependencies to finish
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:45 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c now
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:45 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c/terragrunt.hcl
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a] 2019/08/31 20:06:45 Running command: terraform --version
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:45 Running command: terraform --version
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:45 Running command: terraform --version
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:45 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d/.terragrunt-cache/jtuOzPlnuUNQ4JcNN0AvtX_h9_U/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:45 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c/.terragrunt-cache/E-QUogzarSwchHuPoSu8rluxqP0/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a] 2019/08/31 20:06:45 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a/.terragrunt-cache/KaCZ61b9XJ7DB_2hmZSRg4h23cs/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:45 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d/.terragrunt-cache/jtuOzPlnuUNQ4JcNN0AvtX_h9_U/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:45 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d/.terragrunt-cache/jtuOzPlnuUNQ4JcNN0AvtX_h9_U/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:45 Running command: terraform init
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:45 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c/.terragrunt-cache/E-QUogzarSwchHuPoSu8rluxqP0/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a] 2019/08/31 20:06:45 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a/.terragrunt-cache/KaCZ61b9XJ7DB_2hmZSRg4h23cs/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a] 2019/08/31 20:06:45 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a/.terragrunt-cache/KaCZ61b9XJ7DB_2hmZSRg4h23cs/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:45 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c/.terragrunt-cache/E-QUogzarSwchHuPoSu8rluxqP0/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a] 2019/08/31 20:06:45 Running command: terraform init
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:45 Running command: terraform init
integration_test.go:1662: [TestIncludeDirs] Initializing modules...
integration_test.go:1662: [TestIncludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing the backend...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestIncludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestIncludeDirs] Initializing modules...
integration_test.go:1662: [TestIncludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing the backend...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestIncludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestIncludeDirs] Initializing modules...
integration_test.go:1662: [TestIncludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing the backend...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestIncludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestIncludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestIncludeDirs] so the latest version was installed.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestIncludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestIncludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestIncludeDirs] suggested below.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestIncludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestIncludeDirs] should now work.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestIncludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestIncludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:47 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestIncludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:48 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d has finished successfully!
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestIncludeDirs] so the latest version was installed.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestIncludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestIncludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestIncludeDirs] suggested below.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestIncludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestIncludeDirs] should now work.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestIncludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestIncludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a] 2019/08/31 20:06:51 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestIncludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a] 2019/08/31 20:06:52 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a has finished successfully!
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b] 2019/08/31 20:06:52 Dependency /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a of module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b just finished successfully. Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b must wait on 0 more dependencies.
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b] 2019/08/31 20:06:52 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b now
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b] 2019/08/31 20:06:52 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b/terragrunt.hcl
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b] 2019/08/31 20:06:52 Running command: terraform --version
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b] 2019/08/31 20:06:52 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b/.terragrunt-cache/ee-xcGY5acwsEO5xiXsxsTwqzuY/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b] 2019/08/31 20:06:52 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b/.terragrunt-cache/ee-xcGY5acwsEO5xiXsxsTwqzuY/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b] 2019/08/31 20:06:52 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b/.terragrunt-cache/ee-xcGY5acwsEO5xiXsxsTwqzuY/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b] 2019/08/31 20:06:52 Running command: terraform init
integration_test.go:1662: [TestIncludeDirs] Initializing modules...
integration_test.go:1662: [TestIncludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing the backend...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestIncludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestIncludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestIncludeDirs] so the latest version was installed.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestIncludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestIncludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestIncludeDirs] suggested below.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestIncludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestIncludeDirs] should now work.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestIncludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestIncludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:53 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:54 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c has finished successfully!
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestIncludeDirs] so the latest version was installed.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestIncludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestIncludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestIncludeDirs] suggested below.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestIncludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestIncludeDirs] should now work.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestIncludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestIncludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b] 2019/08/31 20:06:54 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b] 2019/08/31 20:06:55 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b has finished successfully!
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stdout for fixture-download/local-with-include-dir/integration-env/aws/module-aws-a:
integration_test.go:1662: [TestIncludeDirs] # data.template_file.test:
integration_test.go:1662: [TestIncludeDirs] data "template_file" "test" {
integration_test.go:1662: [TestIncludeDirs] id = "9ec2293a312f3e995e437b7667b4f7827a328643a3e08b186340d4b11f1b21ca"
integration_test.go:1662: [TestIncludeDirs] rendered = "Hello, Module AWS A"
integration_test.go:1662: [TestIncludeDirs] template = "Hello, Module AWS A"
integration_test.go:1662: [TestIncludeDirs] }
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Outputs:
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] test = "Hello, Module AWS A"
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stderr for fixture-download/local-with-include-dir/integration-env/aws/module-aws-a:
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:55 Reading Terragrunt config file at fixture-download/local-with-include-dir/integration-env/aws/module-aws-a/terragrunt.hcl
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [fixture-download/local-with-include-dir/integration-env/aws/module-aws-a] 2019/08/31 20:06:55 Running command: terraform --version
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:55 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a/.terragrunt-cache/KaCZ61b9XJ7DB_2hmZSRg4h23cs/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:55 Copying files from fixture-download/local-with-include-dir/integration-env/aws/module-aws-a into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a/.terragrunt-cache/KaCZ61b9XJ7DB_2hmZSRg4h23cs/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:55 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/aws/module-aws-a/.terragrunt-cache/KaCZ61b9XJ7DB_2hmZSRg4h23cs/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:55 Running command: terraform show
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stdout for fixture-download/local-with-include-dir/integration-env/gce/module-gce-b:
integration_test.go:1662: [TestIncludeDirs] # data.template_file.test:
integration_test.go:1662: [TestIncludeDirs] data "template_file" "test" {
integration_test.go:1662: [TestIncludeDirs] id = "fff79c31d0886034c8cc6eb29d633f042f0c1c02c8190a34efa679a40569c1a1"
integration_test.go:1662: [TestIncludeDirs] rendered = "Hello, Module GCE B"
integration_test.go:1662: [TestIncludeDirs] template = "Hello, Module GCE B"
integration_test.go:1662: [TestIncludeDirs] }
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Outputs:
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] test = "Hello, Module GCE B"
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stderr for fixture-download/local-with-include-dir/integration-env/gce/module-gce-b:
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:56 Reading Terragrunt config file at fixture-download/local-with-include-dir/integration-env/gce/module-gce-b/terragrunt.hcl
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [fixture-download/local-with-include-dir/integration-env/gce/module-gce-b] 2019/08/31 20:06:56 Running command: terraform --version
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:56 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b/.terragrunt-cache/ee-xcGY5acwsEO5xiXsxsTwqzuY/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:56 Copying files from fixture-download/local-with-include-dir/integration-env/gce/module-gce-b into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b/.terragrunt-cache/ee-xcGY5acwsEO5xiXsxsTwqzuY/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:56 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-b/.terragrunt-cache/ee-xcGY5acwsEO5xiXsxsTwqzuY/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:56 Running command: terraform show
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stdout for fixture-download/local-with-include-dir/integration-env/gce/module-gce-c:
integration_test.go:1662: [TestIncludeDirs] # data.template_file.test:
integration_test.go:1662: [TestIncludeDirs] data "template_file" "test" {
integration_test.go:1662: [TestIncludeDirs] id = "aa66107d52dfcc6ca096099e7fc44973f6b50a3368e119e168cabd90432c67b4"
integration_test.go:1662: [TestIncludeDirs] rendered = "Hello, Module GCE C"
integration_test.go:1662: [TestIncludeDirs] template = "Hello, Module GCE C"
integration_test.go:1662: [TestIncludeDirs] }
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Outputs:
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] test = "Hello, Module GCE C"
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stderr for fixture-download/local-with-include-dir/integration-env/gce/module-gce-c:
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:56 Reading Terragrunt config file at fixture-download/local-with-include-dir/integration-env/gce/module-gce-c/terragrunt.hcl
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [fixture-download/local-with-include-dir/integration-env/gce/module-gce-c] 2019/08/31 20:06:56 Running command: terraform --version
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:56 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c/.terragrunt-cache/E-QUogzarSwchHuPoSu8rluxqP0/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:56 Copying files from fixture-download/local-with-include-dir/integration-env/gce/module-gce-c into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c/.terragrunt-cache/E-QUogzarSwchHuPoSu8rluxqP0/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:56 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/integration-env/gce/module-gce-c/.terragrunt-cache/E-QUogzarSwchHuPoSu8rluxqP0/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:56 Running command: terraform show
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stdout for fixture-download/local-with-include-dir/production-env/aws/module-aws-d:
integration_test.go:1662: [TestIncludeDirs] # data.template_file.test:
integration_test.go:1662: [TestIncludeDirs] data "template_file" "test" {
integration_test.go:1662: [TestIncludeDirs] id = "910fb8cae40967486339e602a337927285d6858ad66aef3e42d84c15c312b870"
integration_test.go:1662: [TestIncludeDirs] rendered = "Hello, Module AWS D"
integration_test.go:1662: [TestIncludeDirs] template = "Hello, Module AWS D"
integration_test.go:1662: [TestIncludeDirs] }
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Outputs:
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] test = "Hello, Module AWS D"
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stderr for fixture-download/local-with-include-dir/production-env/aws/module-aws-d:
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:56 Reading Terragrunt config file at fixture-download/local-with-include-dir/production-env/aws/module-aws-d/terragrunt.hcl
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [fixture-download/local-with-include-dir/production-env/aws/module-aws-d] 2019/08/31 20:06:56 Running command: terraform --version
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:56 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d/.terragrunt-cache/jtuOzPlnuUNQ4JcNN0AvtX_h9_U/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:57 Copying files from fixture-download/local-with-include-dir/production-env/aws/module-aws-d into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d/.terragrunt-cache/jtuOzPlnuUNQ4JcNN0AvtX_h9_U/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:57 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/aws/module-aws-d/.terragrunt-cache/jtuOzPlnuUNQ4JcNN0AvtX_h9_U/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:57 Running command: terraform show
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stdout for fixture-download/local-with-include-dir/production-env/gce/module-gce-e:
integration_test.go:1662: [TestIncludeDirs] No state.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1659: [TestIncludeDirs] Full contents of show stderr for fixture-download/local-with-include-dir/production-env/gce/module-gce-e:
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:57 Reading Terragrunt config file at fixture-download/local-with-include-dir/production-env/gce/module-gce-e/terragrunt.hcl
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [fixture-download/local-with-include-dir/production-env/gce/module-gce-e] 2019/08/31 20:06:57 Running command: terraform --version
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:57 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e/.terragrunt-cache/ffBJih50OAQANLwTU5g4jBChzTM/0Qg5IKXXsF-9o8B5CDH69um2mKI
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:57 Copying files from fixture-download/local-with-include-dir/production-env/gce/module-gce-e into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e/.terragrunt-cache/ffBJih50OAQANLwTU5g4jBChzTM/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:57 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-include-dir/production-env/gce/module-gce-e/.terragrunt-cache/ffBJih50OAQANLwTU5g4jBChzTM/0Qg5IKXXsF-9o8B5CDH69um2mKI/hello-world-no-remote
integration_test.go:1662: [TestIncludeDirs] [terragrunt] [fixture-download/local-with-include-dir/production-env/gce/module-gce-e] 2019/08/31 20:06:57 Running command: terraform init
integration_test.go:1662: [TestIncludeDirs] Initializing modules...
integration_test.go:1662: [TestIncludeDirs] - hello in ../hello-world/hello
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing the backend...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Initializing provider plugins...
integration_test.go:1662: [TestIncludeDirs] - Checking for available provider plugins...
integration_test.go:1662: [TestIncludeDirs] - Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] The following providers do not have any version constraints in configuration,
integration_test.go:1662: [TestIncludeDirs] so the latest version was installed.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] To prevent automatic upgrades to new major versions that may contain breaking
integration_test.go:1662: [TestIncludeDirs] changes, it is recommended to add version = "..." constraints to the
integration_test.go:1662: [TestIncludeDirs] corresponding provider blocks in configuration, with the constraint strings
integration_test.go:1662: [TestIncludeDirs] suggested below.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] * provider.template: version = "~> 2.1"
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] Terraform has been successfully initialized!
integration_test.go:1662: [TestIncludeDirs] 
integration_test.go:1662: [TestIncludeDirs] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestIncludeDirs] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestIncludeDirs] should now work.
integration_test.go:1662: [TestIncludeDirs]
integration_test.go:1662: [TestIncludeDirs] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestIncludeDirs] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestIncludeDirs] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestIncludeDirs] [terragrunt] 2019/08/31 20:06:59 Running command: terraform show
integration_test.go:1662: [TestIncludeDirs]
=== CONT TestTerragruntBeforeAndAfterHook
[terragrunt] 2019/08/31 20:06:59 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test487361075/fixture-hooks/before-and-after/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test487361075/fixture-hooks/before-and-after] 2019/08/31 20:06:59 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test487361075/fixture-hooks/before-and-after] 2019/08/31 20:06:59 Detected 1 Hooks
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test487361075/fixture-hooks/before-and-after] 2019/08/31 20:06:59 Running command: terraform init
Initializing the backend...
Initializing provider plugins...
- Checking for available provider plugins...
- Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app] 2019/08/31 20:07:00 Running command: terraform init -backend-config=bucket=terragrunt-test-bucket-o41qlf -backend-config=encrypt=true -backend-config=key=stage/search-app/terraform.tfstate -backend-config=lock_table=terragrunt-test-locks-ijyqsk -backend-config=region=us-west-2
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:07:00 Success! Table terragrunt-test-locks-yuqk6s is now in active state.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:07:00 Adding tags to lock table: map[name:Terraform lock table owner:terragrunt integration test]
Initializing modules...
- example_module in example-module
Initializing the backend...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:07:00 Enabling server-side encryption on table terragrunt-test-locks-yuqk6s in AWS DynamoDB
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:07:00 Waiting for encryption to be enabled on table terragrunt-test-locks-yuqk6s
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:07:00 Encryption is still not enabled for table terragrunt-test-locks-yuqk6s. Will sleep for 20s and try again.

Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.template: version = "~> 2.1"
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test487361075/fixture-hooks/before-and-after] 2019/08/31 20:07:01 Detected 1 Hooks
[terragrunt] 2019/08/31 20:07:01 Detected 1 Hooks
[terragrunt] 2019/08/31 20:07:01 Executing hook: before_hook_1
[terragrunt] 2019/08/31 20:07:01 Running command: touch before.out
[terragrunt] 2019/08/31 20:07:01 Running command: terraform apply
data.template_file.example: Refreshing state...
Initializing provider plugins...
- Checking for available provider plugins...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
example = hello, world
[terragrunt] 2019/08/31 20:07:02 Detected 1 Hooks
[terragrunt] 2019/08/31 20:07:02 Executing hook: after_hook_1
[terragrunt] 2019/08/31 20:07:02 Running command: touch after.out
--- PASS: TestTerragruntBeforeAndAfterHook (2.96s)
integration_test.go:1725: Copying fixture-hooks/before-and-after to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test487361075
=== CONT TestTerragruntEmptyCommandListHook
--- PASS: TestTerragruntEmptyCommandListHook (0.00s)
integration_test.go:1725: Copying fixture-hooks/bad-arg-action/empty-command-list to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test874334710
=== CONT TestTerragruntEmptyStringCommandHook
--- PASS: TestTerragruntEmptyStringCommandHook (0.00s)
integration_test.go:1725: Copying fixture-hooks/bad-arg-action/empty-string-command to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test328817373
=== CONT TestTerragruntBeforeOneArgAction
- Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.template: version = "~> 2.1"
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app] 2019/08/31 20:07:05 Running command: terraform apply -input=false -auto-approve
--- PASS: TestTerragruntBeforeOneArgAction (3.56s)
integration_test.go:1725: Copying fixture-hooks/one-arg-action to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test097833112
=== CONT TestTerragruntSkipOnError
--- PASS: TestTerragruntOutputAllCommand (54.07s)
integration_test.go:1725: Copying fixture-output-all to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test057707919
integration_test.go:1938: Deleting test s3 bucket terragrunt-test-bucket-0l4krf
=== CONT TestTerragruntBeforeAndAfterMergeHook
[terragrunt] 2019/08/31 20:07:07 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test949170570/qa/my-app/terragrunt.hcl
[terragrunt] 2019/08/31 20:07:07 hook 'before_hook_merge_1' from child overriding parent
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test949170570/qa/my-app] 2019/08/31 20:07:07 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test949170570/qa/my-app] 2019/08/31 20:07:07 Initializing remote state for the s3 backend
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test949170570/qa/my-app] 2019/08/31 20:07:08 [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test949170570/qa/my-app] Remote state S3 bucket terragrunt-test-bucket-ppk9kd does not exist or you don't have permissions to access it. Would you like Terragrunt to create it? (y/n)
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test949170570/qa/my-app] 2019/08/31 20:07:08
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test949170570/qa/my-app] 2019/08/31 20:07:08 The non-interactive flag is set to true, so assuming 'yes' for all prompts
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test949170570/qa/my-app] 2019/08/31 20:07:08 Create S3 bucket terragrunt-test-bucket-ppk9kd
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test949170570/qa/my-app] 2019/08/31 20:07:08 Creating S3 bucket terragrunt-test-bucket-ppk9kd
--- PASS: TestTerragruntSkipOnError (2.08s)
integration_test.go:1725: Copying fixture-hooks/skip-on-error to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test363662103
=== CONT TestTerragruntInitHookWithSourceWithBackend
module.example_module.data.template_file.text: Refreshing state...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test949170570/qa/my-app] 2019/08/31 20:07:08 Waiting for bucket terragrunt-test-bucket-ppk9kd to be created
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test949170570/qa/my-app] 2019/08/31 20:07:09 S3 bucket terragrunt-test-bucket-ppk9kd created.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test949170570/qa/my-app] 2019/08/31 20:07:09 Blocking all public access to S3 bucket terragrunt-test-bucket-ppk9kd
data.terraform_remote_state.redis: Refreshing state...
data.terraform_remote_state.vpc: Refreshing state...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test949170570/qa/my-app] 2019/08/31 20:07:09 No tags specified for bucket terragrunt-test-bucket-ppk9kd.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test949170570/qa/my-app] 2019/08/31 20:07:09 Enabling versioning on S3 bucket terragrunt-test-bucket-ppk9kd
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test949170570/qa/my-app] 2019/08/31 20:07:09 Enabling bucket-wide SSE on AWS S3 bucket terragrunt-test-bucket-ppk9kd
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test949170570/qa/my-app] 2019/08/31 20:07:09 Granting WRITE and READ_ACP permissions to S3 Log Delivery (http://acs.amazonaws.com/groups/s3/LogDelivery) for bucket terragrunt-test-bucket-ppk9kd. This is required for access logging.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test949170570/qa/my-app] 2019/08/31 20:07:10 Waiting for ACL bucket terragrunt-test-bucket-ppk9kd to have the updated ACL for access logging.
data.template_file.text: Refreshing state...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test949170570/qa/my-app] 2019/08/31 20:07:10 Bucket terragrunt-test-bucket-ppk9kd now has the proper ACL permissions for access logging!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test949170570/qa/my-app] 2019/08/31 20:07:10 Enabling bucket-wide Access Logging on AWS S3 bucket "terragrunt-test-bucket-ppk9kd" - using as TargetBucket "terragrunt-test-bucket-ppk9kd"
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test949170570/qa/my-app] 2019/08/31 20:07:10 Detected 2 Hooks
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test949170570/qa/my-app] 2019/08/31 20:07:10 Running command: terraform init -backend-config=bucket=terragrunt-test-bucket-ppk9kd -backend-config=encrypt=true -backend-config=key=qa/my-app/terraform.tfstate -backend-config=region=us-west-2
Initializing the backend...

Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
text = [I am a search-app template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]], redis = [I am a redis template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]]], example_module = Example text from a module]
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app] 2019/08/31 20:07:11 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:07:11 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:07:11 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:07:11 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:07:11 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:07:11 Initializing remote state for the s3 backend
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:07:12 Running command: terraform init -backend-config=lock_table=terragrunt-test-locks-ijyqsk -backend-config=region=us-west-2 -backend-config=bucket=terragrunt-test-bucket-o41qlf -backend-config=encrypt=true -backend-config=key=stage/backend-app/terraform.tfstate
Initializing the backend...
Initializing provider plugins...
- Checking for available provider plugins...
- Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...

Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.
Initializing provider plugins...
- Checking for available provider plugins...
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.template: version = "~> 2.1"
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test949170570/qa/my-app] 2019/08/31 20:07:14 Detected 2 Hooks
[terragrunt] 2019/08/31 20:07:14 Detected 2 Hooks
[terragrunt] 2019/08/31 20:07:14 Executing hook: before_hook_merge_1
[terragrunt] 2019/08/31 20:07:14 Running command: touch before-child.out
[terragrunt] 2019/08/31 20:07:14 Executing hook: before_hook_1
[terragrunt] 2019/08/31 20:07:14 Running command: touch before.out
[terragrunt] 2019/08/31 20:07:14 Running command: terraform apply
- Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.template: version = "~> 2.1"
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:07:16 Running command: terraform apply -input=false -auto-approve
data.template_file.example: Refreshing state...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
example = hello, world
[terragrunt] 2019/08/31 20:07:17 Detected 2 Hooks
[terragrunt] 2019/08/31 20:07:17 Executing hook: after_hook_parent_1
[terragrunt] 2019/08/31 20:07:17 Running command: touch after-parent.out
[terragrunt] 2019/08/31 20:07:17 Executing hook: after_hook_1
[terragrunt] 2019/08/31 20:07:17 Running command: touch after.out
--- PASS: TestTerragruntBeforeAndAfterMergeHook (10.12s)
integration_test.go:270: bucketName: terragrunt-test-bucket-ppk9kd
integration_test.go:1938: Deleting test s3 bucket terragrunt-test-bucket-ppk9kd
=== CONT TestTerragruntAfterHook
[terragrunt] 2019/08/31 20:07:17 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test262739788/fixture-hooks/after-only/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test262739788/fixture-hooks/after-only] 2019/08/31 20:07:17 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test262739788/fixture-hooks/after-only] 2019/08/31 20:07:18 Running command: terraform init
Initializing the backend...
Initializing provider plugins...
- Checking for available provider plugins...
- Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
--- PASS: TestTerragruntInitHookWithSourceWithBackend (10.74s)
integration_test.go:1725: Copying fixture-hooks/init-once to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test552197985
integration_test.go:1938: Deleting test s3 bucket terragrunt-test-bucket-inn9qi
=== CONT TestTerragruntBeforeHook
[terragrunt] 2019/08/31 20:07:18 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test123144251/fixture-hooks/before-only/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test123144251/fixture-hooks/before-only] 2019/08/31 20:07:18 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test123144251/fixture-hooks/before-only] 2019/08/31 20:07:18 Detected 1 Hooks
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test123144251/fixture-hooks/before-only] 2019/08/31 20:07:18 Running command: terraform init
Initializing the backend...
Initializing provider plugins...
- Checking for available provider plugins...
data.terraform_remote_state.search_app: Refreshing state...
data.terraform_remote_state.bastion_host: Refreshing state...
data.terraform_remote_state.vpc: Refreshing state...
data.terraform_remote_state.mysql: Refreshing state...
- Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.template: version = "~> 2.1"
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test262739788/fixture-hooks/after-only] 2019/08/31 20:07:19 Detected 1 Hooks
[terragrunt] 2019/08/31 20:07:19 Running command: terraform apply
data.template_file.example: Refreshing state...
data.template_file.text: Refreshing state...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:07:20 Encryption is still not enabled for table terragrunt-test-locks-yuqk6s. Will sleep for 20s and try again.

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
example = hello, world
[terragrunt] 2019/08/31 20:07:20 Detected 1 Hooks
[terragrunt] 2019/08/31 20:07:20 Executing hook: after_hook_1
[terragrunt] 2019/08/31 20:07:20 Running command: touch file.out
--- PASS: TestTerragruntAfterHook (2.98s)
integration_test.go:1725: Copying fixture-hooks/after-only to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test262739788
=== CONT TestPreventDestroyDependenciesIncludedConfig
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.template: version = "~> 2.1"
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] 2019/08/31 20:07:21 Detected 1 Hooks
[terragrunt] 2019/08/31 20:07:21 Executing hook: before_hook_1
[terragrunt] 2019/08/31 20:07:21 Running command: touch file.out
[terragrunt] 2019/08/31 20:07:21 Running command: terraform apply

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
text = [I am a backend-app template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]], bastion-host = [I am a bastion-host template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]], mysql = [I am a mysql template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]]], search-app = [I am a search-app template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]], redis = [I am a redis template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]]], example_module = Example text from a module]]
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:07:22 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:07:22 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:07:22 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:07:22 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:07:22 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:07:22 Initializing remote state for the s3 backend
data.template_file.example: Refreshing state...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:07:22 Running command: terraform init -backend-config=region=us-west-2 -backend-config=bucket=terragrunt-test-bucket-o41qlf -backend-config=encrypt=true -backend-config=key=stage/frontend-app/terraform.tfstate -backend-config=lock_table=terragrunt-test-locks-ijyqsk
Initializing the backend...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
example = hello, world
--- PASS: TestTerragruntBeforeHook (4.15s)
integration_test.go:1725: Copying fixture-hooks/before-only to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test123144251
=== CONT TestUndefinedLocalsReferenceToInputsBreaks
[terragrunt] 2019/08/31 20:07:23 Reading Terragrunt config file at fixture-locals-errors/undefined-local-but-input/terragrunt.hcl
--- PASS: TestUndefinedLocalsReferenceToInputsBreaks (0.00s)
=== CONT TestTerragruntInitHookWithSourceNoBackend

Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.
Initializing provider plugins...
- Checking for available provider plugins...
- Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
--- PASS: TestPreventDestroyDependenciesIncludedConfig (4.51s)
integration_test.go:1659: [TestPreventDestroyDependenciesIncludedConfig] Full contents of apply-all stdout:
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] module.remote.data.template_file.test: Refreshing state...
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] module.remote.data.template_file.test: Refreshing state...
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] 
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] 
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] Outputs:
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig]
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] test = Hello, Module C
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] 
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] 
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] Outputs:
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig]
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] test = Hello, Module A
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] module.remote.data.template_file.test: Refreshing state...
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] 
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] 
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] Outputs:
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig]
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] test = Hello, Module B
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig]
integration_test.go:1659: [TestPreventDestroyDependenciesIncludedConfig] Full contents of apply-all stderr:
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:20 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/.terragrunt-cache
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:20 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies does not have an associated terraform configuration and will be skipped.
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:20 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a/.terragrunt-cache
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:20 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b/.terragrunt-cache
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:20 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c/.terragrunt-cache
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:20 Stack at fixture-download/local-include-with-prevent-destroy-dependencies:
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a (excluded: false, dependencies: [])
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b (excluded: false, dependencies: [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a])
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c (excluded: false, dependencies: [])
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:20 [terragrunt] Are you sure you want to run 'terragrunt apply' in each folder of the stack described above? (y/n)
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:20
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:20 The non-interactive flag is set to true, so assuming 'yes' for all prompts
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:20 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a must wait for 0 dependencies to finish
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:20 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a now
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:20 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a/terragrunt.hcl
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:20 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b must wait for 1 dependencies to finish
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:20 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c must wait for 0 dependencies to finish
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:20 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c now
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:20 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c/terragrunt.hcl
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:20 Running command: terraform --version
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:21 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:21 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:21 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a/.terragrunt-cache/ZXthex0vRWHQVfgi0qEQ4FlNcQA/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:21 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c/.terragrunt-cache/kjKVd5PHD6E3FHXeOkROBudN5oY/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:21 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c/.terragrunt-cache/kjKVd5PHD6E3FHXeOkROBudN5oY/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:21 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a/.terragrunt-cache/ZXthex0vRWHQVfgi0qEQ4FlNcQA/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:21 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c/.terragrunt-cache/kjKVd5PHD6E3FHXeOkROBudN5oY/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:21 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a/.terragrunt-cache/ZXthex0vRWHQVfgi0qEQ4FlNcQA/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:21 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:21 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:22 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c has finished successfully!
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:22 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a has finished successfully!
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:22 Dependency /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a of module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b just finished successfully. Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b must wait on 0 more dependencies.
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:22 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b now
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:22 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b/terragrunt.hcl
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:22 Running command: terraform --version
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:22 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:22 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b/.terragrunt-cache/y6UhfAkpnNm-wcZOEBjgZR4ozV8/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:22 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b/.terragrunt-cache/y6UhfAkpnNm-wcZOEBjgZR4ozV8/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:22 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b/.terragrunt-cache/y6UhfAkpnNm-wcZOEBjgZR4ozV8/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:22 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:23 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b has finished successfully!
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig]
integration_test.go:1659: [TestPreventDestroyDependenciesIncludedConfig] Full contents of destroy-all stdout:
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] module.remote.data.template_file.test: Refreshing state...
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] 
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] Destroy complete! Resources: 0 destroyed.
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig]
integration_test.go:1659: [TestPreventDestroyDependenciesIncludedConfig] Full contents of destroy-all stderr:
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:23 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/.terragrunt-cache
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:23 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies does not have an associated terraform configuration and will be skipped.
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:23 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a/.terragrunt-cache
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:23 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b/.terragrunt-cache
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:23 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c/.terragrunt-cache
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:23 Stack at fixture-download/local-include-with-prevent-destroy-dependencies:
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a (excluded: false, dependencies: [])
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b (excluded: false, dependencies: [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a])
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c (excluded: false, dependencies: [])
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:23 [terragrunt] WARNING: Are you sure you want to run `terragrunt destroy` in each folder of the stack described above? There is no undo! (y/n)
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:23
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:23 The non-interactive flag is set to true, so assuming 'yes' for all prompts
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:23 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b must wait for 0 dependencies to finish
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:23 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b now
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:23 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b/terragrunt.hcl
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:23 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c must wait for 0 dependencies to finish
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:23 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c now
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:23 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c/terragrunt.hcl
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:23 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a must wait for 1 dependencies to finish
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:23 Running command: terraform --version
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:23 Running command: terraform --version
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:23 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:23 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c/.terragrunt-cache/kjKVd5PHD6E3FHXeOkROBudN5oY/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:23 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:23 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b/.terragrunt-cache/y6UhfAkpnNm-wcZOEBjgZR4ozV8/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:23 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c/.terragrunt-cache/kjKVd5PHD6E3FHXeOkROBudN5oY/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:23 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c/.terragrunt-cache/kjKVd5PHD6E3FHXeOkROBudN5oY/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:23 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b/.terragrunt-cache/y6UhfAkpnNm-wcZOEBjgZR4ozV8/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:23 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b/.terragrunt-cache/y6UhfAkpnNm-wcZOEBjgZR4ozV8/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:23 Running command: terraform destroy -input=false -auto-approve
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:23 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b has finished with an error: Module is protected by the prevent_destroy flag in /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b/terragrunt.hcl. Set it to false or delete it to allow destroying of the module.
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:23 Dependency /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b of module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a just finished with an error. Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a will have to return an error too.
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:23 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a has finished with an error: Cannot process module Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a (excluded: false, dependencies: []) because one of its dependencies, Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b (excluded: false, dependencies: [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a]), finished with an error: Module is protected by the prevent_destroy flag in /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b/terragrunt.hcl. Set it to false or delete it to allow destroying of the module.
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:24 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c has finished successfully!
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig]
integration_test.go:1659: [TestPreventDestroyDependenciesIncludedConfig] Full contents of show stdout for fixture-download/local-include-with-prevent-destroy-dependencies/module-a:
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] # data.template_file.test:
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] data "template_file" "test" {
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] id = "ebf30ac1d2474b1ef31f6493d73d21726d2fe3683473cbb101695d17bf141c16"
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] rendered = "Hello, Module A"
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] template = "Hello, Module A"
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] }
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig]
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig]
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] # module.remote.data.template_file.test:
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] data "template_file" "test" {
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] id = "ebf30ac1d2474b1ef31f6493d73d21726d2fe3683473cbb101695d17bf141c16"
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] rendered = "Hello, Module A"
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] template = "Hello, Module A"
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] }
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig]
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig]
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] Outputs:
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig]
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] test = "Hello, Module A"
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig]
integration_test.go:1659: [TestPreventDestroyDependenciesIncludedConfig] Full contents of show stderr for fixture-download/local-include-with-prevent-destroy-dependencies/module-a:
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:24 Reading Terragrunt config file at fixture-download/local-include-with-prevent-destroy-dependencies/module-a/terragrunt.hcl
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [fixture-download/local-include-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:24 Running command: terraform --version
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:24 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:24 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a/.terragrunt-cache/ZXthex0vRWHQVfgi0qEQ4FlNcQA/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:24 Copying files from fixture-download/local-include-with-prevent-destroy-dependencies/module-a into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a/.terragrunt-cache/ZXthex0vRWHQVfgi0qEQ4FlNcQA/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:24 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-a/.terragrunt-cache/ZXthex0vRWHQVfgi0qEQ4FlNcQA/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:24 Running command: terraform show
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig]
integration_test.go:1659: [TestPreventDestroyDependenciesIncludedConfig] Full contents of show stdout for fixture-download/local-include-with-prevent-destroy-dependencies/module-b:
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] # data.template_file.test:
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] data "template_file" "test" {
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] id = "888399b1d196bc7b67e5a2409c17b6e66d862689edbae5ef7e052e39246ca90d"
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] rendered = "Hello, Module B"
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] template = "Hello, Module B"
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] }
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig]
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig]
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] # module.remote.data.template_file.test:
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] data "template_file" "test" {
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] id = "888399b1d196bc7b67e5a2409c17b6e66d862689edbae5ef7e052e39246ca90d"
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] rendered = "Hello, Module B"
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] template = "Hello, Module B"
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] }
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig]
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig]
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] Outputs:
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig]
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] test = "Hello, Module B"
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig]
integration_test.go:1659: [TestPreventDestroyDependenciesIncludedConfig] Full contents of show stderr for fixture-download/local-include-with-prevent-destroy-dependencies/module-b:
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:24 Reading Terragrunt config file at fixture-download/local-include-with-prevent-destroy-dependencies/module-b/terragrunt.hcl
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [fixture-download/local-include-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:24 Running command: terraform --version
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:24 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:24 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b/.terragrunt-cache/y6UhfAkpnNm-wcZOEBjgZR4ozV8/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:24 Copying files from fixture-download/local-include-with-prevent-destroy-dependencies/module-b into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b/.terragrunt-cache/y6UhfAkpnNm-wcZOEBjgZR4ozV8/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:24 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-b/.terragrunt-cache/y6UhfAkpnNm-wcZOEBjgZR4ozV8/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:24 Running command: terraform show
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig]
integration_test.go:1659: [TestPreventDestroyDependenciesIncludedConfig] Full contents of show stdout for fixture-download/local-include-with-prevent-destroy-dependencies/module-c:
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] 
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig]
integration_test.go:1659: [TestPreventDestroyDependenciesIncludedConfig] Full contents of show stderr for fixture-download/local-include-with-prevent-destroy-dependencies/module-c:
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:25 Reading Terragrunt config file at fixture-download/local-include-with-prevent-destroy-dependencies/module-c/terragrunt.hcl
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] [fixture-download/local-include-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:25 Running command: terraform --version
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:25 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:25 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c/.terragrunt-cache/kjKVd5PHD6E3FHXeOkROBudN5oY/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:25 Copying files from fixture-download/local-include-with-prevent-destroy-dependencies/module-c into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c/.terragrunt-cache/kjKVd5PHD6E3FHXeOkROBudN5oY/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:25 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-include-with-prevent-destroy-dependencies/module-c/.terragrunt-cache/kjKVd5PHD6E3FHXeOkROBudN5oY/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig] [terragrunt] 2019/08/31 20:07:25 Running command: terraform show
integration_test.go:1662: [TestPreventDestroyDependenciesIncludedConfig]
=== CONT TestUndefinedLocalsReferenceBreaks
[terragrunt] 2019/08/31 20:07:25 Reading Terragrunt config file at fixture-locals-errors/undefined-local/terragrunt.hcl
--- PASS: TestUndefinedLocalsReferenceBreaks (0.00s)
=== CONT TestTerragruntInitHookNoSourceWithBackend
--- PASS: TestTerragruntInitHookWithSourceNoBackend (3.16s)
integration_test.go:1725: Copying fixture-hooks/init-once to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test427133534
=== CONT TestLocalsInInclude
[terragrunt] 2019/08/31 20:07:26 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app] 2019/08/31 20:07:26 Running command: terraform --version
[terragrunt] 2019/08/31 20:07:26 Backend config has changed from map[access_key:<nil> acl:<nil> assume_role_policy:<nil> bucket:terragrunt-testlocalsininclude-jixnbn dynamodb_endpoint:<nil> dynamodb_table:<nil> encrypt:%!s(bool=true) endpoint:<nil> external_id:<nil> force_path_style:<nil> iam_endpoint:<nil> key:qa/my-app/terraform.tfstate kms_key_id:<nil> lock_table:<nil> max_retries:<nil> profile:<nil> region:us-west-2 role_arn:<nil> secret_key:<nil> session_name:<nil> shared_credentials_file:<nil> skip_credentials_validation:<nil> skip_get_ec2_platforms:<nil> skip_metadata_api_check:<nil> skip_region_validation:<nil> skip_requesting_account_id:<nil> sts_endpoint:<nil> token:<nil> workspace_key_prefix:<nil>] to map[bucket:terragrunt-testlocalsininclude-boh8gq encrypt:%!s(bool=true) key:qa/my-app/terraform.tfstate region:us-west-2]
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app] 2019/08/31 20:07:26 Backend config has changed from map[access_key:<nil> acl:<nil> assume_role_policy:<nil> bucket:terragrunt-testlocalsininclude-jixnbn dynamodb_endpoint:<nil> dynamodb_table:<nil> encrypt:%!s(bool=true) endpoint:<nil> external_id:<nil> force_path_style:<nil> iam_endpoint:<nil> key:qa/my-app/terraform.tfstate kms_key_id:<nil> lock_table:<nil> max_retries:<nil> profile:<nil> region:us-west-2 role_arn:<nil> secret_key:<nil> session_name:<nil> shared_credentials_file:<nil> skip_credentials_validation:<nil> skip_get_ec2_platforms:<nil> skip_metadata_api_check:<nil> skip_region_validation:<nil> skip_requesting_account_id:<nil> sts_endpoint:<nil> token:<nil> workspace_key_prefix:<nil>] to map[bucket:terragrunt-testlocalsininclude-boh8gq encrypt:%!s(bool=true) key:qa/my-app/terraform.tfstate region:us-west-2]
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app] 2019/08/31 20:07:26 Initializing remote state for the s3 backend
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app] 2019/08/31 20:07:26 [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app] Remote state S3 bucket terragrunt-testlocalsininclude-boh8gq does not exist or you don't have permissions to access it. Would you like Terragrunt to create it? (y/n)
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app] 2019/08/31 20:07:26
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app] 2019/08/31 20:07:26 The non-interactive flag is set to true, so assuming 'yes' for all prompts
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app] 2019/08/31 20:07:26 Create S3 bucket terragrunt-testlocalsininclude-boh8gq
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app] 2019/08/31 20:07:26 Creating S3 bucket terragrunt-testlocalsininclude-boh8gq
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.template: version = "~> 2.1"
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:07:26 Running command: terraform apply -input=false -auto-approve
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app] 2019/08/31 20:07:27 Waiting for bucket terragrunt-testlocalsininclude-boh8gq to be created
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app] 2019/08/31 20:07:27 S3 bucket terragrunt-testlocalsininclude-boh8gq created.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app] 2019/08/31 20:07:27 Blocking all public access to S3 bucket terragrunt-testlocalsininclude-boh8gq
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app] 2019/08/31 20:07:27 No tags specified for bucket terragrunt-testlocalsininclude-boh8gq.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app] 2019/08/31 20:07:27 Enabling versioning on S3 bucket terragrunt-testlocalsininclude-boh8gq
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app] 2019/08/31 20:07:28 Enabling bucket-wide SSE on AWS S3 bucket terragrunt-testlocalsininclude-boh8gq
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app] 2019/08/31 20:07:28 Granting WRITE and READ_ACP permissions to S3 Log Delivery (http://acs.amazonaws.com/groups/s3/LogDelivery) for bucket terragrunt-testlocalsininclude-boh8gq. This is required for access logging.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app] 2019/08/31 20:07:29 Waiting for ACL bucket terragrunt-testlocalsininclude-boh8gq to have the updated ACL for access logging.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app] 2019/08/31 20:07:29 Bucket terragrunt-testlocalsininclude-boh8gq now has the proper ACL permissions for access logging!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app] 2019/08/31 20:07:29 Enabling bucket-wide Access Logging on AWS S3 bucket "terragrunt-testlocalsininclude-boh8gq" - using as TargetBucket "terragrunt-testlocalsininclude-boh8gq"
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app] 2019/08/31 20:07:29 Running command: terraform init -backend-config=bucket=terragrunt-testlocalsininclude-boh8gq -backend-config=encrypt=true -backend-config=key=qa/my-app/terraform.tfstate -backend-config=region=us-west-2
Initializing the backend...
Backend configuration changed!
Terraform has detected that the configuration specified for the backend
has changed. Terraform will now check for existing state in the backends.

data.terraform_remote_state.bastion_host: Refreshing state...
data.terraform_remote_state.backend_app: Refreshing state...
data.terraform_remote_state.vpc: Refreshing state...
data.template_file.text: Refreshing state...

Error: Error inspecting states in the "s3" backend:
S3 bucket does not exist.
The referenced S3 bucket must have been previously created. If the S3 bucket
was created within the last minute, please wait for a minute or two and try
again.
Error: NoSuchBucket: The specified bucket does not exist
status code: 404, request id: 52A4BD46BC6C4B77, host id: CyCy1tkHk/4vSHvTZcBKGsIu7D00lRB7hHEzNRv1GRcEDM1VYEAMKBlvEn0hiSTW58JqtBTn78w=
Prior to changing backends, Terraform inspects the source and destination
states to determine what kind of migration steps need to be taken, if any.
Terraform failed to load the states. The data in both the source and the
destination remain unmodified. Please resolve the above error and try again.

[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app] 2019/08/31 20:07:31 Encountered an error eligible for retrying. Sleeping 5s before retrying.

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
Releasing state lock. This may take a few moments...

Outputs:
text = [I am a frontend-app template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]], bastion-host = [I am a bastion-host template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]], backend-app = [I am a backend-app template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]], bastion-host = [I am a bastion-host template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]], mysql = [I am a mysql template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]]], search-app = [I am a search-app template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]], redis = [I am a redis template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]]], example_module = Example text from a module]]]
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:07:33 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app has finished successfully!
[terragrunt] 2019/08/31 20:07:33 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:33 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:33 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:33 Stack at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt:
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key (excluded: false, dependencies: [])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc (excluded: false, dependencies: [])
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:07:33 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc must wait for 0 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:07:33 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:07:33 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:07:33 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host must wait for 2 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:07:33 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key must wait for 0 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:07:33 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:07:33 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:07:33 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:07:33 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:07:33 Running command: terraform output
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:07:33 Running command: terraform output
text = [I am a mgmt vpc template. I have no dependencies.]
text = [I am a kms-master-key template.]
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:07:35 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:07:35 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host must wait on 1 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:07:35 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:07:35 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:07:35 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:07:35 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:07:35 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:07:35 Running command: terraform output
--- PASS: TestTerragruntInitHookNoSourceWithBackend (10.75s)
integration_test.go:1725: Copying fixture-hooks/init-once to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test666842149
integration_test.go:1938: Deleting test s3 bucket terragrunt-test-bucket-fyoxmr
=== CONT TestLocalsParsing
[terragrunt] 2019/08/31 20:07:36 Reading Terragrunt config file at fixture-locals/canonical/terragrunt.hcl
[terragrunt] [fixture-locals/canonical] 2019/08/31 20:07:36 Running command: terraform --version
[terragrunt] [fixture-locals/canonical] 2019/08/31 20:07:36 Running command: terraform init
Initializing the backend...
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] 2019/08/31 20:07:36 Running command: terraform apply
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app] 2019/08/31 20:07:36 Running command: terraform init -backend-config=bucket=terragrunt-testlocalsininclude-boh8gq -backend-config=encrypt=true -backend-config=key=qa/my-app/terraform.tfstate -backend-config=region=us-west-2

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
answer = 42
data = Hello world
Initializing the backend...
Backend configuration changed!
Terraform has detected that the configuration specified for the backend
has changed. Terraform will now check for existing state in the backends.

--- PASS: TestLocalsParsing (0.29s)
=== CONT TestInputsPassedThroughCorrectly
[terragrunt] 2019/08/31 20:07:36 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test133413279/fixture-inputs/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test133413279/fixture-inputs] 2019/08/31 20:07:36 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test133413279/fixture-inputs] 2019/08/31 20:07:36 Running command: terraform init
Initializing the backend...
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] 2019/08/31 20:07:36 Running command: terraform apply

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
bool = true
from_env = default
list_bool = [
true,
false,
]
list_number = [
1,
2,
3,
]
list_string = [
"a",
"b",
"c",
]
map_bool = {
"bar" = false
"baz" = true
"foo" = true
}
map_number = {
"bar" = 12345
"foo" = 42
}
map_string = {
"foo" = "bar"
}
number = 42
object = {
"list" = [
1,
2,
3,
]
"map" = {
"foo" = "bar"
}
"num" = 42
"str" = "string"
}
string = string
--- PASS: TestInputsPassedThroughCorrectly (0.34s)
integration_test.go:1725: Copying fixture-inputs to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test133413279
=== CONT TestPreventDestroyDependencies
text = [I am a bastion-host template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]]
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:07:37 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host has finished successfully!
[terragrunt] 2019/08/31 20:07:37 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:37 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:37 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:37 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:37 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:37 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:37 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:37 The --non-interactive flag is set. To avoid accidentally affecting external dependencies with an xxx-all command, will not run this command against module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host, which is a dependency of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app.
[terragrunt] 2019/08/31 20:07:37 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:37 The --non-interactive flag is set. To avoid accidentally affecting external dependencies with an xxx-all command, will not run this command against module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host, which is a dependency of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app.
[terragrunt] 2019/08/31 20:07:37 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:37 The --non-interactive flag is set. To avoid accidentally affecting external dependencies with an xxx-all command, will not run this command against module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc, which is a dependency of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc.
[terragrunt] 2019/08/31 20:07:37 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:37 The --non-interactive flag is set. To avoid accidentally affecting external dependencies with an xxx-all command, will not run this command against module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key, which is a dependency of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host.
[terragrunt] 2019/08/31 20:07:37 Stack at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage:
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key (excluded: false, dependencies: [])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc (excluded: false, dependencies: [])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc])
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:07:37 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host must wait for 2 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis] 2019/08/31 20:07:37 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis must wait for 1 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql] 2019/08/31 20:07:37 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql must wait for 1 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:07:37 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc must wait for 1 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:07:37 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key must wait for 0 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:07:37 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc must wait for 0 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:07:37 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app must wait for 4 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:07:37 Assuming module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc has already been applied and skipping it
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:07:37 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:07:37 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host must wait on 1 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app] 2019/08/31 20:07:37 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app must wait for 2 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:07:37 Assuming module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key has already been applied and skipping it
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:07:37 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:07:37 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:07:37 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:07:37 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:07:37 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:07:37 Assuming module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host has already been applied and skipping it
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:07:37 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:07:37 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app must wait for 3 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:07:37 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app must wait on 2 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:07:37 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app must wait on 3 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:07:37 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:07:37 Running command: terraform output

Error: Error inspecting states in the "s3" backend:
S3 bucket does not exist.
The referenced S3 bucket must have been previously created. If the S3 bucket
was created within the last minute, please wait for a minute or two and try
again.
Error: NoSuchBucket: The specified bucket does not exist
status code: 404, request id: 17F85D584F596E4D, host id: wtdUR463bo/fMNMlukWXOAzX5nBmP3CbQEBk/DgkHbt3w8De9+JtAhws0+KVUG4UGFwPPiHToB8=
Prior to changing backends, Terraform inspects the source and destination
states to determine what kind of migration steps need to be taken, if any.
Terraform failed to load the states. The data in both the source and the
destination remain unmodified. Please resolve the above error and try again.

[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app] 2019/08/31 20:07:38 Encountered an error eligible for retrying. Sleeping 5s before retrying.
text = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]]
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:07:39 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:07:39 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app must wait on 2 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql] 2019/08/31 20:07:39 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql] 2019/08/31 20:07:39 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql] 2019/08/31 20:07:39 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis] 2019/08/31 20:07:39 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis] 2019/08/31 20:07:39 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:07:39 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app must wait on 1 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis] 2019/08/31 20:07:39 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app] 2019/08/31 20:07:39 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app must wait on 1 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis] 2019/08/31 20:07:39 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql] 2019/08/31 20:07:39 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql] 2019/08/31 20:07:39 Running command: terraform output
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis] 2019/08/31 20:07:39 Running command: terraform output
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:07:40 Encryption is still not enabled for table terragrunt-test-locks-yuqk6s. Will sleep for 20s and try again.
text = [I am a redis template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]]]
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis] 2019/08/31 20:07:41 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app] 2019/08/31 20:07:41 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app] 2019/08/31 20:07:41 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app] 2019/08/31 20:07:41 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app] 2019/08/31 20:07:41 Running command: terraform --version
text = [I am a mysql template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]]]
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql] 2019/08/31 20:07:41 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:07:41 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app must wait on 1 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app] 2019/08/31 20:07:41 Running command: terraform output
text = [I am a search-app template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]], redis = [I am a redis template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]]], example_module = Example text from a module]
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app] 2019/08/31 20:07:43 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:07:43 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:07:43 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:07:43 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app] 2019/08/31 20:07:43 Running command: terraform init -backend-config=bucket=terragrunt-testlocalsininclude-boh8gq -backend-config=encrypt=true -backend-config=key=qa/my-app/terraform.tfstate -backend-config=region=us-west-2
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:07:43 Running command: terraform --version
Initializing the backend...
Backend configuration changed!
Terraform has detected that the configuration specified for the backend
has changed. Terraform will now check for existing state in the backends.

[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:07:43 Running command: terraform output
--- PASS: TestPreventDestroyDependencies (7.78s)
integration_test.go:1659: [TestPreventDestroyDependencies] Full contents of apply-all stdout:
integration_test.go:1662: [TestPreventDestroyDependencies] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestPreventDestroyDependencies] module.remote.data.template_file.test: Refreshing state...
integration_test.go:1662: [TestPreventDestroyDependencies] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestPreventDestroyDependencies] module.remote.data.template_file.test: Refreshing state...
integration_test.go:1662: [TestPreventDestroyDependencies] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestPreventDestroyDependencies] module.remote.data.template_file.test: Refreshing state...
integration_test.go:1662: [TestPreventDestroyDependencies] 
integration_test.go:1662: [TestPreventDestroyDependencies] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestPreventDestroyDependencies] 
integration_test.go:1662: [TestPreventDestroyDependencies] Outputs:
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1662: [TestPreventDestroyDependencies] test = Hello, Module A
integration_test.go:1662: [TestPreventDestroyDependencies] 
integration_test.go:1662: [TestPreventDestroyDependencies] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestPreventDestroyDependencies] 
integration_test.go:1662: [TestPreventDestroyDependencies] Outputs:
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1662: [TestPreventDestroyDependencies] test = Hello, Module E
integration_test.go:1662: [TestPreventDestroyDependencies] 
integration_test.go:1662: [TestPreventDestroyDependencies] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestPreventDestroyDependencies] 
integration_test.go:1662: [TestPreventDestroyDependencies] Outputs:
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1662: [TestPreventDestroyDependencies] test = Hello, Module C
integration_test.go:1662: [TestPreventDestroyDependencies] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestPreventDestroyDependencies] module.remote.data.template_file.test: Refreshing state...
integration_test.go:1662: [TestPreventDestroyDependencies] module.remote.data.template_file.test: Refreshing state...
integration_test.go:1662: [TestPreventDestroyDependencies] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestPreventDestroyDependencies] 
integration_test.go:1662: [TestPreventDestroyDependencies] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestPreventDestroyDependencies] 
integration_test.go:1662: [TestPreventDestroyDependencies] Outputs:
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1662: [TestPreventDestroyDependencies] test = Hello, Module B
integration_test.go:1662: [TestPreventDestroyDependencies] 
integration_test.go:1662: [TestPreventDestroyDependencies] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestPreventDestroyDependencies] 
integration_test.go:1662: [TestPreventDestroyDependencies] Outputs:
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1662: [TestPreventDestroyDependencies] test = Hello, Module D
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1659: [TestPreventDestroyDependencies] Full contents of apply-all stderr:
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:36 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a/.terragrunt-cache
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:36 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b/.terragrunt-cache
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:36 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c/.terragrunt-cache
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:36 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d/.terragrunt-cache
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:36 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e/.terragrunt-cache
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:36 Stack at fixture-download/local-with-prevent-destroy-dependencies:
integration_test.go:1662: [TestPreventDestroyDependencies] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a (excluded: false, dependencies: [])
integration_test.go:1662: [TestPreventDestroyDependencies] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b (excluded: false, dependencies: [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a])
integration_test.go:1662: [TestPreventDestroyDependencies] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c (excluded: false, dependencies: [])
integration_test.go:1662: [TestPreventDestroyDependencies] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d (excluded: false, dependencies: [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c])
integration_test.go:1662: [TestPreventDestroyDependencies] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e (excluded: false, dependencies: [])
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:36 [terragrunt] Are you sure you want to run 'terragrunt apply' in each folder of the stack described above? (y/n)
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:36
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:36 The non-interactive flag is set to true, so assuming 'yes' for all prompts
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e] 2019/08/31 20:07:36 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e must wait for 0 dependencies to finish
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e] 2019/08/31 20:07:36 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e now
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e] 2019/08/31 20:07:36 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e/terragrunt.hcl
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d] 2019/08/31 20:07:36 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d must wait for 1 dependencies to finish
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:36 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c must wait for 0 dependencies to finish
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:36 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c now
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:36 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c/terragrunt.hcl
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:36 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b must wait for 1 dependencies to finish
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:36 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a must wait for 0 dependencies to finish
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:36 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a now
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:36 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a/terragrunt.hcl
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e] 2019/08/31 20:07:36 Running command: terraform --version
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:36 Running command: terraform --version
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:36 Running command: terraform --version
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:36 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:36 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a/.terragrunt-cache/GEdnSgUPaSIbSJmsO1LqvBd3gKE/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:36 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:36 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c/.terragrunt-cache/ysI1OipFlxEROLhxCu4PYNcXKvs/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:36 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a/.terragrunt-cache/GEdnSgUPaSIbSJmsO1LqvBd3gKE/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:36 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a/.terragrunt-cache/GEdnSgUPaSIbSJmsO1LqvBd3gKE/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:36 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e] 2019/08/31 20:07:36 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e] 2019/08/31 20:07:36 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e/.terragrunt-cache/vQ3eRoVE8aB4cs3MEy-vFvjTZa8/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e] 2019/08/31 20:07:36 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e/.terragrunt-cache/vQ3eRoVE8aB4cs3MEy-vFvjTZa8/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e] 2019/08/31 20:07:36 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e/.terragrunt-cache/vQ3eRoVE8aB4cs3MEy-vFvjTZa8/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e] 2019/08/31 20:07:37 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:37 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c/.terragrunt-cache/ysI1OipFlxEROLhxCu4PYNcXKvs/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:37 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c/.terragrunt-cache/ysI1OipFlxEROLhxCu4PYNcXKvs/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:37 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:38 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a has finished successfully!
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:38 Dependency /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a of module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b just finished successfully. Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b must wait on 0 more dependencies.
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:38 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b now
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:38 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b/terragrunt.hcl
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:38 Running command: terraform --version
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e] 2019/08/31 20:07:38 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e has finished successfully!
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:38 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:38 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b/.terragrunt-cache/MOBwRUM_0FMjKM7nUyGlirqyf_s/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:38 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b/.terragrunt-cache/MOBwRUM_0FMjKM7nUyGlirqyf_s/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:38 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b/.terragrunt-cache/MOBwRUM_0FMjKM7nUyGlirqyf_s/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:38 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c has finished successfully!
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d] 2019/08/31 20:07:38 Dependency /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c of module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d just finished successfully. Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d must wait on 0 more dependencies.
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d] 2019/08/31 20:07:38 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d now
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d] 2019/08/31 20:07:38 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d/terragrunt.hcl
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d] 2019/08/31 20:07:38 Running command: terraform --version
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:38 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d] 2019/08/31 20:07:38 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d] 2019/08/31 20:07:38 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d/.terragrunt-cache/0EMtG2BMNCAN4E-3Qc_BgCIkpzo/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d] 2019/08/31 20:07:38 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d/.terragrunt-cache/0EMtG2BMNCAN4E-3Qc_BgCIkpzo/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d] 2019/08/31 20:07:38 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d/.terragrunt-cache/0EMtG2BMNCAN4E-3Qc_BgCIkpzo/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d] 2019/08/31 20:07:38 Running command: terraform apply -input=false -auto-approve
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:39 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b has finished successfully!
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d] 2019/08/31 20:07:39 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d has finished successfully!
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1659: [TestPreventDestroyDependencies] Full contents of destroy-all stdout:
integration_test.go:1662: [TestPreventDestroyDependencies] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestPreventDestroyDependencies] module.remote.data.template_file.test: Refreshing state...
integration_test.go:1662: [TestPreventDestroyDependencies] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestPreventDestroyDependencies] module.remote.data.template_file.test: Refreshing state...
integration_test.go:1662: [TestPreventDestroyDependencies] 
integration_test.go:1662: [TestPreventDestroyDependencies] Destroy complete! Resources: 0 destroyed.
integration_test.go:1662: [TestPreventDestroyDependencies] 
integration_test.go:1662: [TestPreventDestroyDependencies] Destroy complete! Resources: 0 destroyed.
integration_test.go:1662: [TestPreventDestroyDependencies] module.remote.data.template_file.test: Refreshing state...
integration_test.go:1662: [TestPreventDestroyDependencies] data.template_file.test: Refreshing state...
integration_test.go:1662: [TestPreventDestroyDependencies] 
integration_test.go:1662: [TestPreventDestroyDependencies] Destroy complete! Resources: 0 destroyed.
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1659: [TestPreventDestroyDependencies] Full contents of destroy-all stderr:
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:39 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a/.terragrunt-cache
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:39 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b/.terragrunt-cache
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:39 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c/.terragrunt-cache
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:39 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d/.terragrunt-cache
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:39 Setting download directory for module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e/.terragrunt-cache
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:39 Stack at fixture-download/local-with-prevent-destroy-dependencies:
integration_test.go:1662: [TestPreventDestroyDependencies] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a (excluded: false, dependencies: [])
integration_test.go:1662: [TestPreventDestroyDependencies] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b (excluded: false, dependencies: [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a])
integration_test.go:1662: [TestPreventDestroyDependencies] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c (excluded: false, dependencies: [])
integration_test.go:1662: [TestPreventDestroyDependencies] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d (excluded: false, dependencies: [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c])
integration_test.go:1662: [TestPreventDestroyDependencies] => Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e (excluded: false, dependencies: [])
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:39 [terragrunt] WARNING: Are you sure you want to run `terragrunt destroy` in each folder of the stack described above? There is no undo! (y/n)
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:39
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:39 The non-interactive flag is set to true, so assuming 'yes' for all prompts
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:39 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c must wait for 1 dependencies to finish
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:39 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b must wait for 0 dependencies to finish
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:39 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b now
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e] 2019/08/31 20:07:39 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e must wait for 0 dependencies to finish
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e] 2019/08/31 20:07:39 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e now
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e] 2019/08/31 20:07:39 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e/terragrunt.hcl
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:39 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b/terragrunt.hcl
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:39 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a must wait for 1 dependencies to finish
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d] 2019/08/31 20:07:39 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d must wait for 0 dependencies to finish
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d] 2019/08/31 20:07:39 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d now
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d] 2019/08/31 20:07:39 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d/terragrunt.hcl
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e] 2019/08/31 20:07:39 Running command: terraform --version
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:39 Running command: terraform --version
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d] 2019/08/31 20:07:39 Running command: terraform --version
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e] 2019/08/31 20:07:39 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e] 2019/08/31 20:07:39 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e/.terragrunt-cache/vQ3eRoVE8aB4cs3MEy-vFvjTZa8/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d] 2019/08/31 20:07:39 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d] 2019/08/31 20:07:39 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d/.terragrunt-cache/0EMtG2BMNCAN4E-3Qc_BgCIkpzo/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e] 2019/08/31 20:07:39 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e/.terragrunt-cache/vQ3eRoVE8aB4cs3MEy-vFvjTZa8/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d] 2019/08/31 20:07:39 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d/.terragrunt-cache/0EMtG2BMNCAN4E-3Qc_BgCIkpzo/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e] 2019/08/31 20:07:39 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e/.terragrunt-cache/vQ3eRoVE8aB4cs3MEy-vFvjTZa8/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d] 2019/08/31 20:07:39 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d/.terragrunt-cache/0EMtG2BMNCAN4E-3Qc_BgCIkpzo/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:39 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:39 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b/.terragrunt-cache/MOBwRUM_0FMjKM7nUyGlirqyf_s/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:39 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b/.terragrunt-cache/MOBwRUM_0FMjKM7nUyGlirqyf_s/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e] 2019/08/31 20:07:39 Running command: terraform destroy -input=false -auto-approve
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d] 2019/08/31 20:07:39 Running command: terraform destroy -input=false -auto-approve
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:40 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b/.terragrunt-cache/MOBwRUM_0FMjKM7nUyGlirqyf_s/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:40 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b has finished with an error: Module is protected by the prevent_destroy flag in /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b/terragrunt.hcl. Set it to false or delete it to allow destroying of the module.
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:40 Dependency /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b of module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a just finished with an error. Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a will have to return an error too.
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:40 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a has finished with an error: Cannot process module Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a (excluded: false, dependencies: []) because one of its dependencies, Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b (excluded: false, dependencies: [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a]), finished with an error: Module is protected by the prevent_destroy flag in /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b/terragrunt.hcl. Set it to false or delete it to allow destroying of the module.
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e] 2019/08/31 20:07:41 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e has finished successfully!
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d] 2019/08/31 20:07:41 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d has finished successfully!
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:41 Dependency /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d of module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c just finished successfully. Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c must wait on 0 more dependencies.
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:41 Running module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c now
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:41 Reading Terragrunt config file at /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c/terragrunt.hcl
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:41 Running command: terraform --version
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:41 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:41 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c/.terragrunt-cache/ysI1OipFlxEROLhxCu4PYNcXKvs/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:41 Copying files from /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c/.terragrunt-cache/ysI1OipFlxEROLhxCu4PYNcXKvs/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:41 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c/.terragrunt-cache/ysI1OipFlxEROLhxCu4PYNcXKvs/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:41 Running command: terraform destroy -input=false -auto-approve
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:42 Module /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c has finished successfully!
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1659: [TestPreventDestroyDependencies] Full contents of show stdout for fixture-download/local-with-prevent-destroy-dependencies/module-a:
integration_test.go:1662: [TestPreventDestroyDependencies] # data.template_file.test:
integration_test.go:1662: [TestPreventDestroyDependencies] data "template_file" "test" {
integration_test.go:1662: [TestPreventDestroyDependencies] id = "ebf30ac1d2474b1ef31f6493d73d21726d2fe3683473cbb101695d17bf141c16"
integration_test.go:1662: [TestPreventDestroyDependencies] rendered = "Hello, Module A"
integration_test.go:1662: [TestPreventDestroyDependencies] template = "Hello, Module A"
integration_test.go:1662: [TestPreventDestroyDependencies] }
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1662: [TestPreventDestroyDependencies] # module.remote.data.template_file.test:
integration_test.go:1662: [TestPreventDestroyDependencies] data "template_file" "test" {
integration_test.go:1662: [TestPreventDestroyDependencies] id = "ebf30ac1d2474b1ef31f6493d73d21726d2fe3683473cbb101695d17bf141c16"
integration_test.go:1662: [TestPreventDestroyDependencies] rendered = "Hello, Module A"
integration_test.go:1662: [TestPreventDestroyDependencies] template = "Hello, Module A"
integration_test.go:1662: [TestPreventDestroyDependencies] }
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1662: [TestPreventDestroyDependencies] Outputs:
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1662: [TestPreventDestroyDependencies] test = "Hello, Module A"
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1659: [TestPreventDestroyDependencies] Full contents of show stderr for fixture-download/local-with-prevent-destroy-dependencies/module-a:
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:42 Reading Terragrunt config file at fixture-download/local-with-prevent-destroy-dependencies/module-a/terragrunt.hcl
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [fixture-download/local-with-prevent-destroy-dependencies/module-a] 2019/08/31 20:07:42 Running command: terraform --version
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:42 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:42 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a/.terragrunt-cache/GEdnSgUPaSIbSJmsO1LqvBd3gKE/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:42 Copying files from fixture-download/local-with-prevent-destroy-dependencies/module-a into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a/.terragrunt-cache/GEdnSgUPaSIbSJmsO1LqvBd3gKE/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:42 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-a/.terragrunt-cache/GEdnSgUPaSIbSJmsO1LqvBd3gKE/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:42 Running command: terraform show
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1659: [TestPreventDestroyDependencies] Full contents of show stdout for fixture-download/local-with-prevent-destroy-dependencies/module-b:
integration_test.go:1662: [TestPreventDestroyDependencies] # module.remote.data.template_file.test:
integration_test.go:1662: [TestPreventDestroyDependencies] data "template_file" "test" {
integration_test.go:1662: [TestPreventDestroyDependencies] id = "888399b1d196bc7b67e5a2409c17b6e66d862689edbae5ef7e052e39246ca90d"
integration_test.go:1662: [TestPreventDestroyDependencies] rendered = "Hello, Module B"
integration_test.go:1662: [TestPreventDestroyDependencies] template = "Hello, Module B"
integration_test.go:1662: [TestPreventDestroyDependencies] }
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1662: [TestPreventDestroyDependencies] # data.template_file.test:
integration_test.go:1662: [TestPreventDestroyDependencies] data "template_file" "test" {
integration_test.go:1662: [TestPreventDestroyDependencies] id = "888399b1d196bc7b67e5a2409c17b6e66d862689edbae5ef7e052e39246ca90d"
integration_test.go:1662: [TestPreventDestroyDependencies] rendered = "Hello, Module B"
integration_test.go:1662: [TestPreventDestroyDependencies] template = "Hello, Module B"
integration_test.go:1662: [TestPreventDestroyDependencies] }
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1662: [TestPreventDestroyDependencies] Outputs:
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1662: [TestPreventDestroyDependencies] test = "Hello, Module B"
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1659: [TestPreventDestroyDependencies] Full contents of show stderr for fixture-download/local-with-prevent-destroy-dependencies/module-b:
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:43 Reading Terragrunt config file at fixture-download/local-with-prevent-destroy-dependencies/module-b/terragrunt.hcl
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [fixture-download/local-with-prevent-destroy-dependencies/module-b] 2019/08/31 20:07:43 Running command: terraform --version
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:43 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:43 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b/.terragrunt-cache/MOBwRUM_0FMjKM7nUyGlirqyf_s/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:43 Copying files from fixture-download/local-with-prevent-destroy-dependencies/module-b into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b/.terragrunt-cache/MOBwRUM_0FMjKM7nUyGlirqyf_s/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:43 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-b/.terragrunt-cache/MOBwRUM_0FMjKM7nUyGlirqyf_s/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:43 Running command: terraform show
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1659: [TestPreventDestroyDependencies] Full contents of show stdout for fixture-download/local-with-prevent-destroy-dependencies/module-c:
integration_test.go:1662: [TestPreventDestroyDependencies] 
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1659: [TestPreventDestroyDependencies] Full contents of show stderr for fixture-download/local-with-prevent-destroy-dependencies/module-c:
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:43 Reading Terragrunt config file at fixture-download/local-with-prevent-destroy-dependencies/module-c/terragrunt.hcl
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [fixture-download/local-with-prevent-destroy-dependencies/module-c] 2019/08/31 20:07:43 Running command: terraform --version
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:43 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:43 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c/.terragrunt-cache/ysI1OipFlxEROLhxCu4PYNcXKvs/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:43 Copying files from fixture-download/local-with-prevent-destroy-dependencies/module-c into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c/.terragrunt-cache/ysI1OipFlxEROLhxCu4PYNcXKvs/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:43 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-c/.terragrunt-cache/ysI1OipFlxEROLhxCu4PYNcXKvs/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:43 Running command: terraform show
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1659: [TestPreventDestroyDependencies] Full contents of show stdout for fixture-download/local-with-prevent-destroy-dependencies/module-d:
integration_test.go:1662: [TestPreventDestroyDependencies] 
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1659: [TestPreventDestroyDependencies] Full contents of show stderr for fixture-download/local-with-prevent-destroy-dependencies/module-d:
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:43 Reading Terragrunt config file at fixture-download/local-with-prevent-destroy-dependencies/module-d/terragrunt.hcl
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [fixture-download/local-with-prevent-destroy-dependencies/module-d] 2019/08/31 20:07:43 Running command: terraform --version
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:44 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:44 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d/.terragrunt-cache/0EMtG2BMNCAN4E-3Qc_BgCIkpzo/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:44 Copying files from fixture-download/local-with-prevent-destroy-dependencies/module-d into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d/.terragrunt-cache/0EMtG2BMNCAN4E-3Qc_BgCIkpzo/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:44 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-d/.terragrunt-cache/0EMtG2BMNCAN4E-3Qc_BgCIkpzo/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:44 Running command: terraform show
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1659: [TestPreventDestroyDependencies] Full contents of show stdout for fixture-download/local-with-prevent-destroy-dependencies/module-e:
integration_test.go:1662: [TestPreventDestroyDependencies] 
integration_test.go:1662: [TestPreventDestroyDependencies]
integration_test.go:1659: [TestPreventDestroyDependencies] Full contents of show stderr for fixture-download/local-with-prevent-destroy-dependencies/module-e:
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:44 Reading Terragrunt config file at fixture-download/local-with-prevent-destroy-dependencies/module-e/terragrunt.hcl
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] [fixture-download/local-with-prevent-destroy-dependencies/module-e] 2019/08/31 20:07:44 Running command: terraform --version
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:44 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:44 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e/.terragrunt-cache/vQ3eRoVE8aB4cs3MEy-vFvjTZa8/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:44 Copying files from fixture-download/local-with-prevent-destroy-dependencies/module-e into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e/.terragrunt-cache/vQ3eRoVE8aB4cs3MEy-vFvjTZa8/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:44 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy-dependencies/module-e/.terragrunt-cache/vQ3eRoVE8aB4cs3MEy-vFvjTZa8/gsFk_e1PTBE_gub8ZJDTq3wL0vY
integration_test.go:1662: [TestPreventDestroyDependencies] [terragrunt] 2019/08/31 20:07:44 Running command: terraform show
integration_test.go:1662: [TestPreventDestroyDependencies]
=== CONT TestPreventDestroy
[terragrunt] 2019/08/31 20:07:44 Reading Terragrunt config file at fixture-download/local-with-prevent-destroy/terragrunt.hcl
[terragrunt] [fixture-download/local-with-prevent-destroy] 2019/08/31 20:07:44 Running command: terraform --version
[terragrunt] 2019/08/31 20:07:44 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
[terragrunt] 2019/08/31 20:07:44 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy/.terragrunt-cache/NCjPhnI6mCR0nL2WM93sO4tAIdA/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:07:44 Copying files from fixture-download/local-with-prevent-destroy into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy/.terragrunt-cache/NCjPhnI6mCR0nL2WM93sO4tAIdA/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:07:44 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy/.terragrunt-cache/NCjPhnI6mCR0nL2WM93sO4tAIdA/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:07:44 Running command: terraform apply
text = [I am a backend-app template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]], bastion-host = [I am a bastion-host template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]], mysql = [I am a mysql template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]]], search-app = [I am a search-app template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]], redis = [I am a redis template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]]], example_module = Example text from a module]]
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:07:44 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:07:44 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:07:44 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:07:44 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:07:44 Running command: terraform --version

Error: Error inspecting states in the "s3" backend:
S3 bucket does not exist.
The referenced S3 bucket must have been previously created. If the S3 bucket
was created within the last minute, please wait for a minute or two and try
again.
Error: NoSuchBucket: The specified bucket does not exist
status code: 404, request id: F1BF8BDAFAC055BF, host id: fCKsSLzt1YQeAACR4kyl6d38EvRc1OTrASqKLBa7khPIjgV41mDdbu+HZ2GA0CczOBRFBCVtasw=
Prior to changing backends, Terraform inspects the source and destination
states to determine what kind of migration steps need to be taken, if any.
Terraform failed to load the states. The data in both the source and the
destination remain unmodified. Please resolve the above error and try again.

[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app] 2019/08/31 20:07:45 Encountered an error eligible for retrying. Sleeping 5s before retrying.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:07:45 Running command: terraform output
data.template_file.test: Refreshing state...
module.remote.data.template_file.test: Refreshing state...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
test = Hello, World
[terragrunt] 2019/08/31 20:07:45 Reading Terragrunt config file at fixture-download/local-with-prevent-destroy/terragrunt.hcl
[terragrunt] [fixture-download/local-with-prevent-destroy] 2019/08/31 20:07:45 Running command: terraform --version
[terragrunt] 2019/08/31 20:07:45 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
[terragrunt] 2019/08/31 20:07:45 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy/.terragrunt-cache/NCjPhnI6mCR0nL2WM93sO4tAIdA/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:07:45 Copying files from fixture-download/local-with-prevent-destroy into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy/.terragrunt-cache/NCjPhnI6mCR0nL2WM93sO4tAIdA/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:07:45 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-with-prevent-destroy/.terragrunt-cache/NCjPhnI6mCR0nL2WM93sO4tAIdA/gsFk_e1PTBE_gub8ZJDTq3wL0vY
--- PASS: TestPreventDestroy (1.01s)
=== CONT TestLocalWithRelativeExtraArgsUnix
[terragrunt] 2019/08/31 20:07:45 Reading Terragrunt config file at fixture-download/local-relative-extra-args-unix/terragrunt.hcl
[terragrunt] [fixture-download/local-relative-extra-args-unix] 2019/08/31 20:07:45 Running command: terraform --version
[terragrunt] 2019/08/31 20:07:45 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
[terragrunt] 2019/08/31 20:07:45 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-relative-extra-args-unix/.terragrunt-cache/SblbZtM3DbyND-1Crpf8ygXfD9k/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:07:45 Copying files from fixture-download/local-relative-extra-args-unix into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-relative-extra-args-unix/.terragrunt-cache/SblbZtM3DbyND-1Crpf8ygXfD9k/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:07:45 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-relative-extra-args-unix/.terragrunt-cache/SblbZtM3DbyND-1Crpf8ygXfD9k/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:07:45 Running command: terraform apply -var-file=/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-relative-extra-args-unix/../extra-args/common.tfvars
module.remote.data.template_file.test: Refreshing state...
data.template_file.test: Refreshing state...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
test = Hello, extra args
[terragrunt] 2019/08/31 20:07:46 Reading Terragrunt config file at fixture-download/local-relative-extra-args-unix/terragrunt.hcl
[terragrunt] [fixture-download/local-relative-extra-args-unix] 2019/08/31 20:07:46 Running command: terraform --version
text = [I am a frontend-app template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]], bastion-host = [I am a bastion-host template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]], backend-app = [I am a backend-app template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]], bastion-host = [I am a bastion-host template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]], mysql = [I am a mysql template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]]], search-app = [I am a search-app template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]], redis = [I am a redis template. Data from my dependencies: vpc = [I am a stage vpc template. Data from my dependencies: vpc = [I am a mgmt vpc template. I have no dependencies.]]], example_module = Example text from a module]]]
[terragrunt] 2019/08/31 20:07:46 WARNING: no double-slash (//) found in source URL /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world. Relative paths in downloaded Terraform code may not work.
[terragrunt] 2019/08/31 20:07:46 Downloading Terraform configurations from file:///Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/hello-world into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-relative-extra-args-unix/.terragrunt-cache/SblbZtM3DbyND-1Crpf8ygXfD9k/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:07:46 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app has finished successfully!
[terragrunt] 2019/08/31 20:07:46 Copying files from fixture-download/local-relative-extra-args-unix into /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-relative-extra-args-unix/.terragrunt-cache/SblbZtM3DbyND-1Crpf8ygXfD9k/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:07:46 Setting working directory to /Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-relative-extra-args-unix/.terragrunt-cache/SblbZtM3DbyND-1Crpf8ygXfD9k/gsFk_e1PTBE_gub8ZJDTq3wL0vY
[terragrunt] 2019/08/31 20:07:46 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:46 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:46 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:46 Running command: terraform apply -var-file=/Users/israel/go/src/github.com/gruntwork-io/terragrunt/test/fixture-download/local-relative-extra-args-unix/../extra-args/common.tfvars
[terragrunt] 2019/08/31 20:07:46 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:46 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:46 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:46 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:46 The --non-interactive flag is set. To avoid accidentally affecting external dependencies with an xxx-all command, will not run this command against module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host, which is a dependency of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app.
[terragrunt] 2019/08/31 20:07:46 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:46 The --non-interactive flag is set. To avoid accidentally affecting external dependencies with an xxx-all command, will not run this command against module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host, which is a dependency of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app.
[terragrunt] 2019/08/31 20:07:46 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:46 The --non-interactive flag is set. To avoid accidentally affecting external dependencies with an xxx-all command, will not run this command against module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc, which is a dependency of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc.
[terragrunt] 2019/08/31 20:07:46 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:46 The --non-interactive flag is set. To avoid accidentally affecting external dependencies with an xxx-all command, will not run this command against module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key, which is a dependency of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host.
[terragrunt] 2019/08/31 20:07:46 Stack at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage:
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key (excluded: false, dependencies: [])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc (excluded: false, dependencies: [])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc])
[terragrunt] 2019/08/31 20:07:46 [terragrunt] WARNING: Are you sure you want to run `terragrunt destroy` in each folder of the stack described above? There is no undo! (y/n)
[terragrunt] 2019/08/31 20:07:46
[terragrunt] 2019/08/31 20:07:46 The non-interactive flag is set to true, so assuming 'yes' for all prompts
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:07:46 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host must wait for 2 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:07:46 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app must wait for 0 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:07:46 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:07:46 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key must wait for 1 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:07:46 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc must wait for 5 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:07:46 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis] 2019/08/31 20:07:46 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis must wait for 1 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:07:46 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app must wait for 1 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:07:46 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc must wait for 2 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app] 2019/08/31 20:07:46 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app must wait for 1 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql] 2019/08/31 20:07:46 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql must wait for 1 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:07:46 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:07:46 Running command: terraform destroy -input=false -auto-approve
data.template_file.test: Refreshing state...
module.remote.data.template_file.test: Refreshing state...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
test = Hello, extra args
--- PASS: TestLocalWithRelativeExtraArgsUnix (1.95s)
=== CONT TestTerraformSubcommandCliArgs
--- PASS: TestTerraformSubcommandCliArgs (0.53s)
=== CONT TestDependencyOutputTypeConversion
[terragrunt] 2019/08/31 20:07:48 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test511127154/fixture-inputs/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test511127154/fixture-inputs] 2019/08/31 20:07:48 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test511127154/fixture-inputs] 2019/08/31 20:07:48 Running command: terraform init
Initializing the backend...
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] 2019/08/31 20:07:48 Running command: terraform apply

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
bool = true
from_env = default
list_bool = [
true,
false,
]
list_number = [
1,
2,
3,
]
list_string = [
"a",
"b",
"c",
]
map_bool = {
"bar" = false
"baz" = true
"foo" = true
}
map_number = {
"bar" = 12345
"foo" = 42
}
map_string = {
"foo" = "bar"
}
number = 42
object = {
"list" = [
1,
2,
3,
]
"map" = {
"foo" = "bar"
}
"num" = 42
"str" = "string"
}
string = string
--- PASS: TestDependencyOutputTypeConversion (1.03s)
integration_test.go:1725: Copying . to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test511127154
integration_test.go:1659: [TestDependencyOutputTypeConversion] Full contents of show stdout:
integration_test.go:1662: [TestDependencyOutputTypeConversion] 
integration_test.go:1662: [TestDependencyOutputTypeConversion] Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
integration_test.go:1662: [TestDependencyOutputTypeConversion] 
integration_test.go:1662: [TestDependencyOutputTypeConversion] Outputs:
integration_test.go:1662: [TestDependencyOutputTypeConversion]
integration_test.go:1662: [TestDependencyOutputTypeConversion] bool = true
integration_test.go:1662: [TestDependencyOutputTypeConversion] from_env = default
integration_test.go:1662: [TestDependencyOutputTypeConversion] list_bool = [
integration_test.go:1662: [TestDependencyOutputTypeConversion] true,
integration_test.go:1662: [TestDependencyOutputTypeConversion] false,
integration_test.go:1662: [TestDependencyOutputTypeConversion] ]
integration_test.go:1662: [TestDependencyOutputTypeConversion] list_number = [
integration_test.go:1662: [TestDependencyOutputTypeConversion] 1,
integration_test.go:1662: [TestDependencyOutputTypeConversion] 2,
integration_test.go:1662: [TestDependencyOutputTypeConversion] 3,
integration_test.go:1662: [TestDependencyOutputTypeConversion] ]
integration_test.go:1662: [TestDependencyOutputTypeConversion] list_string = [
integration_test.go:1662: [TestDependencyOutputTypeConversion] "a",
integration_test.go:1662: [TestDependencyOutputTypeConversion] "b",
integration_test.go:1662: [TestDependencyOutputTypeConversion] "c",
integration_test.go:1662: [TestDependencyOutputTypeConversion] ]
integration_test.go:1662: [TestDependencyOutputTypeConversion] map_bool = {
integration_test.go:1662: [TestDependencyOutputTypeConversion] "bar" = false
integration_test.go:1662: [TestDependencyOutputTypeConversion] "baz" = true
integration_test.go:1662: [TestDependencyOutputTypeConversion] "foo" = true
integration_test.go:1662: [TestDependencyOutputTypeConversion] }
integration_test.go:1662: [TestDependencyOutputTypeConversion] map_number = {
integration_test.go:1662: [TestDependencyOutputTypeConversion] "bar" = 12345
integration_test.go:1662: [TestDependencyOutputTypeConversion] "foo" = 42
integration_test.go:1662: [TestDependencyOutputTypeConversion] }
integration_test.go:1662: [TestDependencyOutputTypeConversion] map_string = {
integration_test.go:1662: [TestDependencyOutputTypeConversion] "foo" = "bar"
integration_test.go:1662: [TestDependencyOutputTypeConversion] }
integration_test.go:1662: [TestDependencyOutputTypeConversion] number = 42
integration_test.go:1662: [TestDependencyOutputTypeConversion] object = {
integration_test.go:1662: [TestDependencyOutputTypeConversion] "list" = [
integration_test.go:1662: [TestDependencyOutputTypeConversion] 1,
integration_test.go:1662: [TestDependencyOutputTypeConversion] 2,
integration_test.go:1662: [TestDependencyOutputTypeConversion] 3,
integration_test.go:1662: [TestDependencyOutputTypeConversion] ]
integration_test.go:1662: [TestDependencyOutputTypeConversion] "map" = {
integration_test.go:1662: [TestDependencyOutputTypeConversion] "foo" = "bar"
integration_test.go:1662: [TestDependencyOutputTypeConversion] }
integration_test.go:1662: [TestDependencyOutputTypeConversion] "num" = 42
integration_test.go:1662: [TestDependencyOutputTypeConversion] "str" = "string"
integration_test.go:1662: [TestDependencyOutputTypeConversion] }
integration_test.go:1662: [TestDependencyOutputTypeConversion] string = string
integration_test.go:1662: [TestDependencyOutputTypeConversion]
integration_test.go:1659: [TestDependencyOutputTypeConversion] Full contents of show stderr:
integration_test.go:1662: [TestDependencyOutputTypeConversion] [terragrunt] 2019/08/31 20:07:48 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test511127154/fixture-get-output/type-conversion/terragrunt.hcl
integration_test.go:1662: [TestDependencyOutputTypeConversion] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test511127154/fixture-inputs] 2019/08/31 20:07:48 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test511127154/fixture-inputs/terragrunt.hcl
integration_test.go:1662: [TestDependencyOutputTypeConversion] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test511127154/fixture-inputs] 2019/08/31 20:07:48 Running command: terraform --version
integration_test.go:1662: [TestDependencyOutputTypeConversion] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test511127154/fixture-inputs] 2019/08/31 20:07:48 Running command: terraform init
integration_test.go:1662: [TestDependencyOutputTypeConversion]
integration_test.go:1662: [TestDependencyOutputTypeConversion] Initializing the backend...
integration_test.go:1662: [TestDependencyOutputTypeConversion]
integration_test.go:1662: [TestDependencyOutputTypeConversion] Terraform has been successfully initialized!
integration_test.go:1662: [TestDependencyOutputTypeConversion] 
integration_test.go:1662: [TestDependencyOutputTypeConversion] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestDependencyOutputTypeConversion] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestDependencyOutputTypeConversion] should now work.
integration_test.go:1662: [TestDependencyOutputTypeConversion]
integration_test.go:1662: [TestDependencyOutputTypeConversion] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestDependencyOutputTypeConversion] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestDependencyOutputTypeConversion] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestDependencyOutputTypeConversion] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test511127154/fixture-inputs] 2019/08/31 20:07:48 Running command: terraform output -json
integration_test.go:1662: [TestDependencyOutputTypeConversion] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test511127154/fixture-get-output/type-conversion] 2019/08/31 20:07:48 Running command: terraform --version
integration_test.go:1662: [TestDependencyOutputTypeConversion] [terragrunt] 2019/08/31 20:07:48 WARNING: no double-slash (//) found in source URL /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test511127154/fixture-get-output/type-conversion/../../fixture-inputs. Relative paths in downloaded Terraform code may not work.
integration_test.go:1662: [TestDependencyOutputTypeConversion] [terragrunt] 2019/08/31 20:07:48 Downloading Terraform configurations from file:///var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test511127154/fixture-inputs into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test511127154/fixture-get-output/type-conversion/.terragrunt-cache/Wk7f-KbgacIVzjLiCP3o5h2LhLw/DLbDAqzyQXVF2E0_ezrqoM0ph_M
integration_test.go:1662: [TestDependencyOutputTypeConversion] [terragrunt] 2019/08/31 20:07:48 Copying files from /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test511127154/fixture-get-output/type-conversion into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test511127154/fixture-get-output/type-conversion/.terragrunt-cache/Wk7f-KbgacIVzjLiCP3o5h2LhLw/DLbDAqzyQXVF2E0_ezrqoM0ph_M
integration_test.go:1662: [TestDependencyOutputTypeConversion] [terragrunt] 2019/08/31 20:07:48 Setting working directory to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test511127154/fixture-get-output/type-conversion/.terragrunt-cache/Wk7f-KbgacIVzjLiCP3o5h2LhLw/DLbDAqzyQXVF2E0_ezrqoM0ph_M
integration_test.go:1662: [TestDependencyOutputTypeConversion] [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test511127154/fixture-get-output/type-conversion] 2019/08/31 20:07:48 Running command: terraform init
integration_test.go:1662: [TestDependencyOutputTypeConversion]
integration_test.go:1662: [TestDependencyOutputTypeConversion] Initializing the backend...
integration_test.go:1662: [TestDependencyOutputTypeConversion]
integration_test.go:1662: [TestDependencyOutputTypeConversion] Terraform has been successfully initialized!
integration_test.go:1662: [TestDependencyOutputTypeConversion] 
integration_test.go:1662: [TestDependencyOutputTypeConversion] You may now begin working with Terraform. Try running "terraform plan" to see
integration_test.go:1662: [TestDependencyOutputTypeConversion] any changes that are required for your infrastructure. All Terraform commands
integration_test.go:1662: [TestDependencyOutputTypeConversion] should now work.
integration_test.go:1662: [TestDependencyOutputTypeConversion]
integration_test.go:1662: [TestDependencyOutputTypeConversion] If you ever set or change modules or backend configuration for Terraform,
integration_test.go:1662: [TestDependencyOutputTypeConversion] rerun this command to reinitialize your working directory. If you forget, other
integration_test.go:1662: [TestDependencyOutputTypeConversion] commands will detect it and remind you to do so if necessary.
integration_test.go:1662: [TestDependencyOutputTypeConversion] [terragrunt] 2019/08/31 20:07:48 Running command: terraform apply
integration_test.go:1662: [TestDependencyOutputTypeConversion]
=== CONT TestTerraformCommandCliArgs
--- PASS: TestTerraformCommandCliArgs (0.31s)
=== CONT TestDependencyOutput
[terragrunt] 2019/08/31 20:07:49 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app1 to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app1/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:49 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app2 to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app2/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:49 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app3 to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app3/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:49 Stack at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration:
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app1 (excluded: false, dependencies: [])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app2 (excluded: false, dependencies: [])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app3 (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app1, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app2])
[terragrunt] 2019/08/31 20:07:49 [terragrunt] Are you sure you want to run 'terragrunt apply' in each folder of the stack described above? (y/n)
[terragrunt] 2019/08/31 20:07:49
[terragrunt] 2019/08/31 20:07:49 The non-interactive flag is set to true, so assuming 'yes' for all prompts
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app2] 2019/08/31 20:07:49 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app2 must wait for 0 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app3] 2019/08/31 20:07:49 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app3 must wait for 2 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app2] 2019/08/31 20:07:49 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app2 now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app2] 2019/08/31 20:07:49 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app2/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app1] 2019/08/31 20:07:49 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app1 must wait for 0 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app1] 2019/08/31 20:07:49 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app1 now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app1] 2019/08/31 20:07:49 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app1/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app2] 2019/08/31 20:07:49 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app1] 2019/08/31 20:07:49 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app2] 2019/08/31 20:07:49 Running command: terraform init
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app1] 2019/08/31 20:07:49 Running command: terraform init
Initializing the backend...
Initializing the backend...
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app2] 2019/08/31 20:07:49 Running command: terraform apply -input=false -auto-approve
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app1] 2019/08/31 20:07:49 Running command: terraform apply -input=false -auto-approve

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
y = 28

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
x = 14
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app2] 2019/08/31 20:07:49 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app2 has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app3] 2019/08/31 20:07:49 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app2 of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app3 just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app3 must wait on 1 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app1] 2019/08/31 20:07:49 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app1 has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app3] 2019/08/31 20:07:49 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app1 of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app3 just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app3 must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app3] 2019/08/31 20:07:49 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app3 now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app3] 2019/08/31 20:07:49 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app3/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app1] 2019/08/31 20:07:49 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app1/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app1] 2019/08/31 20:07:49 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app1] 2019/08/31 20:07:49 Running command: terraform init
Initializing the backend...
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app1] 2019/08/31 20:07:49 Running command: terraform output -json
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app2] 2019/08/31 20:07:49 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app2/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app2] 2019/08/31 20:07:49 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app2] 2019/08/31 20:07:49 Running command: terraform init
Initializing the backend...
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app2] 2019/08/31 20:07:49 Running command: terraform output -json
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app3] 2019/08/31 20:07:49 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app3] 2019/08/31 20:07:49 Running command: terraform init
Initializing the backend...
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app3] 2019/08/31 20:07:49 Running command: terraform apply -input=false -auto-approve

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
z = 42
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app3] 2019/08/31 20:07:50 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945/fixture-get-output/integration/app3 has finished successfully!
data.terraform_remote_state.vpc: Refreshing state...
data.terraform_remote_state.backend_app: Refreshing state...
data.terraform_remote_state.bastion_host: Refreshing state...
--- PASS: TestDependencyOutput (0.92s)
integration_test.go:1725: Copying fixture-get-output to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test832219945
=== CONT TestAutoRetryApplyAllDependentModuleRetries
[terragrunt] 2019/08/31 20:07:50 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:50 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all does not have an associated terraform configuration and will be skipped.
[terragrunt] 2019/08/31 20:07:50 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app1 to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app1/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:50 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app2 to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app2/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:50 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app3 to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app3/.terragrunt-cache
[terragrunt] 2019/08/31 20:07:50 Stack at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all:
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app1 (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app3])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app2 (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app3, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app1])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app3 (excluded: false, dependencies: [])
[terragrunt] 2019/08/31 20:07:50 [terragrunt] Are you sure you want to run 'terragrunt apply' in each folder of the stack described above? (y/n)
[terragrunt] 2019/08/31 20:07:50
[terragrunt] 2019/08/31 20:07:50 The non-interactive flag is set to true, so assuming 'yes' for all prompts
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app2] 2019/08/31 20:07:50 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app2 must wait for 2 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app3] 2019/08/31 20:07:50 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app3 must wait for 0 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app3] 2019/08/31 20:07:50 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app3 now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app1] 2019/08/31 20:07:50 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app1 must wait for 1 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app3] 2019/08/31 20:07:50 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app3/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app3] 2019/08/31 20:07:50 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app3] 2019/08/31 20:07:50 Running command: terraform init
Initializing the backend...
Initializing provider plugins...
- Checking for available provider plugins...
--- FAIL: TestLocalsInInclude (24.26s)
integration_test.go:1715: Failed to run Terragrunt command 'terragrunt apply --terragrunt-non-interactive --terragrunt-config /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-parent-child-test273859392/qa/my-app/terragrunt.hcl --terragrunt-working-dir fixture-locals/local-in-include/qa/my-app' due to error: Hit multiple errors:
Exhausted retries (3) for command terraform init -backend-config=bucket=terragrunt-testlocalsininclude-boh8gq -backend-config=encrypt=true -backend-config=key=qa/my-app/terraform.tfstate -backend-config=region=us-west-2
Stdout: (see log output above)
Stderr: (see log output above)
integration_test.go:1938: Deleting test s3 bucket terragrunt-testlocalsininclude-boh8gq
=== CONT TestYamlDecodeRegressions
[terragrunt] 2019/08/31 20:07:50 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test259299139/fixture-regressions/yamldecode/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test259299139/fixture-regressions/yamldecode] 2019/08/31 20:07:50 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test259299139/fixture-regressions/yamldecode] 2019/08/31 20:07:50 Running command: terraform init
Initializing the backend...
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] 2019/08/31 20:07:50 Running command: terraform apply

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
test1 = 003
test2 = 1.00
--- PASS: TestYamlDecodeRegressions (0.32s)
integration_test.go:1725: Copying fixture-regressions to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test259299139
=== CONT TestTerragruntInfo
--- PASS: TestTerragruntInfo (0.07s)
integration_test.go:1725: Copying fixture-hooks/init-once to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test059738566
integration_test.go:1659: [TestTerragruntInfo] Full contents of show stdout:
integration_test.go:1662: [TestTerragruntInfo] {
integration_test.go:1662: [TestTerragruntInfo] "ConfigPath": "/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test059738566/fixture-hooks/init-once/with-source-no-backend/terragrunt.hcl",
integration_test.go:1662: [TestTerragruntInfo] "DownloadDir": "/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test059738566/fixture-hooks/init-once/with-source-no-backend/.terragrunt-cache",
integration_test.go:1662: [TestTerragruntInfo] "IamRole": "",
integration_test.go:1662: [TestTerragruntInfo] "TerraformBinary": "terraform",
integration_test.go:1662: [TestTerragruntInfo] "TerraformCommand": "terragrunt-info",
integration_test.go:1662: [TestTerragruntInfo] "WorkingDir": "/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test059738566/fixture-hooks/init-once/with-source-no-backend/.terragrunt-cache/lZTBkBiCCSuLLaY9LhOzp6AVBcg/nLC8dWlaRP2M2CKBjR_1jRRsVlE"
integration_test.go:1662: [TestTerragruntInfo] }
integration_test.go:1662: [TestTerragruntInfo]
=== CONT TestAutoRetryFlagWithRecoverableError
[terragrunt] 2019/08/31 20:07:50 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test102138989/fixture-auto-retry/re-run/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test102138989/fixture-auto-retry/re-run] 2019/08/31 20:07:50 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test102138989/fixture-auto-retry/re-run] 2019/08/31 20:07:50 Running command: terraform init
- Downloading plugin for provider "null" (terraform-providers/null) 2.1.2...
Initializing the backend...
Initializing provider plugins...
- Checking for available provider plugins...
- Downloading plugin for provider "null" (terraform-providers/null) 2.1.2...
data.template_file.text: Refreshing state...
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.null: version = "~> 2.1"
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app3] 2019/08/31 20:07:52 Running command: terraform apply -input=false -auto-approve --auto-approve

Destroy complete! Resources: 0 destroyed.
Releasing state lock. This may take a few moments...

Error: Error running command 'if [[ -f touched ]]; then exit 0; else echo 'Failed to load backend: Error configuring the backend 's3': RequestError: send request failed caused by: Post https://sts.amazonaws.com/: net/http: TLS handshake timeout' && touch touched && exit 1; fi': exit status 1. Output: Failed to load backend: Error configuring the backend s3: RequestError: send request failed caused by: Post https://sts.amazonaws.com/: net/http: TLS handshake timeout


[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app] 2019/08/31 20:07:53 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:07:53 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:07:53 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:07:53 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host must wait on 1 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:07:53 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/frontend-app of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc must wait on 4 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:07:53 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app3] 2019/08/31 20:07:53 Encountered an error eligible for retrying. Sleeping 5s before retrying.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:07:53 Running command: terraform --version
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.null: version = "~> 2.1"
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] 2019/08/31 20:07:53 Running command: terraform apply --auto-approve
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:07:54 Running command: terraform destroy -input=false -auto-approve

Error: Error running command 'if [[ -f touched ]]; then exit 0; else echo 'Failed to load backend: Error configuring the backend 's3': RequestError: send request failed caused by: Post https://sts.amazonaws.com/: net/http: TLS handshake timeout' && touch touched && exit 1; fi': exit status 1. Output: Failed to load backend: Error configuring the backend s3: RequestError: send request failed caused by: Post https://sts.amazonaws.com/: net/http: TLS handshake timeout


--- PASS: TestAutoRetryFlagWithRecoverableError (4.16s)
integration_test.go:1725: Copying fixture-auto-retry/re-run to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test102138989
=== CONT TestAutoRetryExhaustRetries
[terragrunt] 2019/08/31 20:07:55 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test303158504/fixture-auto-retry/exhaust/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test303158504/fixture-auto-retry/exhaust] 2019/08/31 20:07:55 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test303158504/fixture-auto-retry/exhaust] 2019/08/31 20:07:55 Running command: terraform init
Initializing the backend...
Initializing provider plugins...
- Checking for available provider plugins...
- Downloading plugin for provider "null" (terraform-providers/null) 2.1.2...
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.null: version = "~> 2.1"
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] 2019/08/31 20:07:57 Running command: terraform apply --auto-approve
data.terraform_remote_state.bastion_host: Refreshing state...
data.terraform_remote_state.mysql: Refreshing state...

Error: Error running command 'echo 'Failed to load backend: Error configuring the backend 's3': RequestError: send request failed caused by: Post https://sts.amazonaws.com/: net/http: TLS handshake timeout' && exit 1': exit status 1. Output: Failed to load backend: Error configuring the backend s3: RequestError: send request failed caused by: Post https://sts.amazonaws.com/: net/http: TLS handshake timeout


[terragrunt] 2019/08/31 20:07:58 Encountered an error eligible for retrying. Sleeping 5s before retrying.
data.terraform_remote_state.search_app: Refreshing state...
data.terraform_remote_state.vpc: Refreshing state...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app3] 2019/08/31 20:07:58 Running command: terraform apply -input=false -auto-approve --auto-approve
data.template_file.text: Refreshing state...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app3] 2019/08/31 20:07:59 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app3 has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app2] 2019/08/31 20:07:59 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app3 of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app2 just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app2 must wait on 1 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app1] 2019/08/31 20:07:59 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app3 of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app1 just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app1 must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app1] 2019/08/31 20:07:59 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app1 now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app1] 2019/08/31 20:07:59 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app1/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app1] 2019/08/31 20:07:59 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app1] 2019/08/31 20:07:59 Running command: terraform init
Initializing the backend...
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app1] 2019/08/31 20:07:59 Running command: terraform apply -input=false -auto-approve --auto-approve
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app1] 2019/08/31 20:07:59 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app1 has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app2] 2019/08/31 20:07:59 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app1 of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app2 just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app2 must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app2] 2019/08/31 20:07:59 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app2 now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app2] 2019/08/31 20:07:59 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app2/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app2] 2019/08/31 20:07:59 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app2] 2019/08/31 20:07:59 Running command: terraform init
Initializing the backend...
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app2] 2019/08/31 20:07:59 Running command: terraform apply -input=false -auto-approve --auto-approve
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app2] 2019/08/31 20:08:00 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980/fixture-auto-retry/apply-all/app2 has finished successfully!
--- PASS: TestAutoRetryApplyAllDependentModuleRetries (9.67s)
integration_test.go:1725: Copying fixture-auto-retry/apply-all to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test079844980
=== CONT TestAutoRetrySkip
[terragrunt] 2019/08/31 20:08:00 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test049668391/fixture-auto-retry/re-run/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test049668391/fixture-auto-retry/re-run] 2019/08/31 20:08:00 Running command: terraform --version

Destroy complete! Resources: 0 destroyed.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test049668391/fixture-auto-retry/re-run] 2019/08/31 20:08:00 Running command: terraform init
Initializing the backend...
Initializing provider plugins...
- Checking for available provider plugins...
Releasing state lock. This may take a few moments...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app] 2019/08/31 20:08:00 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:08:00 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:08:00 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc must wait on 3 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql] 2019/08/31 20:08:00 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql] 2019/08/31 20:08:00 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:08:00 Assuming module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host has already been applied and skipping it
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql] 2019/08/31 20:08:00 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:08:00 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app] 2019/08/31 20:08:00 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/backend-app of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:08:00 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app] 2019/08/31 20:08:00 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app] 2019/08/31 20:08:00 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:08:00 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc must wait on 1 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:08:00 Assuming module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key has already been applied and skipping it
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:08:00 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app] 2019/08/31 20:08:00 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql] 2019/08/31 20:08:00 Running command: terraform --version
- Downloading plugin for provider "null" (terraform-providers/null) 2.1.2...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:08:00 Encryption is still not enabled for table terragrunt-test-locks-yuqk6s. Will sleep for 20s and try again.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app] 2019/08/31 20:08:01 Running command: terraform destroy -input=false -auto-approve
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql] 2019/08/31 20:08:01 Running command: terraform destroy -input=false -auto-approve
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.null: version = "~> 2.1"
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] 2019/08/31 20:08:02 Running command: terraform apply --auto-approve

Error: Error running command 'if [[ -f touched ]]; then exit 0; else echo 'Failed to load backend: Error configuring the backend 's3': RequestError: send request failed caused by: Post https://sts.amazonaws.com/: net/http: TLS handshake timeout' && touch touched && exit 1; fi': exit status 1. Output: Failed to load backend: Error configuring the backend s3: RequestError: send request failed caused by: Post https://sts.amazonaws.com/: net/http: TLS handshake timeout


--- PASS: TestAutoRetrySkip (3.01s)
integration_test.go:1725: Copying fixture-auto-retry/re-run to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test049668391
=== CONT TestAutoRetryBasicRerun
[terragrunt] 2019/08/31 20:08:03 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test840986714/fixture-auto-retry/re-run/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test840986714/fixture-auto-retry/re-run] 2019/08/31 20:08:03 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test840986714/fixture-auto-retry/re-run] 2019/08/31 20:08:03 Running command: terraform init
[terragrunt] 2019/08/31 20:08:03 Running command: terraform apply --auto-approve
Initializing the backend...
Initializing provider plugins...
- Checking for available provider plugins...
- Downloading plugin for provider "null" (terraform-providers/null) 2.1.2...
module.example_module.data.template_file.text: Refreshing state...
data.terraform_remote_state.vpc: Refreshing state...
data.terraform_remote_state.redis: Refreshing state...
data.terraform_remote_state.vpc: Refreshing state...

Error: Error running command 'echo 'Failed to load backend: Error configuring the backend 's3': RequestError: send request failed caused by: Post https://sts.amazonaws.com/: net/http: TLS handshake timeout' && exit 1': exit status 1. Output: Failed to load backend: Error configuring the backend s3: RequestError: send request failed caused by: Post https://sts.amazonaws.com/: net/http: TLS handshake timeout


[terragrunt] 2019/08/31 20:08:04 Encountered an error eligible for retrying. Sleeping 5s before retrying.
data.template_file.text: Refreshing state...
data.template_file.text: Refreshing state...
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.null: version = "~> 2.1"
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] 2019/08/31 20:08:06 Running command: terraform apply --auto-approve

Destroy complete! Resources: 0 destroyed.

Destroy complete! Resources: 0 destroyed.
Releasing state lock. This may take a few moments...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app] 2019/08/31 20:08:06 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis] 2019/08/31 20:08:06 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis] 2019/08/31 20:08:06 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:08:06 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/search-app of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc must wait on 2 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis] 2019/08/31 20:08:06 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis] 2019/08/31 20:08:06 Running command: terraform --version
Releasing state lock. This may take a few moments...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql] 2019/08/31 20:08:06 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:08:06 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/mysql of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc must wait on 1 more dependencies.

Error: Error running command 'if [[ -f touched ]]; then exit 0; else echo 'Failed to load backend: Error configuring the backend 's3': RequestError: send request failed caused by: Post https://sts.amazonaws.com/: net/http: TLS handshake timeout' && touch touched && exit 1; fi': exit status 1. Output: Failed to load backend: Error configuring the backend s3: RequestError: send request failed caused by: Post https://sts.amazonaws.com/: net/http: TLS handshake timeout


[terragrunt] 2019/08/31 20:08:06 Encountered an error eligible for retrying. Sleeping 5s before retrying.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis] 2019/08/31 20:08:07 Running command: terraform destroy -input=false -auto-approve
[terragrunt] 2019/08/31 20:08:09 Running command: terraform apply --auto-approve
data.terraform_remote_state.vpc: Refreshing state...

Error: Error running command 'echo 'Failed to load backend: Error configuring the backend 's3': RequestError: send request failed caused by: Post https://sts.amazonaws.com/: net/http: TLS handshake timeout' && exit 1': exit status 1. Output: Failed to load backend: Error configuring the backend s3: RequestError: send request failed caused by: Post https://sts.amazonaws.com/: net/http: TLS handshake timeout


[terragrunt] 2019/08/31 20:08:10 Encountered an error eligible for retrying. Sleeping 5s before retrying.
data.template_file.text: Refreshing state...

Destroy complete! Resources: 0 destroyed.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis] 2019/08/31 20:08:11 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:08:11 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/redis of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:08:11 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:08:11 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:08:11 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:08:11 Running command: terraform destroy -input=false -auto-approve
[terragrunt] 2019/08/31 20:08:11 Running command: terraform apply --auto-approve
--- PASS: TestAutoRetryBasicRerun (9.82s)
integration_test.go:1725: Copying fixture-auto-retry/re-run to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test840986714
=== CONT TestExitCode
[terragrunt] 2019/08/31 20:08:12 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test913108977/fixture-exit-code/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test913108977/fixture-exit-code] 2019/08/31 20:08:12 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test913108977/fixture-exit-code] 2019/08/31 20:08:12 Running command: terraform init
Initializing the backend...
Initializing provider plugins...
- Checking for available provider plugins...
- Downloading plugin for provider "null" (terraform-providers/null) 2.1.2...
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.null: version = "~> 2.1"
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] 2019/08/31 20:08:14 Running command: terraform plan -detailed-exitcode
data.terraform_remote_state.mgmt_vpc: Refreshing state...
Refreshing Terraform state in-memory prior to plan...
The refreshed state will be used to calculate this plan, but will not be
persisted to local or remote state storage.

------------------------------------------------------------------------
An execution plan has been generated and is shown below.
Resource actions are indicated with the following symbols:
+ create

Terraform will perform the following actions:
 # null_resource.foo will be created
 + resource "null_resource" "foo" {
+ id = (known after apply)
}
Plan: 1 to add, 0 to change, 0 to destroy.
------------------------------------------------------------------------
Note: You didn't specify an "-out" parameter to save this plan, so Terraform
can't guarantee that exactly these actions will be performed if
"terraform apply" is subsequently run.
--- PASS: TestExitCode (2.61s)
integration_test.go:1725: Copying fixture-exit-code to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test913108977
=== CONT TestRemoteWithModuleInRoot
[terragrunt] 2019/08/31 20:08:15 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test966072476/fixture-download/remote-module-in-root/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test966072476/fixture-download/remote-module-in-root] 2019/08/31 20:08:15 Running command: terraform --version
--- PASS: TestAutoRetryExhaustRetries (20.42s)
integration_test.go:1725: Copying fixture-auto-retry/exhaust to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test303158504
=== CONT TestRemoteWithBackend
[terragrunt] 2019/08/31 20:08:15 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend] 2019/08/31 20:08:15 Running command: terraform --version
[terragrunt] 2019/08/31 20:08:15 WARNING: no double-slash (//) found in source URL /gruntwork-io/terraform-module-in-root-for-terragrunt-test.git. Relative paths in downloaded Terraform code may not work.
[terragrunt] 2019/08/31 20:08:15 Downloading Terraform configurations from git::https://github.com/gruntwork-io/terraform-module-in-root-for-terragrunt-test.git into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test966072476/fixture-download/remote-module-in-root/.terragrunt-cache/xtglanf-wiDiwEAWyQS-aZdERaI/SAlIZtAcdbAgWq1mRAb_NCF8nDM
[terragrunt] 2019/08/31 20:08:15 Downloading Terraform configurations from git::https://github.com/gruntwork-io/terragrunt.git?ref=v0.12.3 into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend/.terragrunt-cache/SlDXR6uWK82w4xc4GRqAolvmqGQ/p_piCTTWVab2Hmnj1OtnAruj8J4
[terragrunt] 2019/08/31 20:08:15 Copying files from /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test966072476/fixture-download/remote-module-in-root into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test966072476/fixture-download/remote-module-in-root/.terragrunt-cache/xtglanf-wiDiwEAWyQS-aZdERaI/SAlIZtAcdbAgWq1mRAb_NCF8nDM
[terragrunt] 2019/08/31 20:08:15 Setting working directory to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test966072476/fixture-download/remote-module-in-root/.terragrunt-cache/xtglanf-wiDiwEAWyQS-aZdERaI/SAlIZtAcdbAgWq1mRAb_NCF8nDM
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test966072476/fixture-download/remote-module-in-root] 2019/08/31 20:08:15 Running command: terraform init
Initializing modules...
- nested in nested-module
Initializing the backend...
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] 2019/08/31 20:08:16 Running command: terraform apply

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
out = Hello, World
[terragrunt] 2019/08/31 20:08:16 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test966072476/fixture-download/remote-module-in-root/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test966072476/fixture-download/remote-module-in-root] 2019/08/31 20:08:16 Running command: terraform --version
[terragrunt] 2019/08/31 20:08:16 WARNING: no double-slash (//) found in source URL /gruntwork-io/terraform-module-in-root-for-terragrunt-test.git. Relative paths in downloaded Terraform code may not work.
[terragrunt] 2019/08/31 20:08:16 Terraform files in /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test966072476/fixture-download/remote-module-in-root/.terragrunt-cache/xtglanf-wiDiwEAWyQS-aZdERaI/SAlIZtAcdbAgWq1mRAb_NCF8nDM are up to date. Will not download again.
[terragrunt] 2019/08/31 20:08:16 Copying files from /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test966072476/fixture-download/remote-module-in-root into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test966072476/fixture-download/remote-module-in-root/.terragrunt-cache/xtglanf-wiDiwEAWyQS-aZdERaI/SAlIZtAcdbAgWq1mRAb_NCF8nDM
[terragrunt] 2019/08/31 20:08:16 Setting working directory to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test966072476/fixture-download/remote-module-in-root/.terragrunt-cache/xtglanf-wiDiwEAWyQS-aZdERaI/SAlIZtAcdbAgWq1mRAb_NCF8nDM
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test966072476/fixture-download/remote-module-in-root] 2019/08/31 20:08:16 Running command: terraform init
Initializing modules...
Initializing the backend...
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] 2019/08/31 20:08:16 Running command: terraform apply

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
out = Hello, World
--- PASS: TestRemoteWithModuleInRoot (0.78s)
integration_test.go:1725: Copying fixture-download/remote-module-in-root to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test966072476
data.template_file.text: Refreshing state...

Destroy complete! Resources: 0 destroyed.
Releasing state lock. This may take a few moments...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc] 2019/08/31 20:08:17 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:08:17 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/stage/vpc of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:08:17 Assuming module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc has already been applied and skipping it
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:08:17 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc has finished successfully!
[terragrunt] 2019/08/31 20:08:17 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host/.terragrunt-cache
[terragrunt] 2019/08/31 20:08:17 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key/.terragrunt-cache
[terragrunt] 2019/08/31 20:08:17 Setting download directory for module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc/.terragrunt-cache
[terragrunt] 2019/08/31 20:08:17 Stack at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt:
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host (excluded: false, dependencies: [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc, /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key (excluded: false, dependencies: [])
=> Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc (excluded: false, dependencies: [])
[terragrunt] 2019/08/31 20:08:17 [terragrunt] WARNING: Are you sure you want to run `terragrunt destroy` in each folder of the stack described above? There is no undo! (y/n)
[terragrunt] 2019/08/31 20:08:17
[terragrunt] 2019/08/31 20:08:17 The non-interactive flag is set to true, so assuming 'yes' for all prompts
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:08:17 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc must wait for 1 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:08:17 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host must wait for 0 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:08:17 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:08:17 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:08:17 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key must wait for 1 dependencies to finish
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:08:17 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:08:18 Running command: terraform destroy -input=false -auto-approve
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:08:21 Encryption is still not enabled for table terragrunt-test-locks-yuqk6s. Will sleep for 20s and try again.
[terragrunt] 2019/08/31 20:08:22 Copying files from /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend/.terragrunt-cache/SlDXR6uWK82w4xc4GRqAolvmqGQ/p_piCTTWVab2Hmnj1OtnAruj8J4/test/fixture-download/hello-world-with-backend
[terragrunt] 2019/08/31 20:08:22 Setting working directory to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend/.terragrunt-cache/SlDXR6uWK82w4xc4GRqAolvmqGQ/p_piCTTWVab2Hmnj1OtnAruj8J4/test/fixture-download/hello-world-with-backend
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend] 2019/08/31 20:08:22 Initializing remote state for the s3 backend
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend] 2019/08/31 20:08:22 [terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend] Remote state S3 bucket terragrunt-test-bucket-zy7xlv does not exist or you don't have permissions to access it. Would you like Terragrunt to create it? (y/n)
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend] 2019/08/31 20:08:22
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend] 2019/08/31 20:08:22 The non-interactive flag is set to true, so assuming 'yes' for all prompts
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend] 2019/08/31 20:08:22 Create S3 bucket terragrunt-test-bucket-zy7xlv
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend] 2019/08/31 20:08:22 Creating S3 bucket terragrunt-test-bucket-zy7xlv
data.terraform_remote_state.vpc: Refreshing state...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend] 2019/08/31 20:08:23 Waiting for bucket terragrunt-test-bucket-zy7xlv to be created
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend] 2019/08/31 20:08:23 S3 bucket terragrunt-test-bucket-zy7xlv created.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend] 2019/08/31 20:08:23 Blocking all public access to S3 bucket terragrunt-test-bucket-zy7xlv
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend] 2019/08/31 20:08:23 No tags specified for bucket terragrunt-test-bucket-zy7xlv.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend] 2019/08/31 20:08:23 Enabling versioning on S3 bucket terragrunt-test-bucket-zy7xlv
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend] 2019/08/31 20:08:23 Enabling bucket-wide SSE on AWS S3 bucket terragrunt-test-bucket-zy7xlv
data.template_file.text: Refreshing state...
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend] 2019/08/31 20:08:24 Granting WRITE and READ_ACP permissions to S3 Log Delivery (http://acs.amazonaws.com/groups/s3/LogDelivery) for bucket terragrunt-test-bucket-zy7xlv. This is required for access logging.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend] 2019/08/31 20:08:24 Waiting for ACL bucket terragrunt-test-bucket-zy7xlv to have the updated ACL for access logging.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend] 2019/08/31 20:08:24 Bucket terragrunt-test-bucket-zy7xlv now has the proper ACL permissions for access logging!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend] 2019/08/31 20:08:24 Enabling bucket-wide Access Logging on AWS S3 bucket "terragrunt-test-bucket-zy7xlv" - using as TargetBucket "terragrunt-test-bucket-zy7xlv"

Destroy complete! Resources: 0 destroyed.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend] 2019/08/31 20:08:25 Lock table terragrunt-lock-table-mbq1ba does not exist in DynamoDB. Will need to create it just this first time.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend] 2019/08/31 20:08:25 Creating table terragrunt-lock-table-mbq1ba in DynamoDB
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend] 2019/08/31 20:08:25 Table terragrunt-lock-table-mbq1ba is not yet in active state. Will check again after 10s.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host] 2019/08/31 20:08:25 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:08:25 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:08:25 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:08:25 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:08:25 Dependency /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/bastion-host of module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc just finished successfully. Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc must wait on 0 more dependencies.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:08:25 Running module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc now
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:08:25 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:08:25 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:08:25 Running command: terraform --version
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:08:25 Running command: terraform destroy -input=false -auto-approve
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:08:25 Running command: terraform destroy -input=false -auto-approve
data.template_file.text: Refreshing state...
data.template_file.text: Refreshing state...

Destroy complete! Resources: 0 destroyed.

Destroy complete! Resources: 0 destroyed.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc] 2019/08/31 20:08:29 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/vpc has finished successfully!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key] 2019/08/31 20:08:29 Module /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967/fixture-stack/mgmt/kms-master-key has finished successfully!
--- PASS: TestTerragruntStackCommands (176.67s)
integration_test.go:1725: Copying fixture-stack/ to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test147912967
integration_test.go:1938: Deleting test s3 bucket terragrunt-test-bucket-o41qlf
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend] 2019/08/31 20:08:35 Success! Table terragrunt-lock-table-mbq1ba is now in active state.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend] 2019/08/31 20:08:35 No tags for lock table given.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend] 2019/08/31 20:08:35 Running command: terraform init -backend-config=bucket=terragrunt-test-bucket-zy7xlv -backend-config=encrypt=true -backend-config=key=terraform.tfstate -backend-config=lock_table=terragrunt-lock-table-mbq1ba -backend-config=region=us-west-2
Initializing the backend...

Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.
Initializing provider plugins...
- Checking for available provider plugins...
- Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.template: version = "~> 2.1"
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] 2019/08/31 20:08:38 Running command: terraform apply
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:08:41 Encryption is still not enabled for table terragrunt-test-locks-yuqk6s. Will sleep for 20s and try again.
data.template_file.test: Refreshing state...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
Releasing state lock. This may take a few moments...

Outputs:
test = hello, World
[terragrunt] 2019/08/31 20:08:42 Reading Terragrunt config file at /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend/terragrunt.hcl
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend] 2019/08/31 20:08:42 Running command: terraform --version
[terragrunt] 2019/08/31 20:08:42 Terraform files in /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend/.terragrunt-cache/SlDXR6uWK82w4xc4GRqAolvmqGQ/p_piCTTWVab2Hmnj1OtnAruj8J4/test/fixture-download/hello-world-with-backend are up to date. Will not download again.
[terragrunt] 2019/08/31 20:08:42 Copying files from /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend into /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend/.terragrunt-cache/SlDXR6uWK82w4xc4GRqAolvmqGQ/p_piCTTWVab2Hmnj1OtnAruj8J4/test/fixture-download/hello-world-with-backend
[terragrunt] 2019/08/31 20:08:42 Setting working directory to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755/fixture-download/remote-with-backend/.terragrunt-cache/SlDXR6uWK82w4xc4GRqAolvmqGQ/p_piCTTWVab2Hmnj1OtnAruj8J4/test/fixture-download/hello-world-with-backend
[terragrunt] 2019/08/31 20:08:42 Running command: terraform apply
data.template_file.test: Refreshing state...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.

Outputs:
test = hello, World
--- PASS: TestRemoteWithBackend (31.14s)
integration_test.go:1725: Copying fixture-download/remote-with-backend to /var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test535527755
integration_test.go:1938: Deleting test s3 bucket terragrunt-test-bucket-zy7xlv
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:09:01 Encryption is still not enabled for table terragrunt-test-locks-yuqk6s. Will sleep for 20s and try again.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:09:21 Encryption is now enabled for table terragrunt-test-locks-yuqk6s!
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:09:21 Success! Table terragrunt-test-locks-yuqk6s is now in active state.
[terragrunt] [/var/folders/fw/b2jyp2tx1z5gh_yzht_k582h0000gq/T/terragrunt-test453191460] 2019/08/31 20:09:21 Running command: terraform init -backend-config=key=terraform.tfstate -backend-config=region=us-west-2 -backend-config=bucket=terragrunt-test-bucket-glkxrh -backend-config=dynamodb_table=terragrunt-test-locks-yuqk6s -backend-config=encrypt=true
Initializing the backend...

Successfully configured the backend "s3"! Terraform will automatically
use this backend unless the backend configuration changes.
Initializing provider plugins...
- Checking for available provider plugins...
- Downloading plugin for provider "template" (terraform-providers/template) 2.1.2...
The following providers do not have any version constraints in configuration,
so the latest version was installed.
To prevent automatic upgrades to new major versions that may contain breaking
changes, it is recommended to add version = "..." constraints to the
corresponding provider blocks in configuration, with the constraint strings
suggested below.
* provider.template: version = "~> 2.1"
Terraform has been successfully initialized!

You may now begin working with Terraform. Try running "terraform plan" to see
any changes that are required for your infrastructure. All Terraform commands
should now work.
If you ever set or change modules or backend configuration for Terraform,
rerun this command to reinitialize your working directory. If you forget, other
commands will detect it and remind you to do so if necessary.
[terragrunt] 2019/08/31 20:09:25 Running command: terraform apply
data.template_file.test: Refreshing state...

Apply complete! Resources: 0 added, 0 changed, 0 destroyed.
Releasing state lock. This may take a few moments...

Outputs:
rendered_template = Hello, I am a template. My sample_var value = hello
--- PASS: TestTerragruntWorksWithLocalTerraformVersion (164.21s)
integration_test.go:1938: Deleting test s3 bucket terragrunt-test-bucket-glkxrh
FAIL
FAIL github.com/gruntwork-io/terragrunt/test 265.599s
? github.com/gruntwork-io/terragrunt/test/helpers [no test files]
=== RUN TestMatchesAny
=== PAUSE TestMatchesAny
=== RUN TestListContainsElement
=== PAUSE TestListContainsElement
=== RUN TestRemoveElementFromList
=== PAUSE TestRemoveElementFromList
=== RUN TestRemoveDuplicatesFromList
=== PAUSE TestRemoveDuplicatesFromList
=== RUN TestCommaSeparatedStrings
=== PAUSE TestCommaSeparatedStrings
=== RUN TestGetPathRelativeTo
=== PAUSE TestGetPathRelativeTo
=== RUN TestCanonicalPath
=== PAUSE TestCanonicalPath
=== RUN TestPathContainsHiddenFileOrFolder
=== PAUSE TestPathContainsHiddenFileOrFolder
=== RUN TestJoinTerraformModulePath
=== PAUSE TestJoinTerraformModulePath
=== RUN TestFileManifest
=== PAUSE TestFileManifest
=== RUN TestMin
=== PAUSE TestMin
=== RUN TestGetRandomTime
=== PAUSE TestGetRandomTime
=== RUN TestKindOf
=== PAUSE TestKindOf
=== CONT TestMatchesAny
=== CONT TestCommaSeparatedStrings
=== CONT TestRemoveDuplicatesFromList
=== CONT TestPathContainsHiddenFileOrFolder
--- PASS: TestCommaSeparatedStrings (0.00s)
collections_test.go:125: [] passed
collections_test.go:125: [foo] passed
collections_test.go:125: [foo bar] passed
--- PASS: TestRemoveDuplicatesFromList (0.00s)
collections_test.go:107: [] passed
collections_test.go:107: [foo] passed
collections_test.go:107: [foo bar] passed
collections_test.go:107: [foo bar foobar bar foo] passed
collections_test.go:107: [foo bar foobar foo bar] passed
collections_test.go:107: [foo bar foobar bar foo] passed
collections_test.go:107: [foo bar foobar foo bar] passed
=== CONT TestListContainsElement
--- PASS: TestPathContainsHiddenFileOrFolder (0.00s)
--- PASS: TestListContainsElement (0.00s)
=== CONT TestGetPathRelativeTo
=== CONT TestCanonicalPath
=== CONT TestRemoveElementFromList
--- PASS: TestMatchesAny (0.00s)
=== CONT TestGetRandomTime
--- PASS: TestRemoveElementFromList (0.00s)
--- PASS: TestCanonicalPath (0.00s)
=== CONT TestFileManifest
--- PASS: TestGetPathRelativeTo (0.00s)
=== CONT TestMin
--- PASS: TestMin (0.00s)
=== CONT TestKindOf
=== CONT TestJoinTerraformModulePath
--- PASS: TestKindOf (0.00s)
reflect_test.go:31: 1 passed
reflect_test.go:31: 2 passed
reflect_test.go:31: 65 passed
reflect_test.go:31: 3.141592653589793 passed
reflect_test.go:31: true passed
reflect_test.go:31: <nil> passed
reflect_test.go:31: Hello World! passed
reflect_test.go:31: 0xc00004c860 passed
reflect_test.go:31: passed
reflect_test.go:31: false passed
=== RUN TestJoinTerraformModulePath/foo-bar
=== RUN TestJoinTerraformModulePath/foo/-bar
=== RUN TestJoinTerraformModulePath/foo-/bar
=== RUN TestJoinTerraformModulePath/foo/-/bar
=== RUN TestJoinTerraformModulePath/foo//-/bar
=== RUN TestJoinTerraformModulePath/foo//-//bar
=== RUN TestJoinTerraformModulePath//foo/bar/baz-/a/b/c
=== RUN TestJoinTerraformModulePath//foo/bar/baz/-//a/b/c
--- PASS: TestJoinTerraformModulePath (0.00s)
--- PASS: TestJoinTerraformModulePath/foo-bar (0.00s)
--- PASS: TestJoinTerraformModulePath/foo/-bar (0.00s)
--- PASS: TestJoinTerraformModulePath/foo-/bar (0.00s)
--- PASS: TestJoinTerraformModulePath/foo/-/bar (0.00s)
--- PASS: TestJoinTerraformModulePath/foo//-/bar (0.00s)
--- PASS: TestJoinTerraformModulePath/foo//-//bar (0.00s)
--- PASS: TestJoinTerraformModulePath//foo/bar/baz-/a/b/c (0.00s)
--- PASS: TestJoinTerraformModulePath//foo/bar/baz/-//a/b/c (0.00s)
--- PASS: TestFileManifest (0.00s)
--- PASS: TestGetRandomTime (0.00s)
PASS
ok github.com/gruntwork-io/terragrunt/util (cached)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment