Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set space ASGs with terraform #46

Merged
merged 1 commit into from
Oct 10, 2024
Merged

Set space ASGs with terraform #46

merged 1 commit into from
Oct 10, 2024

Conversation

rahearn
Copy link
Collaborator

@rahearn rahearn commented Oct 10, 2024

No description provided.

Copy link

github-actions bot commented Oct 10, 2024

Terraform plan in terraform/staging

Plan: 3 to add, 1 to change, 0 to destroy.
Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
+   create
!~  update in-place

Terraform will perform the following actions:

  # module.app_space.cloudfoundry_space.space will be updated in-place
!~  resource "cloudfoundry_space" "space" {
!~      asgs                     = [
-           "71d5aa70-fdce-46fa-8494-aabdb8cae381",
        ]
+       delete_recursive_allowed = true
        id                       = "7137716e-43e5-4d59-8234-599ecaf58a6e"
        name                     = "rahearn"
#        (10 unchanged attributes hidden)
    }

  # module.app_space.cloudfoundry_space_asgs.running_security_groups will be created
+   resource "cloudfoundry_space_asgs" "running_security_groups" {
+       id           = (known after apply)
+       running_asgs = [
+           "71d5aa70-fdce-46fa-8494-aabdb8cae381",
        ]
+       space        = "7137716e-43e5-4d59-8234-599ecaf58a6e"
+       staging_asgs = (known after apply)
    }

  # module.app_space.cloudfoundry_space_users.space_permissions will be created
+   resource "cloudfoundry_space_users" "space_permissions" {
+       auditors   = (known after apply)
+       developers = [
+           "6ca5b315-3eec-4e1f-a2a7-d22c3fe3508b",
+           "9ffca92e-54bd-412f-913f-8f6271a1d0ac",
        ]
+       force      = false
+       id         = (known after apply)
+       managers   = [
+           "6ca5b315-3eec-4e1f-a2a7-d22c3fe3508b",
+           "9ffca92e-54bd-412f-913f-8f6271a1d0ac",
        ]
+       space      = "7137716e-43e5-4d59-8234-599ecaf58a6e"
    }

  # module.egress_space.cloudfoundry_space_asgs.running_security_groups will be created
+   resource "cloudfoundry_space_asgs" "running_security_groups" {
+       id           = (known after apply)
+       running_asgs = [
+           "c70d6061-4da3-4cbb-bd8e-c9982a5e8b22",
        ]
+       space        = "ceca9558-8003-4b85-a596-db5da07fe35a"
+       staging_asgs = (known after apply)
    }

Plan: 3 to add, 1 to change, 0 to destroy.

❌ Error applying plan in Deploy Staging #40

@rahearn rahearn merged commit 194dcd8 into main Oct 10, 2024
11 checks passed
@rahearn rahearn deleted the space-debugging branch October 10, 2024 19:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant