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 2
Solr on ECS - EFS - Max IO vs. General Purpose #147
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 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_solrcloud.cloudfoundry_app.ssb will be updated in-place
~ resource "cloudfoundry_app" "ssb" {
id = "057eda7a-5f93-4ccb-8d17-97e6bfce081f"
~ id_bg = "************************************" -> (known after apply)
name = "ssb-solrcloud"
~ source_code_hash = "ljJ6BILfJPLgdrIBMDhF79RmEH7AukrvYeKaPjswVyM=" -> "pxLVkoWPv0tGO72GpdW5wgCVAfZRBdprMtqttOI4QqU="
# (20 unchanged attributes hidden)
# (3 unchanged blocks hidden)
}
# module.broker_solrcloud.cloudfoundry_service_broker.space_scoped_broker["gsa-datagov/development"] will be updated in-place
~ resource "cloudfoundry_service_broker" "space_scoped_broker" {
~ catalog_change = true -> false
id = "44b78efe-544f-4b7c-863c-493b565ad131"
name = "ssb-solrcloud-gsa-datagov-development"
# (8 unchanged attributes hidden)
}
# module.broker_solrcloud.cloudfoundry_service_broker.space_scoped_broker["gsa-datagov/management"] will be updated in-place
~ resource "cloudfoundry_service_broker" "space_scoped_broker" {
~ catalog_change = true -> false
id = "3e4c188c-3648-414c-a33e-f866056a17b5"
name = "ssb-solrcloud-gsa-datagov-management"
# (8 unchanged attributes hidden)
}
# module.broker_solrcloud.cloudfoundry_service_broker.space_scoped_broker["gsa-datagov/prod"] will be updated in-place
~ resource "cloudfoundry_service_broker" "space_scoped_broker" {
~ catalog_change = true -> false
id = "9310cdbd-95d9-481e-af21-52ec69df0aa2"
name = "ssb-solrcloud-gsa-datagov-prod"
# (8 unchanged attributes hidden)
}
# module.broker_solrcloud.cloudfoundry_service_broker.space_scoped_broker["gsa-datagov/staging"] will be updated in-place
~ resource "cloudfoundry_service_broker" "space_scoped_broker" {
~ catalog_change = true -> false
id = "806eb795-8b96-4449-b70b-259fdfc397c7"
name = "ssb-solrcloud-gsa-datagov-staging"
# (8 unchanged attributes hidden)
}
Plan: 0 to add, 5 to change, 0 to destroy. ✅ Plan applied in apply #95 |
Terraform plan for staging 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:
# 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 = 1000 -> 20
# (8 unchanged attributes hidden)
}
# aws_servicequotas_service_quota.minimum_quotas["vpc/L-A4707A72"] will be updated in-place
~ resource "aws_servicequotas_service_quota" "minimum_quotas" {
id = "vpc/L-A4707A72"
~ value = 1000 -> 20
# (8 unchanged attributes hidden)
}
# aws_servicequotas_service_quota.minimum_quotas["vpc/L-F678F1CE"] will be updated in-place
~ resource "aws_servicequotas_service_quota" "minimum_quotas" {
id = "vpc/L-F678F1CE"
~ value = 1000 -> 20
# (8 unchanged attributes hidden)
}
# module.broker_solrcloud.cloudfoundry_app.ssb will be updated in-place
~ resource "cloudfoundry_app" "ssb" {
id = "9faa392e-7873-4937-aee1-5ee290380fe2"
~ id_bg = "************************************" -> (known after apply)
name = "ssb-solrcloud"
~ source_code_hash = "ljJ6BILfJPLgdrIBMDhF79RmEH7AukrvYeKaPjswVyM=" -> "pxLVkoWPv0tGO72GpdW5wgCVAfZRBdprMtqttOI4QqU="
# (18 unchanged attributes hidden)
# (3 unchanged blocks hidden)
}
# module.broker_solrcloud.cloudfoundry_service_broker.space_scoped_broker["gsa-datagov/management-staging"] will be updated in-place
~ resource "cloudfoundry_service_broker" "space_scoped_broker" {
~ catalog_change = true -> false
id = "71dc2f0e-c3d1-45d3-b62d-bc8f0f46005b"
name = "ssb-solrcloud-gsa-datagov-management-staging"
# (8 unchanged attributes hidden)
}
Plan: 0 to add, 5 to change, 0 to destroy. ✅ Plan applied in apply #95 |
robert-bryson
approved these changes
Jul 6, 2022
1 task
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.
Related to GSA/data.gov#3875
Pull in GSA-TTS/datagov-brokerpak-solr#44