Skip to content

Commit

Permalink
setup workspace for opensearch
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Oct 1, 2024
1 parent 9b36969 commit 12e3f21
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -323,3 +323,18 @@ module "vpc_services" {
enforce_prs = false
collaborators = local.collaborators
}

module "opensearch" {
source = "HappyPathway/repo/github"
github_repo_description = "Terraform workspace for managing OpenSearch"
repo_org = "arnol377"
name = "opensearch"
github_repo_topics = [
"terraform"
]
force_name = true
github_is_private = false
create_codeowners = false
enforce_prs = false
collaborators = local.collaborators
}
Empty file added varfiles/default
Empty file.

0 comments on commit 12e3f21

Please sign in to comment.