mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-25 16:06:25 -06:00
9 lines
105 B
HCL
9 lines
105 B
HCL
import {
|
|
to = aws_instance.foo
|
|
id = substr("hmm123", "2", "3")
|
|
}
|
|
|
|
resource "aws_instance" "foo" {
|
|
|
|
}
|