Access outputs from other Terraform stacks.
TerraformRemoteState
get(name: string): any
getString(name: string): string
getNumber(name: string): number
getList(name: string): string[]
getBoolean(name: string): boolean
new DataTerraformRemoteStateLocal(scope: Construct, id: string, config: LocalBackendConfig)
new DataTerraformRemoteStateS3(scope: Construct, id: string, config: S3BackendConfig)
new DataTerraformRemoteStateGcs(scope: Construct, id: string, config: GcsBackendConfig)
new DataTerraformRemoteStateRemote(scope: Construct, id: string, config: RemoteBackendConfig)
new DataTerraformRemoteStateCloud(scope: Construct, id: string, config: CloudBackendConfig)