so this might be a complete stupid triviality. I have a stack that does my secrets. I import that stack into another stack, and retrieve a secret_id. I then try to use that secret_id's secret_data as a new variable to set up something. ie: data = secret_id.apply(lambda sec_id: gcp.secretmanager.get_secret_version_output(secret=sec_id).secret_data)