GSA-TTS / continuous-assessment-poc

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

Add new cicd deployer to space permissions #59

Closed rahearn closed 1 week ago

github-actions[bot] commented 1 week ago

Terraform plan in terraform/staging

Plan: 0 to add, 2 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: !~ update in-place Terraform will perform the following actions: # module.app_space.cloudfoundry_space_users.space_permissions will be updated in-place !~ resource "cloudfoundry_space_users" "space_permissions" { !~ developers = [ + "68f43d46-8b3c-4eaa-b203-0ff555c72f87", # (2 unchanged elements hidden) ] id = "e316ff05-a171-77cd-c128-5b3007136bb2" !~ managers = [ + "68f43d46-8b3c-4eaa-b203-0ff555c72f87", # (1 unchanged element hidden) ] # (3 unchanged attributes hidden) } # module.egress_space.cloudfoundry_space_users.space_permissions will be updated in-place !~ resource "cloudfoundry_space_users" "space_permissions" { !~ developers = [ + "68f43d46-8b3c-4eaa-b203-0ff555c72f87", # (2 unchanged elements hidden) ] id = "f0bc4a77-8ac1-4178-7f28-01bee4cddc61" !~ managers = [ + "68f43d46-8b3c-4eaa-b203-0ff555c72f87", # (1 unchanged element hidden) ] # (3 unchanged attributes hidden) } Plan: 0 to add, 2 to change, 0 to destroy. ```

:white_check_mark: Plan applied in Deploy Staging #50