mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-25 10:00:44 -05:00
Use registry.opentofu.org as the default registry (#379)
Signed-off-by: RLRabinowitz <rlrabinowitz2@gmail.com>
This commit is contained in:
@@ -2615,7 +2615,7 @@ func TestTestJSON_Run(t *testing.T) {
|
||||
"address": "test_resource.creating",
|
||||
"mode": "managed",
|
||||
"name": "creating",
|
||||
"provider_name": "registry.terraform.io/hashicorp/test",
|
||||
"provider_name": "registry.opentofu.org/hashicorp/test",
|
||||
"schema_version": 0.0,
|
||||
"sensitive_values": map[string]interface{}{},
|
||||
"type": "test_resource",
|
||||
@@ -2641,7 +2641,7 @@ func TestTestJSON_Run(t *testing.T) {
|
||||
},
|
||||
"mode": "managed",
|
||||
"name": "creating",
|
||||
"provider_name": "registry.terraform.io/hashicorp/test",
|
||||
"provider_name": "registry.opentofu.org/hashicorp/test",
|
||||
"type": "test_resource",
|
||||
},
|
||||
},
|
||||
@@ -2735,7 +2735,7 @@ func TestTestJSON_Run(t *testing.T) {
|
||||
"address": "test_resource.creating",
|
||||
"mode": "managed",
|
||||
"name": "creating",
|
||||
"provider_name": "registry.terraform.io/hashicorp/test",
|
||||
"provider_name": "registry.opentofu.org/hashicorp/test",
|
||||
"schema_version": 0.0,
|
||||
"sensitive_values": map[string]interface{}{},
|
||||
"type": "test_resource",
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
"mode": "managed",
|
||||
"type": "null_resource",
|
||||
"name": "foo",
|
||||
"provider_name": "registry.terraform.io/hashicorp/null",
|
||||
"provider_name": "registry.opentofu.org/hashicorp/null",
|
||||
"change": {
|
||||
"actions": [
|
||||
"create"
|
||||
@@ -27,7 +27,7 @@
|
||||
"relevant_attributes": [],
|
||||
"output_changes": {},
|
||||
"provider_schemas": {
|
||||
"registry.terraform.io/hashicorp/null": {
|
||||
"registry.opentofu.org/hashicorp/null": {
|
||||
"provider": {
|
||||
"version": 0,
|
||||
"block": {
|
||||
|
||||
Reference in New Issue
Block a user