mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-11 16:42:33 -06:00
8 lines
118 B
HCL
8 lines
118 B
HCL
resource "aws_instance" "foo" {
|
|
required_field = "set"
|
|
|
|
lifecycle {
|
|
ignore_changes = ["required_field"]
|
|
}
|
|
}
|