opentofu/internal/tofu/testdata/import-id-func/main.tf
2023-09-20 15:16:53 +03:00

9 lines
105 B
HCL

import {
to = aws_instance.foo
id = substr("hmm123", "2", "3")
}
resource "aws_instance" "foo" {
}