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

Update smtp broker to 1.1.3 #139

Merged
merged 1 commit into from
May 4, 2022
Merged

Update smtp broker to 1.1.3 #139

merged 1 commit into from
May 4, 2022

Conversation

nickumia-reisys
Copy link
Contributor

Related to GSA/data.gov#3810 and GSA/data.gov#3798

Deploy fixes to sendmail

deploy fixes to sendemail
@nickumia-reisys nickumia-reisys temporarily deployed to staging May 4, 2022 20:07 Inactive
@nickumia-reisys nickumia-reisys temporarily deployed to production May 4, 2022 20:07 Inactive
@nickumia-reisys nickumia-reisys requested a review from a team May 4, 2022 20:07
@github-actions
Copy link

github-actions bot commented May 4, 2022

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.broker_smtp.cloudfoundry_app.ssb will be updated in-place
  ~ resource "cloudfoundry_app" "ssb" {
        id                         = "e8451d9b-c607-446e-b609-0fa7d28ca1be"
      ~ id_bg                      = "************************************" -> (known after apply)
        name                       = "ssb-smtp"
      ~ source_code_hash           = "+ytWwOGolLWRG9hPHxpmUazaY/+8Xhr2gH3tdrorylY=" -> "XkzyktTbiD+SCICaw4Dtoe2l+eylkj/YNzYFm1HsJwk="
        # (18 unchanged attributes hidden)


        # (2 unchanged blocks hidden)
    }

  # module.broker_solrcloud.cloudfoundry_app.ssb will be updated in-place
  ~ resource "cloudfoundry_app" "ssb" {
        id                         = "72afe7a7-44df-4920-a49f-23f11b0a22da"
      ~ id_bg                      = "************************************" -> (known after apply)
        name                       = "ssb-solrcloud"
        # (21 unchanged attributes hidden)


      + service_binding {
          + service_instance = "b7604bad-fe45-49a2-a67c-b8085b4b503f"
        }
        # (2 unchanged blocks hidden)
    }

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

✅ Plan applied in apply #87

@github-actions
Copy link

github-actions bot commented May 4, 2022

Terraform plan for staging

Plan: 0 to add, 3 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          = 650 -> 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          = 650 -> 20
        # (8 unchanged attributes hidden)
    }

  # module.broker_smtp.cloudfoundry_app.ssb will be updated in-place
  ~ resource "cloudfoundry_app" "ssb" {
        id                         = "c6867f56-4cf5-4f33-9ef1-19f0820b65ad"
      ~ id_bg                      = "************************************" -> (known after apply)
        name                       = "ssb-smtp"
      ~ source_code_hash           = "+ytWwOGolLWRG9hPHxpmUazaY/+8Xhr2gH3tdrorylY=" -> "XkzyktTbiD+SCICaw4Dtoe2l+eylkj/YNzYFm1HsJwk="
        # (18 unchanged attributes hidden)


        # (2 unchanged blocks hidden)
    }

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

✅ Plan applied in apply #87

@nickumia-reisys nickumia-reisys merged commit eeb44e2 into main May 4, 2022
@nickumia-reisys nickumia-reisys deleted the smtp-update branch May 4, 2022 20:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants