We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57dc02 commit a742b87Copy full SHA for a742b87
modules/protocol_gateways/main.tf
@@ -199,7 +199,7 @@ resource "azurerm_linux_virtual_machine" "this" {
199
}
200
201
lifecycle {
202
- ignore_changes = [tags, custom_data]
+ ignore_changes = [tags, custom_data, source_image_id]
203
precondition {
204
condition = var.protocol == "S3" ? var.gateways_number >= 1 : var.gateways_number >= 3 && var.gateways_number <= 8
205
error_message = "The amount of protocol gateways should be at least 1 for S3 and at least 3 and at most 8 for SMB."
0 commit comments