GSA-TTS / continuous-assessment-poc

Assessment results proof of concept
https://continuous_monitoring-staging.app.cloud.gov
Other
6 stars 2 forks source link

Enable creating org managers so space creation in terraform works #29

Closed rahearn closed 2 months ago

github-actions[bot] commented 2 months ago

Terraform plan in terraform/staging

Plan: 2 to add, 0 to change, 0 to destroy. ```diff Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols: + create Terraform will perform the following actions: # module.egress_space.cloudfoundry_space.space will be created + resource "cloudfoundry_space" "space" { + allow_ssh = (known after apply) + auditors = (known after apply) + delete_recursive_allowed = true + developers = (known after apply) + id = (known after apply) + managers = (known after apply) + name = "rahearn-egress" + org = "f0a46189-6f64-43fb-99c3-0719cf9ee255" } # module.egress_space.cloudfoundry_space_users.space_permissions will be created + resource "cloudfoundry_space_users" "space_permissions" { + auditors = (known after apply) + developers = [ + "9ffca92e-54bd-412f-913f-8f6271a1d0ac", ] + force = false + id = (known after apply) + managers = [ + "6ca5b315-3eec-4e1f-a2a7-d22c3fe3508b", + "9ffca92e-54bd-412f-913f-8f6271a1d0ac", ] + space = (known after apply) } Plan: 2 to add, 0 to change, 0 to destroy. ```

:white_check_mark: Plan applied in Deploy Staging #27