Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Terraforming Fleet Teams #18750

Merged
merged 3 commits into from
Jun 20, 2024

Commits on May 3, 2024

  1. Support for Terraforming FleetDM Teams

    This project adds support for terraforming teams in FleetDM. If you
    have 100+ teams, managing them is is prone to error, mistakes, lost
    configuration, and general pain. An industry standard tool like
    terraform can unify this configuration as code.
    
    In order to do this, I wrote a terraform provider that on one end
    talks to the FleetDM api, and on the other end implements an interface
    for terraform. More information is in the README.
    
    A small sample `main.tf` file is supplied.
    yoderme committed May 3, 2024
    Configuration menu
    Copy the full SHA
    d870380 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    3c135c7 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    a183b42 View commit details
    Browse the repository at this point in the history