From 1103adfdcf7f3fe719ea8340dea031a08e9f35ad Mon Sep 17 00:00:00 2001 From: David Arnold <10138997+djaboxx@users.noreply.github.com> Date: Tue, 7 May 2024 09:02:44 -0700 Subject: [PATCH] adding beanstalk module --- main.tf | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 main.tf 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