diff --git a/main.tf b/main.tf index 65d6091..5a6a546 100644 --- a/main.tf +++ b/main.tf @@ -111,6 +111,24 @@ module "elastic_beanstalk_java" { template_repo_org = "CSVD" } +module "elastic_beanstalk_php" { + source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" + #github_codeowners_team = "CSVD" + github_repo_description = "Terraform Workspace for creating Elastic Beanstalk Apps and Environments" + repo_org = "arnol377" + name = "aws-beanstalk-php" + github_repo_topics = [ + "terraform" + ] + is_template = true + force_name = true + create_codeowners = false + enforce_prs = false + collaborators = local.collaborators + template_repo = "aws-beanstalk" + template_repo_org = "CSVD" +} + module "elastic_beanstalk_nodejs" { source = "git@github.e.it.census.gov:CSVD/terraform-github-repo" #github_codeowners_team = "CSVD"