fiddle with container networking

This commit is contained in:
Kenneth Kehl
2025-10-15 10:50:17 -07:00
parent b6913959a0
commit 9e30741fb0

View File

@@ -10,6 +10,7 @@ data "cloudfoundry_app" "source_app" {
}
data "cloudfoundry_app" "destination_app" {
org_name = var.cf_org_name
name = var.destination_app_name
space_name = data.cloudfoundry_space.space.id
}