mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-02-26 17:01:10 -05:00
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.
4 lines
48 B
HCL
4 lines
48 B
HCL
resource "aws_instance" "foo" {
|
|
num = "2"
|
|
}
|