diff --git a/main.tf b/main.tf index 221adbe..e0457de 100644 --- a/main.tf +++ b/main.tf @@ -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 +} diff --git a/varfiles/default b/varfiles/default new file mode 100644 index 0000000..e69de29