7 lines
92 B
Terraform
7 lines
92 B
Terraform
|
resource "test_instance" "foo" {
|
||
|
foo = "bar"
|
||
|
lifecycle {
|
||
|
ignore_changes = all
|
||
|
}
|
||
|
}
|