mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-17 12:12:59 -06:00
0a6853a3f8
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"
|
|
}
|