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

@@ -21,7 +21,7 @@
"mode": "managed",
"type": "test_instance",
"name": "test",
"provider_name": "registry.terraform.io/hashicorp/test",
"provider_name": "registry.opentofu.org/hashicorp/test",
"schema_version": 0,
"values": {
"ami": "bar"
@@ -34,7 +34,7 @@
"mode": "managed",
"type": "test_instance",
"name": "test",
"provider_name": "registry.terraform.io/hashicorp/test",
"provider_name": "registry.opentofu.org/hashicorp/test",
"schema_version": 0,
"values": {
"ami": "bar"
@@ -47,7 +47,7 @@
"mode": "managed",
"type": "test_instance",
"name": "test",
"provider_name": "registry.terraform.io/hashicorp/test",
"provider_name": "registry.opentofu.org/hashicorp/test",
"schema_version": 0,
"values": {
"ami": "bar"
@@ -76,7 +76,7 @@
"index": 0,
"mode": "managed",
"type": "test_instance",
"provider_name": "registry.terraform.io/hashicorp/test",
"provider_name": "registry.opentofu.org/hashicorp/test",
"name": "test",
"change": {
"actions": [
@@ -98,7 +98,7 @@
"index": 1,
"mode": "managed",
"type": "test_instance",
"provider_name": "registry.terraform.io/hashicorp/test",
"provider_name": "registry.opentofu.org/hashicorp/test",
"name": "test",
"change": {
"actions": [
@@ -120,7 +120,7 @@
"index": 2,
"mode": "managed",
"type": "test_instance",
"provider_name": "registry.terraform.io/hashicorp/test",
"provider_name": "registry.opentofu.org/hashicorp/test",
"name": "test",
"change": {
"actions": [
@@ -154,7 +154,7 @@
"provider_config": {
"test": {
"name": "test",
"full_name": "registry.terraform.io/hashicorp/test",
"full_name": "registry.opentofu.org/hashicorp/test",
"expressions": {
"region": {
"constant_value": "somewhere"