21 lines
253 B
Plaintext
21 lines
253 B
Plaintext
|
|
resource "aws_instance" "ooo" {
|
|||
|
|
user_data = "x"
|
|||
|
|
require_new = "yes"
|
|||
|
|
|
|||
|
|
set = [{
|
|||
|
|
a = "1"
|
|||
|
|
b = "2"
|
|||
|
|
w = "yes"
|
|||
|
|
|
|||
|
|
set = [{
|
|||
|
|
a = "1"
|
|||
|
|
b = "2"
|
|||
|
|
}]
|
|||
|
|
|
|||
|
|
lst = ["j", "k"]
|
|||
|
|
|
|||
|
|
lifecycle {
|
|||
|
|
ig? |