Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/project0/terraform-provider-podman
🚧 [WIP] A native podman provider for terraform
https://github.com/project0/terraform-provider-podman
podman terraform terraform-provider
Last synced: 10 days ago
JSON representation
🚧 [WIP] A native podman provider for terraform
- Host: GitHub
- URL: https://github.com/project0/terraform-provider-podman
- Owner: project0
- License: mpl-2.0
- Created: 2022-04-18T11:04:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-17T22:05:56.000Z (over 1 year ago)
- Last Synced: 2024-10-11T07:45:28.578Z (27 days ago)
- Topics: podman, terraform, terraform-provider
- Language: Go
- Homepage:
- Size: 1.12 MB
- Stars: 22
- Watchers: 3
- Forks: 3
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Terraform Provider for Podman
[![Release](https://img.shields.io/github/v/release/project0/terraform-provider-podman)](https://github.com/project0/terraform-provider-podman/releases)
[![Registry](https://img.shields.io/badge/registry-doc%40latest-lightgrey?logo=terraform)](https://registry.terraform.io/providers/project0/podman/latest/docs)
[![License](https://img.shields.io/badge/license-Mozilla-blue.svg)](https://github.com/project0/terraform-provider-podman/blob/main/LICENSE)
[![Build](https://github.com/project0/terraform-provider-podman/workflows/Tests/badge.svg)](https://github.com/project0/terraform-provider-podman/actions)
[![Go Report Card](https://goreportcard.com/badge/github.com/project0/terraform-provider-podman)](https://goreportcard.com/report/github.com/project0/terraform-provider-podman)This terraform provider implements a resource management with [Podman (4)](https://podman.io/) remote API to leverage pod support.
## Development
_This repository is built on the [Terraform Plugin Framework](https://github.com/hashicorp/terraform-plugin-framework)._
### Further information
- [Plugin Development with the Terraform Plugin Framework](https://www.terraform.io/plugin/framework)
- [Unit testing with SDKv2](https://www.terraform.io/plugin/sdkv2/testing)
- [Documentation is auto generated by terraform-plugin-docs](https://github.com/hashicorp/terraform-plugin-docs/)### Requirements
- [Terraform](https://www.terraform.io/downloads.html) >= 1.0
- [Go](https://golang.org/doc/install) >= 1.17
- [Podman](https://podman.io/) >= 4.0