Skip to content

Commit

Permalink
Placement parameters added to the lifecycle block
Browse files Browse the repository at this point in the history
  • Loading branch information
ilpozzd committed Jun 8, 2022
1 parent 39036f0 commit e5c50c7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ resource "vsphere_virtual_machine" "this" {

lifecycle {
ignore_changes = [
disk
disk,
datacenter_id,
datastore_id,
host_system_id
]
}
}

0 comments on commit e5c50c7

Please sign in to comment.