diff --git a/main.tf b/main.tf new file mode 100644 index 0000000..7c584f8 --- /dev/null +++ b/main.tf @@ -0,0 +1,14 @@ +module "elastic_beanstalk" { + source = "HappyPathway/repo/github" + github_codeowners_team = "CSVD" + github_repo_description = "Terraform Module for creating Elastic Beanstalk Apps and Environments" + repo_org = "arnol377" + name = "terraform-aws-beanstalk" + github_repo_topics = [ + "terraform" + ] + admin_teams = [ + "CSVD" + ] + force_name = true +} \ No newline at end of file