opentofu/terraform/testdata/apply-unknown/main.tf
James Bardin 0a6853a3f8 replace testDiffFn and testApplyFn
Replace the old mock provider test functions with modern equivalents.
There were a lot of inconsistencies in how they were used, so we needed
to update a lot of tests to match the correct behavior.
2020-10-08 11:47:34 -04:00

4 lines
48 B
HCL

resource "aws_instance" "foo" {
num = "2"
}