-
Notifications
You must be signed in to change notification settings - Fork 459
Open
Labels
enhancementNew feature or requestNew feature or request
Description
TL;DR
I'd love to check the possibility of adding an ignore policy to the module as alot of changes are being done manually and it is a hassle of adding all of them to IAC
Terraform Resources
* [`google_sql_database_instance`](https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/sql_database_instance#nestedipconfigurationignored) documentation shows that `lifecycle.ignore_changes = [ settings[0].ip_configuration[0].authorized_networks ]` suppresses this drift.
* Module repo: `terraform-google-modules/terraform-google-sql-db`
Detailed design
**Proposed interface**
variable "ignore_authorized_networks" {
description = "If true, Terraform will ignore changes to ip_configuration.authorized_networks."
type = bool
default = false
}
Additional information
No response
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request