Skip to content

Commit 3ac3711

Browse files
committed
fix: github provider config app_auth block is required
1 parent c1f03eb commit 3ac3711

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

terraform/config.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,6 @@ terraform {
77
}
88
}
99

10-
provider "github" {}
10+
provider "github" {
11+
app_auth {}
12+
}

0 commit comments

Comments
 (0)