Skip to content

Rhythmic

Rhythmic is an AI and cloud infrastructure company specialized in complex, autonomous systems. We build and maintain a variety of public projects, including IaC modules/libraries, demonstration projects, helper tools and libraries, and services that are relevant to anyone building modern systems.

Reusable Workflows

This repository provides reusable GitHub Actions workflows for IaC CI:

WorkflowPurpose
module-pr.ymlAll-in-one PR checks for Terraform modules
terraform-module-ci.ymlFormat, validate, lint, and test
terraform-docs.ymlAuto-generate and commit module documentation
terraform-security.ymlCheckov + Trivy security scanning
lint-general.ymlMisspell, YAML lint, Action lint, Markdown lint
secret-scan.ymlTruffleHog verified secret detection
dependency-review.ymlGitHub dependency review
scorecard.ymlOpenSSF Scorecard

Usage

Add a single workflow to your Terraform module repo:

# .github/workflows/ci.ymlname: CIon: [pull_request]jobs:
checks:
uses: rhythmictech/.github/.github/workflows/module-pr.yml@main

See the configs/ directory for recommended .tflint.hcl, .terraform-docs.yml, and .checkov.yml files.

Popular repositories Loading

  1. terraform-aws-imagebuilder-pipeline terraform-aws-imagebuilder-pipelinePublic

    Terraform module to create an EC2 Image Builder Pipeline

    HCL 20 18

  2. terraform-provider-errorcheck terraform-provider-errorcheckPublic

    A custom terraform provider that can be used to do complex validation during planning and validation

    Go 19 7

  3. terraform-aws-secure-password terraform-aws-secure-passwordPublic

    Creates a password with a Lambda data source and saves it in a secrets manager secret, allowing the creation of passwords without saving them in state

    HCL 18 4

  4. terraform-terraform-template terraform-terraform-templatePublic template

    Terraform module template. Good for any cloud and any provider

    Shell 14 7

  5. ansible-role-molecule-demo ansible-role-molecule-demoPublic

    A Hello-World Ansible role to demonstrate the power of Molecule

    Python 12 7

  6. terraform-aws-secretsmanager-secret terraform-aws-secretsmanager-secretPublic

    Simple secret module for AWS Secrets Manager

    HCL 10 17

Repositories

Showing 10 of 225 repositories

Top languages

Loading…

Most used topics

Loading…