-
Notifications
You must be signed in to change notification settings - Fork 7
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-28 | MAIN --> PROD | DEV (ec1d92b) --> STAGING #1958
Conversation
* Implement 1548 * Fix linting * Rename file so it does not get picked up by tests * Add and Fix tests * Use values from gen instead of deriving in etl code * Resolve linting issues * Apply suggestions from code review Co-authored-by: Hassan D. M. Sambo <hassandeme.mamasambo@gsa.gov> --------- Co-authored-by: JeanMarie Mariadassou <jmpm@JMPMs-MBP.local> Co-authored-by: Hassan D. M. Sambo <hassandeme.mamasambo@gsa.gov>
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. |
Terraform plan for staging Plan: 0 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:
~ update in-place
Terraform will perform the following actions:
# module.staging.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:0c189607a2306ccce672cf570bf503258a5b196a4c84203b224841d1c418afd8" -> "ghcr.io/gsa-tts/fac/clamav@sha256:01b7d29c95a8c60a3355e1e0d7ea583b4a4f7aab1fe60039b8f5f5791c08c1a3"
id = "d1bea029-d2d3-4b68-b16d-b216bcaea573"
name = "fac-av-staging"
# (14 unchanged attributes hidden)
# (1 unchanged block hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy. ✅ Plan applied in Deploy to Staging Environment #27 |
Terraform plan for production 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:
# module.production.cloudfoundry_app.postgrest will be updated in-place
~ resource "cloudfoundry_app" "postgrest" {
~ environment = (sensitive value)
id = "70ac44be-3507-4867-a75f-c2d1ab12ee89"
~ id_bg = "************************************" -> (known after apply)
~ memory = 128 -> 512
name = "postgrest"
# (12 unchanged attributes hidden)
# (1 unchanged block hidden)
}
# 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:0c189607a2306ccce672cf570bf503258a5b196a4c84203b224841d1c418afd8" -> "ghcr.io/gsa-tts/fac/clamav@sha256:01b7d29c95a8c60a3355e1e0d7ea583b4a4f7aab1fe60039b8f5f5791c08c1a3"
id = "5d0afa4f-527b-472a-8671-79a60335417f"
name = "fac-av-production"
# (14 unchanged attributes hidden)
# (1 unchanged block hidden)
}
Plan: 0 to add, 2 to change, 0 to destroy. 📝 Plan generated in Pull Request Checks #722 |
Minimum allowed coverage is Generated by 🐒 cobertura-action against ec1d92b |
This is an auto-generated pull request to merge main into prod for a staging release on 2023-08-28 with the last commit being merged as ec1d92b