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

Upgrade terraform modules #66

Merged
merged 5 commits into from
Dec 3, 2024
Merged

Upgrade terraform modules #66

merged 5 commits into from
Dec 3, 2024

Conversation

rahearn
Copy link
Collaborator

@rahearn rahearn commented Dec 3, 2024

Upgrade all modules to the new cloudfoundry provider based ones.

Keep community around for network policy

Copy link

github-actions bot commented Dec 3, 2024

Terraform plan in terraform/staging

Plan: 0 to add, 2 to change, 0 to destroy.
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:

  # cloudfoundry_network_policy.egress_policy will be updated in-place
!~  resource "cloudfoundry_network_policy" "egress_policy" {
        id = "7f21bf69-88b7-d2fa-dbf2-8619556ea327"

-       policy {
-           destination_app = "009f1e51-e36c-40c1-a848-47802d009295" -> null
-           port            = "61443" -> null
-           protocol        = "tcp" -> null
-           source_app      = "776e8975-2df7-414f-abae-71d804c079a4" -> null
        }
+       policy {
+           destination_app = (known after apply)
+           port            = "61443"
+           protocol        = "tcp"
+           source_app      = "776e8975-2df7-414f-abae-71d804c079a4"
        }
    }

  # module.egress_proxy.cloudfoundry_app.egress_app will be updated in-place
!~  resource "cloudfoundry_app" "egress_app" {
!~      created_at                  = "2024-12-03T14:25:45Z" -> (known after apply)
!~      disk_quota                  = "2048M" -> (known after apply)
!~      health_check_type           = "port" -> (known after apply)
!~      id                          = "************************************" -> (known after apply)
!~      log_rate_limit_per_second   = "-1" -> (known after apply)
        name                        = "tfm-egress-proxy-staging"
!~      path                        = ".terraform/modules/egress_proxy/egress_proxy/proxy.zip" -> "/tmp/terraform-data-dir/modules/egress_proxy/egress_proxy/proxy.zip"
!~      readiness_health_check_type = "process" -> (known after apply)
!~      source_code_hash            = "668ecddeb6958eb095307480d5f042ecf1fc391ba0676fe0343b40d315d750ff" -> "f90ec730b6d8f3dce4c866d2030b8b1432e0d813583b0c8562e5535465a96d2a"
!~      stack                       = "cflinuxfs4" -> (known after apply)
!~      updated_at                  = "2024-12-03T14:26:14Z" -> (known after apply)
#        (9 unchanged attributes hidden)
    }

Plan: 0 to add, 2 to change, 0 to destroy.

✅ Plan applied in Deploy Staging #57

@rahearn rahearn merged commit 23a4aac into main Dec 3, 2024
11 checks passed
@rahearn rahearn deleted the upgrade-terraform-modules branch December 3, 2024 15:30
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