Use registry.opentofu.org as the default registry (#379)

Signed-off-by: RLRabinowitz <rlrabinowitz2@gmail.com>
This commit is contained in:
RLRabinowitz
2023-10-03 10:49:38 +03:00
committed by GitHub
parent ffaec585ef
commit e0ecd2ebb3
344 changed files with 1750 additions and 1812 deletions

View File

@@ -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",

View File

@@ -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": {