Giter VIP home page Giter VIP logo

terraform-provider-zeet's Introduction

Terraform Provider for Zeet

Zeet simplifies the deployment and management of applications and infrastructure on your cloud. With this Terraform provider, you can automate and manage Zeet's powerful features through Terraform.

Features

  • Deploy and Manage Zeet Projects: Automate the creation and management of Zeet projects, including service containers, Helm releases, and Terraform modules.
  • Integrate with Terraform Ecosystem: Seamlessly integrate with other Terraform native cloud modules.
  • Security & Compliance: Ensure your deployments meet security and compliance standards.

Supported Resources & Data

We currently support these entities; new features are being added, so feel free to request more.

Entity Type Terraform Resource Terraform Data
Team
Group
SubGroup
Blueprint
Project

Mapping to Project Types

Zeet Project Type Blueprint Slug
Service Container zeet-kubernetes-container-app
Job Container zeet-kubernetes-container-job
Serverless Not Supported at the moment
Terraform Module helm-chart
Helm Release terraform-module
Kubernetes Manifest kubernetes-manifest
Database refers to database blueprint id
Custom Blueprint refers to your own blueprint id

Getting Started

To get started with the Terraform Provider for Zeet, ensure you have Terraform installed and then add the Zeet provider to your Terraform configuration:

terraform {
  required_providers {
    zeet = {
      source  = "zeet-dev/zeet"
      version = "~> 1.0.0"
    }
  }
}

provider "zeet" {
  # Configuration options
}

For detailed instructions on how to use this provider, including setup, configuration, and examples, refer to the Terraform Provider Documentation.

Contributing

We welcome contributions from the community! Whether it's adding new features, improving documentation, or reporting bugs, please feel free to make a pull request or open an issue.

Development Guide

Requirements

Building The Provider

  1. Clone the repository.
  2. Enter the repository directory.
  3. Build the provider using the Go install command:
go install

Adding Dependencies

This provider uses Go modules. Please refer to the Go documentation for the most up-to-date information about using Go modules.

To add a new dependency github.com/author/dependency to your Terraform provider:

go get github.com/author/dependency
go mod tidy

Then, commit the changes to go.mod and go.sum.

Developing the Provider

To generate or update documentation, run go generate.

To run the full suite of Acceptance tests, which create real resources and often cost money, run make testacc.

make testacc

License

This Terraform provider's source code is adapted from the official template https://github.com/hashicorp/terraform-provider-scaffolding-framework

terraform-provider-zeet's People

Contributors

dependabot[bot] avatar bflad avatar zzh8829 avatar hashicorp-tsccr[bot] avatar austinvalle avatar bendbennett avatar bookshelfdave avatar paddycarver avatar jon-ruckwood avatar kylemac avatar radeksimko avatar vravind1 avatar hashicorp-copywrite[bot] avatar

Watchers

 avatar Johnny Dallas avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.