Skip to content

Commit 6a750d7

Browse files
author
mike dupont
committed
now to test the actions
1 parent 14d041d commit 6a750d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

examples/complete/variables.tf

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,9 @@ variable "github_repositories" {
5656
type = list(string)
5757
default = [
5858
"jmikedupont2/swarms",
59-
"kyegomez/swarms"
59+
"jmikedupont2/swarms-terraform",
60+
"kyegomez/swarms",
61+
"jmikedupont2/terraform-aws-oidc-github"
6062
]
6163
validation {
6264
// Ensures each element of github_repositories list matches the

0 commit comments

Comments
 (0)