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

2023-08-16 | MAIN --> PROD | DEV (5f90a24) --> STAGING #1830

Merged
merged 16 commits into from
Aug 16, 2023
Merged

2023-08-16 | MAIN --> PROD | DEV (5f90a24) --> STAGING #1830

merged 16 commits into from
Aug 16, 2023

Conversation

jadudm
Copy link
Contributor

@jadudm jadudm commented Aug 16, 2023

This is an auto-generated pull request to merge main into prod for a staging release on 2023-08-16 with the last commit being merged as 5f90a24

@jadudm jadudm added autogenerated Automated pull request creation automerge Used for automated deployments labels Aug 16, 2023
@github-advanced-security
Copy link

This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation.

@jadudm jadudm temporarily deployed to production August 16, 2023 10:30 — with GitHub Actions Inactive
@jadudm jadudm temporarily deployed to staging August 16, 2023 10:30 — with GitHub Actions Inactive
@github-actions
Copy link
Contributor

Terraform plan for production

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

Terraform will perform the following actions:

  # module.production.cloudfoundry_app.postgrest will be updated in-place
  ~ resource "cloudfoundry_app" "postgrest" {
      ~ docker_image                    = "ghcr.io/gsa-tts/fac/postgrest@sha256:53acdb91a92d31d17020b6f60dc34ba47c454827cb59f814ede01fb539754247" -> "ghcr.io/gsa-tts/fac/postgrest@sha256:5cb1228f3d1fc6f3d0151a99180d11b38488c9dd7a2eafd95e9e309d3c2fd9e8"
      ~ environment                     = (sensitive value)
        id                              = "70ac44be-3507-4867-a75f-c2d1ab12ee89"
      ~ id_bg                           = "************************************" -> (known after apply)
        name                            = "postgrest"
        # (12 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

  # module.production.cloudfoundry_app.swagger will be destroyed
  # (because cloudfoundry_app.swagger is not in configuration)
  - resource "cloudfoundry_app" "swagger" {
      - disk_quota                      = 256 -> null
      - docker_image                    = "swaggerapi/swagger-ui:latest" -> null
      - enable_ssh                      = true -> null
      - environment                     = (sensitive value) -> null
      - health_check_invocation_timeout = 0 -> null
      - health_check_timeout            = 0 -> null
      - health_check_type               = "process" -> null
      - id                              = "3f83d812-318f-49ab-b853-8c8ddbf02718" -> null
      - id_bg                           = "3f83d812-318f-49ab-b853-8c8ddbf02718" -> null
      - instances                       = 2 -> null
      - memory                          = 256 -> null
      - name                            = "swagger" -> null
      - ports                           = [] -> null
      - space                           = "5593dba8-7023-49a5-bdbe-e809fe23edf9" -> null
      - stopped                         = false -> null
      - strategy                        = "rolling" -> null
      - timeout                         = 20 -> null

      - routes {
          - port  = 0 -> null
          - route = "9f004253-79d9-4edb-b069-70b3a457e9b5" -> null
        }
    }

  # module.production.cloudfoundry_route.swagger will be destroyed
  # (because cloudfoundry_route.swagger is not in configuration)
  - resource "cloudfoundry_route" "swagger" {
      - domain   = "50ba3f69-cd54-4963-9172-14f3334b479e" -> null
      - endpoint = "fac-production-swagger.app.cloud.gov" -> null
      - hostname = "fac-production-swagger" -> null
      - id       = "9f004253-79d9-4edb-b069-70b3a457e9b5" -> null
      - space    = "5593dba8-7023-49a5-bdbe-e809fe23edf9" -> null
    }

  # module.production.module.clamav.cloudfoundry_app.clamav_api will be updated in-place
  ~ resource "cloudfoundry_app" "clamav_api" {
      ~ docker_image                    = "ghcr.io/gsa-tts/fac/clamav@sha256:0f54c4b052f7dfdc2a0c5ef28bcada6c296882932859e29588818b9644e00412" -> "ghcr.io/gsa-tts/fac/clamav@sha256:a1182cf2dbf596260fa7d7a2c996338a76de8f14d3b2a5b558bcbad10ec1e9a6"
        id                              = "5d0afa4f-527b-472a-8671-79a60335417f"
        name                            = "fac-av-production"
        # (14 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

  # module.production.module.https-proxy.cloudfoundry_app.egress_app will be updated in-place
  ~ resource "cloudfoundry_app" "egress_app" {
        id                              = "5e81ca8b-99cf-41f8-ae42-76652d51a44c"
        name                            = "https-proxy"
      ~ source_code_hash                = "9fcf4a7f6abfc9a220de2b8bb97591ab490a271ac0933b984f606f645319e1a4" -> "9b63bf9766c73480bf1c2385e259b1321988ede71a7b68ebe5c451d9ff6bf1c1"
        # (18 unchanged attributes hidden)

        # (1 unchanged block hidden)
    }

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

📝 Plan generated in Pull Request Checks #506

@github-actions
Copy link
Contributor

github-actions bot commented Aug 16, 2023

Terraform plan for staging

No changes. Your infrastructure matches the configuration.
No changes. Your infrastructure matches the configuration.

Terraform has compared your real infrastructure against your configuration
and found no differences, so no changes are needed.

✅ Plan applied in Deploy to Staging Environment #18

@jadudm jadudm merged commit 2bed0a7 into prod Aug 16, 2023
40 of 41 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
autogenerated Automated pull request creation automerge Used for automated deployments
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants