github.com/kevinklinger/open_terraform@v1.3.6/noninternal/terraform/testdata/plan-shadow-uuid/main.tf (about)

     1  resource "aws_instance" "test" {
     2      value = "${uuid()}"
     3  }