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

Chore: update Terraform version in pipeline #2146

Merged
merged 1 commit into from
Jun 7, 2024

Conversation

thekaveman
Copy link
Member

@thekaveman thekaveman commented Jun 7, 2024

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           

@thekaveman thekaveman requested a review from a team as a code owner June 7, 2024 18:22
@thekaveman thekaveman self-assigned this Jun 7, 2024
@github-actions github-actions bot added the infrastructure Terraform, Azure, etc. label Jun 7, 2024
Copy link

github-actions bot commented Jun 7, 2024

Coverage report

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

@thekaveman thekaveman enabled auto-merge June 7, 2024 18:24
@thekaveman thekaveman merged commit 110e0b1 into dev Jun 7, 2024
12 checks passed
@thekaveman thekaveman deleted the chore/terraform-pipeline-version branch June 7, 2024 18:26
@thekaveman thekaveman linked an issue Jun 7, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure Terraform, Azure, etc.
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Update Terraform config for new deployment setup
2 participants