Skip to content

Commit 0b1489d

Browse files
authored
Merge pull request #46 from virtualroot/variable_source
feat: render dynamic module sources
2 parents 1fc9959 + e2c8ba4 commit 0b1489d

2 files changed

Lines changed: 20 additions & 2 deletions

File tree

data/tools.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lastUpdated": "2026-03-18",
2+
"lastUpdated": "2026-04-02",
33
"opentofu": {
44
"version": "1.11",
55
"versionURL": "https://github.com/opentofu/opentofu/releases/latest",
@@ -44,6 +44,11 @@
4444
"name": "Backend configuration using locals and variables",
4545
"version": "1.8"
4646
},
47+
{
48+
"name": "Module source using locals and variables",
49+
"version": "1.8",
50+
"url": "https://opentofu.org/docs/v1.8/language/modules/sources/#support-for-variable-and-local-evaluation"
51+
},
4752
{
4853
"name": ".tofu extension",
4954
"version": "1.8"
@@ -159,6 +164,10 @@
159164
"name": "Backend configuration using locals and variables",
160165
"featureRequestURL": "https://github.com/hashicorp/terraform/issues/13022"
161166
},
167+
{
168+
"name": "Module source using locals and variables",
169+
"featureRequestURL": "https://github.com/hashicorp/terraform/pull/38217"
170+
},
162171
{
163172
"name": "Provider mocking",
164173
"version": "1.7"

static/tools.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lastUpdated": "2026-03-18",
2+
"lastUpdated": "2026-04-02",
33
"opentofu": {
44
"version": "1.11",
55
"versionURL": "https://github.com/opentofu/opentofu/releases/latest",
@@ -44,6 +44,11 @@
4444
"name": "Backend configuration using locals and variables",
4545
"version": "1.8"
4646
},
47+
{
48+
"name": "Module source using locals and variables",
49+
"version": "1.8",
50+
"url": "https://opentofu.org/docs/v1.8/language/modules/sources/#support-for-variable-and-local-evaluation"
51+
},
4752
{
4853
"name": ".tofu extension",
4954
"version": "1.8"
@@ -159,6 +164,10 @@
159164
"name": "Backend configuration using locals and variables",
160165
"featureRequestURL": "https://github.com/hashicorp/terraform/issues/13022"
161166
},
167+
{
168+
"name": "Module source using locals and variables",
169+
"featureRequestURL": "https://github.com/hashicorp/terraform/pull/38217"
170+
},
162171
{
163172
"name": "Provider mocking",
164173
"version": "1.7"

0 commit comments

Comments
 (0)