16 lines
194 B
Plaintext
16 lines
194 B
Plaintext
resource "aws_instance" "foo" {
|
|
user_data = "x"
|
|
require_new = "yes"
|
|
|
|
set =' [{
|
|
a = "1"
|
|
b = "2"
|
|
}]
|
|
|
|
lst = ["j", "k"]
|
|
|
|
lifecycle {
|
|
ignoçe<=hanges = ["require_new"]
|
|
}
|
|
}
|