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 14d041d commit 6a750d7Copy full SHA for 6a750d7
examples/complete/variables.tf
@@ -56,7 +56,9 @@ variable "github_repositories" {
56
type = list(string)
57
default = [
58
"jmikedupont2/swarms",
59
- "kyegomez/swarms"
+ "jmikedupont2/swarms-terraform",
60
+ "kyegomez/swarms",
61
+ "jmikedupont2/terraform-aws-oidc-github"
62
]
63
validation {
64
// Ensures each element of github_repositories list matches the
0 commit comments