{"id":26447352,"url":"https://github.com/global-vmware/vcd_catalog_media","last_synced_at":"2025-03-18T13:51:52.757Z","repository":{"id":282270040,"uuid":"942979570","full_name":"global-vmware/vcd_catalog_media","owner":"global-vmware","description":"This Repository contains the \"vcd_catalog_media\" Terraform Module.  You can use this Module to upload media ISO files into a VMware Cloud Director (VCD) Environment.","archived":false,"fork":false,"pushed_at":"2025-03-13T16:41:26.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-13T17:50:29.896Z","etag":null,"topics":["infrastructure-as-code","terraform","terraform-module","vm","vmware"],"latest_commit_sha":null,"homepage":"https://www.rackspace.com/cloud/vmware","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/global-vmware.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":"2025-03-05T01:40:32.000Z","updated_at":"2025-03-13T16:39:48.000Z","dependencies_parsed_at":"2025-03-13T17:50:33.206Z","dependency_job_id":"1cc30f5c-49d9-4ea9-8810-83d53071adff","html_url":"https://github.com/global-vmware/vcd_catalog_media","commit_stats":null,"previous_names":["global-vmware/vcd_catalog_media"],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/global-vmware%2Fvcd_catalog_media","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/global-vmware%2Fvcd_catalog_media/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/global-vmware%2Fvcd_catalog_media/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/global-vmware%2Fvcd_catalog_media/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/global-vmware","download_url":"https://codeload.github.com/global-vmware/vcd_catalog_media/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244236105,"owners_count":20420752,"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":["infrastructure-as-code","terraform","terraform-module","vm","vmware"],"created_at":"2025-03-18T13:51:52.210Z","updated_at":"2025-03-18T13:51:52.748Z","avatar_url":"https://github.com/global-vmware.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VMware Cloud Director Catalog Media Terraform Module\n\nThis Terraform module allows you to upload media ISO files into a VMware Cloud Director (VCD) catalog.  This module can be used to upload new media files into [Rackspace Technology SDDC Flex](https://www.rackspace.com/cloud/private/software-defined-data-center-flex) VCD Catalogs.\n\n## Requirements\n\n| Name      | Version |\n|-----------|---------|\n| terraform | ~\u003e 1.2  |\n| vcd       | ~\u003e 3.8  |\n\n## Resources\n\n| Name | Type |\n|------|------|\n| [vcd_catalog](https://registry.terraform.io/providers/vmware/vcd/latest/docs/data-sources/catalog) | data source |\n| [vcd_catalog_media](https://registry.terraform.io/providers/vmware/vcd/latest/docs/resources/catalog_media) | resource |\n\n## Inputs\n\n| Name | Description | Type | Default | Required |\n|------|-------------|------|---------|----------|\n| vdc_org_name | The name of the Data Center Group Organization in VCD | string | `\"Organization Name Format: \u003cAccount_Number\u003e-\u003cRegion\u003e-\u003cAccount_Name\u003e\"` | yes |\n| catalog_name | Name of the catalog to upload media | string | n/a | yes |\n| media_name | Name of the media file | string | n/a | yes |\n| media_description | Description of the media file | string | \"Uploaded via Terraform\" | no |\n\n## Outputs\n\n| Name | Description |\n|------|-------------|\n| media_id | ID of the uploaded media |\n| media_name | Name of the uploaded media |\n| media_size | Size of the uploaded media in bytes |\n| media_status | Status of the uploaded media |\n\n## Example Usage\n\nBelow is an example Terraform configuration using this module:\n\n```terraform\nmodule \"vcd_catalog_media\" {\n  source            = \"github.com/global-vmware/vcd_catalog_media.git?ref=v1.0.1\"\n  vdc_org_name      = \"\u003cUS1-VDC-ORG-NAME\u003e\"\n  catalog_name      = \"\u003cUS1-CATALOG-NAME\u003e\"\n  media_name        = \"example.iso\"\n  media_description = \"Example ISO uploaded via Terraform\"\n  media_path        = \"media-files/example.iso\"\n}\n```\n\n## Authors\n\nThis module is maintained by the [Global VMware Cloud Automation Services Team](https://github.com/global-vmware).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglobal-vmware%2Fvcd_catalog_media","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fglobal-vmware%2Fvcd_catalog_media","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fglobal-vmware%2Fvcd_catalog_media/lists"}