{"id":19279545,"url":"https://github.com/4cecoder/tenable-terraform","last_synced_at":"2025-06-23T16:39:53.689Z","repository":{"id":222305138,"uuid":"748303251","full_name":"4cecoder/tenable-terraform","owner":"4cecoder","description":"https://developer.tenable.com/reference/navigate","archived":false,"fork":false,"pushed_at":"2024-02-23T21:40:22.000Z","size":42,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-05T16:29:36.988Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/4cecoder.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2024-01-25T17:38:58.000Z","updated_at":"2024-02-13T12:17:23.000Z","dependencies_parsed_at":"2024-06-19T15:57:48.614Z","dependency_job_id":"fb6d9258-81f7-48fd-bf84-a99df1efab2f","html_url":"https://github.com/4cecoder/tenable-terraform","commit_stats":null,"previous_names":["4cecoder/tenable-terraform"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4cecoder%2Ftenable-terraform","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4cecoder%2Ftenable-terraform/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4cecoder%2Ftenable-terraform/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/4cecoder%2Ftenable-terraform/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/4cecoder","download_url":"https://codeload.github.com/4cecoder/tenable-terraform/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":240385198,"owners_count":19792980,"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":[],"created_at":"2024-11-09T21:15:31.673Z","updated_at":"2025-02-23T21:43:53.422Z","avatar_url":"https://github.com/4cecoder.png","language":"Go","readme":"# tenable-terraform\n\n[![Go](https://github.com/4cecoder/tenable-terraform/actions/workflows/go.yml/badge.svg)](https://github.com/4cecoder/tenable-terraform/actions/workflows/go.yml)\n\n## Overview\nThis document outlines the development roadmap for the `tenable-terraform` custom provider. This provider interfaces with Tenable's API (referenced here: [Tenable API Documentation](https://developer.tenable.com/reference/navigate)) to manage resources like managed credentials, scanner groups, and vulnerability scans.\n\n## Getting Started\n\n### Prerequisites\n- Go 1.15 or higher\n- Docker (optional, for containerized environments)\n\n### Setting Up the Development Environment\n1. Clone the repository:\n   ```bash\n   git clone https://github.com/4cecoder/tenable-terraform.git\n   cd tenable-terraform\n   go mod tidy\n   go build -o tenable-terraform\n   ```\n## Libraries Used\nThis project leverages the following Go libraries:\n- **Terraform Plugin SDK**: The primary toolkit for building Terraform providers.\n- **Go-Tenable**: A Go client library for accessing the Tenable API.\n- **Testify**: For writing and executing unit tests in Go.\n- **Logrus**: A structured logger for Go, used for logging in this project.\n\nThese libraries provide the necessary functionality for interfacing with Terraform, interacting with the Tenable API, and handling logging and testing within the project.\n\n\n## Development Roadmap\n\n| Task                                                | Status | Expected Due Date | Notes |\n|-----------------------------------------------------|--------|-------------------|-------|\n| Develop scaffolding for local development           |        |                   | Basic scaffolding and documentation for local development of the Tenable provider. Includes necessary packages, environment settings, docker setup, etc. |\n| Development of internal API for \"managed credentials\" |        |                   | Should have all CRUD(L) capabilities offered |\n| Development of internal API for \"ScannerGroups\"     |        |                   | Should have all CRUD(L) capabilities offered |\n| Development of internal API for \"Vulnerability Scan\" |        |                   | Should have all CRUD(L) capabilities offered |\n| Development of internal API for \"web scans\"         |        |                   | Should have all CRUD(L) capabilities offered |\n| Development of test cases for internal API functions and resources |        |                   |       |\n| Development of Terraform provider for \"managed credentials\" |        |                   | Should have all CRUD(L) capabilities offered |\n| Development of Terraform provider for \"ScannerGroups\" |        |                   | Should have all CRUD(L) capabilities offered |\n| Development of Terraform provider for \"vulnerability scan\" |        |                   | Should have all CRUD(L) capabilities offered |\n| Development of Terraform provider for \"web scans\"   |        |                   | Should have all CRUD(L) capabilities offered |\n| Development of test cases for terraform provider and its resources |        |                   |       |\n| Generated docs for Terraform provider               |        |                   |       |\n\n## Additional Information\n- **Scaffolding**: Details the setup process for a local development environment.\n- **Internal API Development**: Involves creating APIs that interact with Tenable's services.\n- **Terraform Provider Development**: Focuses on developing the Terraform provider to manage Tenable resources.\n- **Testing and Documentation**: Ensures all developments are properly tested and documented.\n\nFor further details and updates, refer to the [Tenable API Documentation](https://developer.tenable.com/reference/navigate).\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4cecoder%2Ftenable-terraform","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F4cecoder%2Ftenable-terraform","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F4cecoder%2Ftenable-terraform/lists"}