This repository has been archived by the owner on Dec 24, 2024. It is now read-only.
generated from 18F/open-source-policy
-
Notifications
You must be signed in to change notification settings - Fork 4
Fix version tag for cloud-service-broker binary #136
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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:
# aws_servicequotas_service_quota.minimum_quotas["vpc/L-45FE3B85"] will be updated in-place
~ resource "aws_servicequotas_service_quota" "minimum_quotas" {
id = "vpc/L-45FE3B85"
~ value = 610 -> 20
# (8 unchanged attributes hidden)
}
Plan: 0 to add, 1 to change, 0 to destroy. 📝 Plan generated in plan #217 |
Terraform plan for production Plan: 0 to add, 5 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.broker_eks.cloudfoundry_app.ssb will be updated in-place
~ resource "cloudfoundry_app" "ssb" {
~ environment = (sensitive value)
id = "94e03bd7-01cd-40b5-a4bc-b9474c596fb0"
~ id_bg = "************************************" -> (known after apply)
name = "ssb-eks"
~ source_code_hash = "pyX/oCezxIthNRXW/E8TTCbN0bY0NkXu8xbvNAC5ZyI=" -> "k6XbIlh6B0YkLuPSFaLlU5lGscwdx6b7sr0UhOOgSYE="
# (17 unchanged attributes hidden)
# (2 unchanged blocks hidden)
}
# module.broker_smtp.cloudfoundry_app.ssb will be updated in-place
~ resource "cloudfoundry_app" "ssb" {
~ environment = (sensitive value)
id = "c3783374-24e5-43d6-b2cf-06c3022e7ce9"
~ id_bg = "************************************" -> (known after apply)
name = "ssb-smtp"
~ source_code_hash = "BwKQ3ow7LiOCPMDdb12WMzub3jTiPWnZ3Y9GlQaOYjk=" -> "+ytWwOGolLWRG9hPHxpmUazaY/+8Xhr2gH3tdrorylY="
# (17 unchanged attributes hidden)
# (2 unchanged blocks hidden)
}
# module.broker_solr.cloudfoundry_app.ssb will be updated in-place
~ resource "cloudfoundry_app" "ssb" {
~ environment = (sensitive value)
id = "7e65d94d-d184-456f-b6f6-867a8933c35c"
~ id_bg = "************************************" -> (known after apply)
name = "ssb-solr"
# (18 unchanged attributes hidden)
# (3 unchanged blocks hidden)
}
# module.broker_solrcloud.cloudfoundry_app.ssb will be updated in-place
~ resource "cloudfoundry_app" "ssb" {
~ environment = (sensitive value)
id = "35d01dfd-6946-4887-99cc-4baa5d5d290a"
~ id_bg = "************************************" -> (known after apply)
name = "ssb-solrcloud"
~ source_code_hash = "fYjnMa5ja9sSHilEIIdS8ikbndJqTmpUg9a7PzjQYyc=" -> "JNU4oDwsh5t0iRpnopGgYNR4x+ERN+J0o49uAnAoQYQ="
# (19 unchanged attributes hidden)
+ service_binding {
+ service_instance = "5fdcd609-3e69-4891-9094-33aa58beb7fa"
}
# (2 unchanged blocks hidden)
}
# module.broker_solrcloud.cloudfoundry_service_instance.db will be updated in-place
~ resource "cloudfoundry_service_instance" "db" {
id = "76983303-4b6d-4f40-8bfc-d19aff701c10"
~ name = "ssb-solrcloud-db-unknown-db" -> "ssb-solrcloud-db"
tags = [
"mysql",
]
# (5 unchanged attributes hidden)
# (1 unchanged block hidden)
}
Plan: 0 to add, 5 to change, 0 to destroy. ✅ Plan applied in apply #85 |
7 tasks
nickumia-reisys
changed the title
Use absolute path for cloud-service-broker binary
Fix version tag for cloud-service-broker binary
Apr 13, 2022
mogul
approved these changes
Apr 13, 2022
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fix for the following error.. @mogul Any context for why we were using a relative path before?
Full traceback: https://github.com/GSA/datagov-ssb/runs/6009707141?check_suite_focus=true
This was caused by the deploy of the last PR, #135