Skip to content

Commit e57d20e

Browse files
committed
fix: pass github_enterprise.id to stacks
1 parent 93c6498 commit e57d20e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

main.tf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,7 @@ resource "spacelift_stack" "default" {
272272
for_each = var.github_enterprise != null ? [var.github_enterprise] : []
273273
content {
274274
namespace = github_enterprise.value["namespace"]
275+
id = github_enterprise.value["id"]
275276
}
276277
}
277278

0 commit comments

Comments
 (0)