We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f959024 commit 9b69081Copy full SHA for 9b69081
1 file changed
main.tf
@@ -1,7 +1,7 @@
1
resource "github_repository" "default" {
2
count = module.this.enabled ? 1 : 0
3
4
- name = module.this.id
+ name = var.name
5
description = var.description
6
visibility = var.visibility
7
0 commit comments