diff --git a/repo_random-action-bot.tf b/repo_random-action-bot.tf new file mode 100644 index 0000000..721fb34 --- /dev/null +++ b/repo_random-action-bot.tf @@ -0,0 +1,5 @@ +module "randomactionbot_repo" { + source = "github.com/BlindfoldedSurgery/terraform-repo-module?ref=v5.0.0" + name = "random-action-bot" + required_status_checks = ["lint", "build-container-image"] +}