-
Notifications
You must be signed in to change notification settings - Fork 50
[AVM Module Issue]: enable_automatic_updates property is being deprecated #210
Copy link
Copy link
Open
Labels
Language: Terraform 🌐This is related to the Terraform IaC languageThis is related to the Terraform IaC languageNeeds: Immediate Attention ‼️Immediate attention of module owner / AVM team is neededImmediate attention of module owner / AVM team is neededNeeds: Triage 🔍Maintainers need to triage stillMaintainers need to triage stillStatus: Response Overdue 🚩When an issue/PR has not been responded to for X amount of daysWhen an issue/PR has not been responded to for X amount of daysType: Feature Request ➕New feature or requestNew feature or request
Metadata
Metadata
Assignees
Labels
Language: Terraform 🌐This is related to the Terraform IaC languageThis is related to the Terraform IaC languageNeeds: Immediate Attention ‼️Immediate attention of module owner / AVM team is neededImmediate attention of module owner / AVM team is neededNeeds: Triage 🔍Maintainers need to triage stillMaintainers need to triage stillStatus: Response Overdue 🚩When an issue/PR has not been responded to for X amount of daysWhen an issue/PR has not been responded to for X amount of daysType: Feature Request ➕New feature or requestNew feature or request
Type
Fields
Give feedbackNo fields configured for issues without a type.
Check for previous/existing GitHub issues
Issue Type?
Feature Request
(Optional) Module Version
0.19.3
(Optional) Correlation Id
No response
Description
I haven't been able to narrow down which version of the
azurermprovider is bringing this warning up, but in the past few weeks, I've noticed the following at the end of my terraform apply:I'm flagging this as this module likely needs a small change in the property used for enabling automatic updates to be compatible with version 5 of the
azurermprovider once released.Changing from enable_automatic_updates to ** automatic_updates_enabled** seems to be what's required.