Skip to content

Commit 9b69081

Browse files
committed
fix: pass variable as a name
1 parent f959024 commit 9b69081

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
resource "github_repository" "default" {
22
count = module.this.enabled ? 1 : 0
33

4-
name = module.this.id
4+
name = var.name
55
description = var.description
66
visibility = var.visibility
77

0 commit comments

Comments
 (0)