cal-itp / benefits

Transit benefits enrollment, minus the paperwork.
https://docs.calitp.org/benefits
GNU Affero General Public License v3.0
25 stars 9 forks source link

Chore: update Terraform version in pipeline #2146

Closed thekaveman closed 3 weeks ago

thekaveman commented 3 weeks ago

Resolves some issues with Warnings in the output.

For example:

 # azurerm_storage_account.main will be updated in-place
  ~ resource "azurerm_storage_account" "main" {
      - edge_zone                         = "" -> null
        ...
        name                              = "sacdtcalitpd001"
      # Warning: this attribute value will no longer be marked as sensitive
      # after applying this change. The value is unchanged.
      ~ primary_access_key                = (sensitive value)
      # Warning: this attribute value will no longer be marked as sensitive
      # after applying this change. The value is unchanged.
      ~ primary_blob_connection_string    = (sensitive value)
      # Warning: this attribute value will no longer be marked as sensitive
      # after applying this change. The value is unchanged.
      ~ primary_connection_string         = (sensitive value)
      # Warning: this attribute value will no longer be marked as sensitive
      # after applying this change. The value is unchanged.
      ~ secondary_access_key              = (sensitive value)
      # Warning: this attribute value will no longer be marked as sensitive
      # after applying this change. The value is unchanged.
      ~ secondary_blob_connection_string  = (sensitive value)
      # Warning: this attribute value will no longer be marked as sensitive
      # after applying this change. The value is unchanged.
      ~ secondary_connection_string       = (sensitive value)
      - secondary_file_endpoint           = "" -> null
      - secondary_file_host               = "" -> null
        tags           
github-actions[bot] commented 3 weeks ago

Coverage report

This PR does not seem to contain any modification to coverable code.