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 dc52c4d commit 05f1b62Copy full SHA for 05f1b62
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