This repository has been archived by the owner on Jul 26, 2024. It is now read-only.
[bug] object does not have an attribute named "global_settings_key" #445
Labels
bug
Something isn't working
object does not have an attribute named "global_settings_key"
This bug is introduced by the commit 4c2da76
To Reproduce
To reproduce define a landingzone.tfvars without global_settings_key = "" especially this key is not required when we are not using any global_settings or prefixes from other landingzone i.e using custom_variables = {} block instead of global_settings = {} block.
Expected behavior
If not defined, it should ignore.
try(data.terraform_remote_state.remote[var.landingzone.global_settings_key].outputs.tfstates, {})
The text was updated successfully, but these errors were encountered: