github.com/terramate-io/tf@v0.0.0-20230830114523-fce866b4dfcd/terraform/testdata/import-id-func/main.tf (about)

     1  import {
     2    to = aws_instance.foo
     3    id = substr("hmm123", "2", "3")
     4  }
     5  
     6  resource "aws_instance" "foo" {
     7  
     8  }