Skip to content

fix: [DTOSS-13213] Function App retention period days repeatedly reported in Terraform Plan#315

Merged
MacMur85 merged 1 commit into
mainfrom
fix/DTOSS-13213-retention_period_days-config-drift
Jun 23, 2026
Merged

fix: [DTOSS-13213] Function App retention period days repeatedly reported in Terraform Plan#315
MacMur85 merged 1 commit into
mainfrom
fix/DTOSS-13213-retention_period_days-config-drift

Conversation

@MacMur85

@MacMur85 MacMur85 commented Jun 23, 2026

Copy link
Copy Markdown
Collaborator

Description

After some research, this currently does not have a fix. The value for retention_period_days in the state file is being set to zero after any change to the Function App resource (it does not change in the Azure itself). The only way to get rid of this in the plan is to add it to the lifecycle.ignore block.

Context

Currently it makes the already long Terraform Plan unreadable even if there are no real changes reported.
It will be reverted once there is a fix for the bug in the AzureRM provider.

Type of changes

  • Refactoring (non-breaking change)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would change existing functionality)
  • Bug fix (non-breaking change which fixes an issue)

Checklist

  • I am familiar with the contributing guidelines
  • I have followed the code style of the project
  • I have added tests to cover my changes
  • I have updated the documentation accordingly
  • This PR is a result of pair or mob programming

Sensitive Information Declaration

To ensure the utmost confidentiality and protect your and others privacy, we kindly ask you to NOT including PII (Personal Identifiable Information) / PID (Personal Identifiable Data) or any other sensitive data in this PR (Pull Request) and the codebase changes. We will remove any PR that do contain any sensitive information. We really appreciate your cooperation in this matter.

  • I confirm that neither PII/PID nor sensitive data are included in this PR and the codebase changes.

@MacMur85 MacMur85 force-pushed the fix/DTOSS-13213-retention_period_days-config-drift branch from f73e3bf to 303b149 Compare June 23, 2026 13:01
@MacMur85 MacMur85 added this pull request to the merge queue Jun 23, 2026
Merged via the queue into main with commit 2ee82c6 Jun 23, 2026
13 checks passed
@MacMur85 MacMur85 deleted the fix/DTOSS-13213-retention_period_days-config-drift branch June 23, 2026 14:58
@sonarqubecloud

Copy link
Copy Markdown

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