Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Jul 3, 2024
1 parent 6402830 commit 6cfb73e
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6cfb73e

Please sign in to comment.