Skip to content

Commit

Permalink
adding beanstalk module
Browse files Browse the repository at this point in the history
  • Loading branch information
David Arnold committed May 7, 2024
1 parent eff6604 commit 1103adf
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
@@ -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
}

0 comments on commit 1103adf

Please sign in to comment.