-
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-09 | MAIN --> PROD | DEV (15c38ee) --> STAGING #1766
Conversation
This gives the https-proxy module a client to use when setting up network policies
...so the PR to put the code in Staging is ready on Monday.
Co-authored-by: Tadhg O'Higgins <2626258+tadhg-ohiggins@users.noreply.github.com>
Forgot "PREVIEW"
asasasdf!@#$!@$
Bring up preview environment
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. |
Please close and re-open this pull request to ensure that a terraform plan is generated on the PR for the staging deployment after merging. |
Terraform plan for staging Plan: 0 to add, 0 to change, 2 to destroy.Terraform used the selected providers to generate the following execution
plan. Resource actions are indicated with the following symbols:
- destroy
Terraform will perform the following actions:
# module.staging.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 = "e482387a-6f8a-4fc5-b0e1-6bd9792813c7" -> null
- id_bg = "e482387a-6f8a-4fc5-b0e1-6bd9792813c7" -> null
- instances = 1 -> null
- memory = 256 -> null
- name = "swagger" -> null
- ports = [] -> null
- space = "7bbe587a-e8ee-4e8c-b32f-86d0b0f1b807" -> null
- stopped = false -> null
- strategy = "rolling" -> null
- timeout = 20 -> null
- routes {
- port = 0 -> null
- route = "c79a763b-a180-49d9-923c-5178fc685f32" -> null
}
}
# module.staging.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-staging-swagger.app.cloud.gov" -> null
- hostname = "fac-staging-swagger" -> null
- id = "c79a763b-a180-49d9-923c-5178fc685f32" -> null
- space = "7bbe587a-e8ee-4e8c-b32f-86d0b0f1b807" -> null
}
Plan: 0 to add, 0 to change, 2 to destroy. ✅ Plan applied in Deploy to Staging Environment #13 |
Terraform plan for production Plan: 0 to add, 2 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.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:ec3f01affc0daf091232c148093969348d459aac1f7c6a153e8ff21f5ba8ca05"
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, 2 to change, 2 to destroy. 📝 Plan generated in Pull Request Checks #377 |
This is an auto-generated pull request to merge main into prod for a staging release on 2023-08-09 with the last commit being merged as 15c38ee