{"id":29200377,"url":"https://github.com/zmoog/cloud-resources-testing-kit","last_synced_at":"2026-02-04T17:32:53.038Z","repository":{"id":174696951,"uuid":"649653855","full_name":"zmoog/cloud-resources-testing-kit","owner":"zmoog","description":"Cloud Testing Construction Kit","archived":false,"fork":false,"pushed_at":"2023-06-12T14:00:30.000Z","size":8,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-02T10:52:50.175Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HCL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zmoog.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,"zenodo":null}},"created_at":"2023-06-05T10:51:05.000Z","updated_at":"2023-06-12T14:00:33.000Z","dependencies_parsed_at":null,"dependency_job_id":"a1681463-7d3d-47f9-ad4d-13746dbcbad5","html_url":"https://github.com/zmoog/cloud-resources-testing-kit","commit_stats":null,"previous_names":["zmoog/cloud-resources-testing-kit"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/zmoog/cloud-resources-testing-kit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoog%2Fcloud-resources-testing-kit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoog%2Fcloud-resources-testing-kit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoog%2Fcloud-resources-testing-kit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoog%2Fcloud-resources-testing-kit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zmoog","download_url":"https://codeload.github.com/zmoog/cloud-resources-testing-kit/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zmoog%2Fcloud-resources-testing-kit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29091871,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-04T03:31:03.593Z","status":"ssl_error","status_checked_at":"2026-02-04T03:29:50.742Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-07-02T10:35:47.440Z","updated_at":"2026-02-04T17:32:53.032Z","avatar_url":"https://github.com/zmoog.png","language":"HCL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cloud-testing-construction-kit\n\nCloud Testing Construction Kit is a collection of Terraform files and related instruction that allow integration developers to:\n\n1. Create cloud resources needed for development or testing the integrations.\n2. Use the resources to created metrics and/or logs.\n3. Tear down everything when you are done.\n\n## Requirements\n\n- Terraform 1.4.x\n- AWS CLI\n\n## Getting Started\n\nIn this getting started guide, we will use a simple recipe at `aes/sqs/simple` to collect metrics from a SQS queue.\n\n### 1. Create cloud resources needed for development or testing the integrations\n\nFirst, walk into the recipe folder:\n```shell\ncd aws/sqs/simple\n```\n\nSet up your credentials to access AWS; in this example, we will use the credentials stored in a profile called `testing`:\n\n```shell\nexport AWS_PROFILE=\"testing\"\n```\n\nEvery cloud resource must have an owner!\n\n```shell\nexport TF_VAR_owner=\"mbranca\" \n```\n\nInitialize Terraform and and get a preview of the resources that Terraform will create for you, if you decide to apply them:\n\n```shell\nterraform init\n\nterraform plan\n```\n\nAfter a careful review, you decide to move forward and create the resources:\n\n```shell\nterraform apply\n```\n\n### 2. Use the resources to created metrics and/or logs\n\nNow you can use the instructions at `aws/sqs/simple/README.md` to send, receive, and delete SQS messages to generate metrics.\n\n\n### 3. Tear down everything when you are done\n\nYou're not done yet!\n\nDon't forget to tear down everything you created to avoid accidental expenses:\n\n```shell\nterraform destroy\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmoog%2Fcloud-resources-testing-kit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzmoog%2Fcloud-resources-testing-kit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzmoog%2Fcloud-resources-testing-kit/lists"}