Skip to content

Commit 79f4e01

Browse files
Change hashicorp to opentofu in constants.py
1 parent b57c61b commit 79f4e01

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/_nebari/constants.py

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@
3535
REQUIRED_PROVIDERS = {
3636
"aws": {
3737
"_name": "aws",
38-
"source": "hashicorp/aws",
38+
"source": "opentofu/aws",
3939
"version": "5.12.0",
4040
},
4141
"azurerm": {
4242
"_name": "azurerm",
43-
"source": "hashicorp/azurerm",
43+
"source": "opentofu/azurerm",
4444
"version": "=3.97.1",
4545
},
4646
"docker": {
@@ -50,17 +50,17 @@
5050
},
5151
"google": {
5252
"_name": "google",
53-
"source": "hashicorp/google",
53+
"source": "opentofu/google",
5454
"version": "4.83.0",
5555
},
5656
"helm": {
5757
"_name": "helm",
58-
"source": "hashicorp/helm",
58+
"source": "opentofu/helm",
5959
"version": "2.1.2",
6060
},
6161
"keycloak": {
6262
"_name": "keycloak",
63-
"source": "registry.terraform.io/mrparkers/keycloak",
63+
"source": "mrparkers/keycloak",
6464
"version": "3.7.0",
6565
},
6666
"kind": {
@@ -75,7 +75,7 @@
7575
},
7676
"kubernetes": {
7777
"_name": "kubernetes",
78-
"source": "hashicorp/kubernetes",
78+
"source": "opentofu/kubernetes",
7979
"version": ">= 2.20.0",
8080
},
8181
}

0 commit comments

Comments
 (0)