Created
June 29, 2022 12:07
-
-
Save zwindler/8246f9bec80a0657237d81624e1a743d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
remote_state { | |
backend = "gcs" | |
config = { | |
bucket = read_terragrunt_config(find_in_parent_folders("backend.hcl")).inputs.bucket | |
prefix = path_relative_to_include() | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment