mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 01:00:16 -05:00
Signed-off-by: Janos Bonic <86970079+janosdebugs@users.noreply.github.com> Signed-off-by: Christian Mesh <christianmesh1@gmail.com> Co-authored-by: Christian Mesh <christianmesh1@gmail.com>
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
"mode": "managed",
|
||||
"type": "test_instance",
|
||||
"name": "example",
|
||||
"provider_name": "registry.opentofu.org/hashicorp/test",
|
||||
"provider_name": "registry.opentofu.org/opentofu/test",
|
||||
"schema_version": 0,
|
||||
"values": {
|
||||
"ami": "bar-var",
|
||||
@@ -37,7 +37,7 @@
|
||||
"type": "test_instance",
|
||||
"name": "example",
|
||||
"index": 0,
|
||||
"provider_name": "registry.opentofu.org/hashicorp/test",
|
||||
"provider_name": "registry.opentofu.org/opentofu/test",
|
||||
"schema_version": 0,
|
||||
"values": {
|
||||
"ami": "foo-var",
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
"type": "test_instance",
|
||||
"name": "example",
|
||||
"each": "list",
|
||||
"provider": "provider[\"registry.opentofu.org/hashicorp/test\"]",
|
||||
"provider": "provider[\"registry.opentofu.org/opentofu/test\"]",
|
||||
"instances": [
|
||||
{
|
||||
"index_key": 0,
|
||||
@@ -33,7 +33,7 @@
|
||||
"mode": "managed",
|
||||
"type": "test_instance",
|
||||
"name": "example",
|
||||
"provider": "provider[\"registry.opentofu.org/hashicorp/test\"]",
|
||||
"provider": "provider[\"registry.opentofu.org/opentofu/test\"]",
|
||||
"instances": [
|
||||
{
|
||||
"schema_version": 0,
|
||||
|
||||
Reference in New Issue
Block a user