Provides a Cloud Foundry resource for binding and unbinding a security group from spaces. V3 API does not support binding a security group from the spaces endpoint but only from the security groups endpoint therefore a security group first approach has been adopted in contrast to the cloudfoundry_space_asgs
in the community provider.
Cloudfoundry Provider | Community Cloudfoundry Provider |
---|---|
resource "cloudfoundry_security_group_spaces" "space_bindings1" { |
resource "cloudfoundry_space_asgs" "spaceasgs" { |