{"id":21217602,"url":"https://github.com/nlamirault/terraform-google-vector","last_synced_at":"2025-07-04T06:04:22.220Z","repository":{"id":37847686,"uuid":"334909292","full_name":"nlamirault/terraform-google-vector","owner":"nlamirault","description":"Terraform module for Vector","archived":false,"fork":false,"pushed_at":"2024-10-23T18:59:01.000Z","size":166,"stargazers_count":0,"open_issues_count":8,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-10-24T04:59:18.589Z","etag":null,"topics":["galactus","google","terraform","terraform-module","vector"],"latest_commit_sha":null,"homepage":"","language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nlamirault.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-02-01T10:16:47.000Z","updated_at":"2022-01-07T08:20:54.000Z","dependencies_parsed_at":"2023-02-13T19:02:11.894Z","dependency_job_id":"f9f4c309-7c2f-4c0a-82bd-c2a56608fd0c","html_url":"https://github.com/nlamirault/terraform-google-vector","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fterraform-google-vector","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fterraform-google-vector/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fterraform-google-vector/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nlamirault%2Fterraform-google-vector/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nlamirault","download_url":"https://codeload.github.com/nlamirault/terraform-google-vector/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225637120,"owners_count":17500361,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["galactus","google","terraform","terraform-module","vector"],"created_at":"2024-11-20T21:59:16.308Z","updated_at":"2024-11-20T21:59:16.974Z","avatar_url":"https://github.com/nlamirault.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vector into Google Cloud Platform\n\n![Tfsec](https://github.com/nlamirault/terraform-google-vector/workflows/Tfsec/badge.svg)\n\n## Usage\n\n```hcl\nmodule \"vector\" {\n  source  = \"nlamirault/vector/google\"\n  version = \"1.0.0\"\n\n  project = var.project\n\n  bucket_location      = var.bucket_location\n  bucket_storage_class = var.bucket_storage_class\n  bucket_labels        = var.bucket_labels\n\n  namespace       = var.namespace\n  service_account = var.service_account\n\n  keyring_location = var.keyring_location\n}\n```\n\nand variables :\n\n```hcl\nproject = \"foo-prod\"\n\nregion = \"europe-west1\"\n\n##############################################################################\n# vector\n\nbucket_location      = \"europe-west1\"\nbucket_storage_class = \"STANDARD\"\nbucket_labels        = {\n  env      = \"prod\"\n  service  = \"vector\"\n  made-by  = \"terraform\"\n}\n\nnamespace       = \"storage\"\nservice_account = \"vector\"\n\nkeyring_location = \"europe-west1\"\n```\n\n## Documentation\n\n\u003c!-- BEGINNING OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n## Requirements\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"requirement_terraform\"\u003e\u003c/a\u003e [terraform](#requirement\\_terraform) | \u003e= 1.0.0 |\n| \u003ca name=\"requirement_google\"\u003e\u003c/a\u003e [google](#requirement\\_google) | \u003e= 4.0.0 |\n\n## Providers\n\n| Name | Version |\n|------|---------|\n| \u003ca name=\"provider_google\"\u003e\u003c/a\u003e [google](#provider\\_google) | \u003e= 4.0.0 |\n\n## Modules\n\n| Name | Source | Version |\n|------|--------|---------|\n| \u003ca name=\"module_bucket\"\u003e\u003c/a\u003e [bucket](#module\\_bucket) | terraform-google-modules/cloud-storage/google//modules/simple_bucket | 3.1.0 |\n| \u003ca name=\"module_iam\"\u003e\u003c/a\u003e [iam](#module\\_iam) | terraform-google-modules/iam/google//modules/service_accounts_iam | 7.4.0 |\n| \u003ca name=\"module_iam_storage_buckets\"\u003e\u003c/a\u003e [iam\\_storage\\_buckets](#module\\_iam\\_storage\\_buckets) | terraform-google-modules/iam/google//modules/storage_buckets_iam | 7.4.0 |\n| \u003ca name=\"module_kms\"\u003e\u003c/a\u003e [kms](#module\\_kms) | terraform-google-modules/kms/google | 2.1.0 |\n| \u003ca name=\"module_service_account\"\u003e\u003c/a\u003e [service\\_account](#module\\_service\\_account) | terraform-google-modules/service-accounts/google | 4.1.0 |\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [google_storage_project_service_account.gcs_account](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/storage_project_service_account) | data source |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|:--------:|\n| \u003ca name=\"input_bucket_labels\"\u003e\u003c/a\u003e [bucket\\_labels](#input\\_bucket\\_labels) | Map of labels to apply to the bucket | `map(string)` | \u003cpre\u003e{\u003cbr\u003e  \"made-by\": \"terraform\"\u003cbr\u003e}\u003c/pre\u003e | no |\n| \u003ca name=\"input_bucket_location\"\u003e\u003c/a\u003e [bucket\\_location](#input\\_bucket\\_location) | The bucket location | `string` | n/a | yes |\n| \u003ca name=\"input_bucket_storage_class\"\u003e\u003c/a\u003e [bucket\\_storage\\_class](#input\\_bucket\\_storage\\_class) | Bucket storage class. | `string` | `\"MULTI_REGIONAL\"` | no |\n| \u003ca name=\"input_enable_kms\"\u003e\u003c/a\u003e [enable\\_kms](#input\\_enable\\_kms) | Enable custom KMS key | `bool` | n/a | yes |\n| \u003ca name=\"input_keyring_location\"\u003e\u003c/a\u003e [keyring\\_location](#input\\_keyring\\_location) | The KMS keyring location | `string` | n/a | yes |\n| \u003ca name=\"input_keys\"\u003e\u003c/a\u003e [keys](#input\\_keys) | Key names. | `list(string)` | `[]` | no |\n| \u003ca name=\"input_kms_labels\"\u003e\u003c/a\u003e [kms\\_labels](#input\\_kms\\_labels) | Map of labels to apply to the KMS resources | `map(string)` | \u003cpre\u003e{\u003cbr\u003e  \"made-by\": \"terraform\"\u003cbr\u003e}\u003c/pre\u003e | no |\n| \u003ca name=\"input_lifecycle_rules\"\u003e\u003c/a\u003e [lifecycle\\_rules](#input\\_lifecycle\\_rules) | The bucket's Lifecycle Rules configuration. | \u003cpre\u003elist(object({\u003cbr\u003e    # Object with keys:\u003cbr\u003e    # - type - The type of the action of this Lifecycle Rule. Supported values: Delete and SetStorageClass.\u003cbr\u003e    # - storage_class - (Required if action type is SetStorageClass) The target Storage Class of objects affected by this Lifecycle Rule.\u003cbr\u003e    action = any\u003cbr\u003e\u003cbr\u003e    # Object with keys:\u003cbr\u003e    # - age - (Optional) Minimum age of an object in days to satisfy this condition.\u003cbr\u003e    # - created_before - (Optional) Creation date of an object in RFC 3339 (e.g. 2017-06-13) to satisfy this condition.\u003cbr\u003e    # - with_state - (Optional) Match to live and/or archived objects. Supported values include: \"LIVE\", \"ARCHIVED\", \"ANY\".\u003cbr\u003e    # - matches_storage_class - (Optional) Storage Class of objects to satisfy this condition. Supported values include: MULTI_REGIONAL, REGIONAL, NEARLINE, COLDLINE, STANDARD, DURABLE_REDUCED_AVAILABILITY.\u003cbr\u003e    # - num_newer_versions - (Optional) Relevant only for versioned objects. The number of newer versions of an object to satisfy this condition.\u003cbr\u003e    condition = any\u003cbr\u003e  }))\u003c/pre\u003e | \u003cpre\u003e[\u003cbr\u003e  {\u003cbr\u003e    \"action\": {\u003cbr\u003e      \"type\": \"Delete\"\u003cbr\u003e    },\u003cbr\u003e    \"condition\": {\u003cbr\u003e      \"age\": 365,\u003cbr\u003e      \"with_state\": \"ANY\"\u003cbr\u003e    }\u003cbr\u003e  }\u003cbr\u003e]\u003c/pre\u003e | no |\n| \u003ca name=\"input_namespace\"\u003e\u003c/a\u003e [namespace](#input\\_namespace) | The Kubernetes namespace | `string` | n/a | yes |\n| \u003ca name=\"input_owners\"\u003e\u003c/a\u003e [owners](#input\\_owners) | List of comma-separated owners for each key declared in set\\_owners\\_for. | `list(string)` | `[]` | no |\n| \u003ca name=\"input_project\"\u003e\u003c/a\u003e [project](#input\\_project) | The project in which the resource belongs | `string` | n/a | yes |\n| \u003ca name=\"input_service_account\"\u003e\u003c/a\u003e [service\\_account](#input\\_service\\_account) | The Kubernetes service account | `string` | n/a | yes |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| \u003ca name=\"output_service_account\"\u003e\u003c/a\u003e [service\\_account](#output\\_service\\_account) | Service Account for Vector |\n\u003c!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlamirault%2Fterraform-google-vector","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnlamirault%2Fterraform-google-vector","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnlamirault%2Fterraform-google-vector/lists"}