Skip to content

Commit

Permalink
remove unneeded service instance binding
Browse files Browse the repository at this point in the history
  • Loading branch information
markdboyd committed Nov 14, 2023
1 parent c8e2633 commit eab69e4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions terraform/modules/test_cdn/test_cdn.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,4 @@ resource "cloudfoundry_app" "test-cdn" {
routes {
route = cloudfoundry_route.test_cdn_route.id
}

service_binding {
service_instance = cloudfoundry_service_instance.test_cdn_instance.id
}
}

0 comments on commit eab69e4

Please sign in to comment.