asaf-upstream
Results
2
comments of
asaf-upstream
Same issue here, all not sensitive values gets retrieved from the remote_state, but all sensitive values returns empty.
@serrovsky-pt @jmwri FYI, you may work with the terraform_remote_state data source instead of the tfe_outputs as a workaround, until the issue is solved: ``` data "terraform_remote_state" "infra_state" { backend =...