chainguard-dev / terraform-provider-oci

Terraform provider to perform OCI image operations

Home Page:https://registry.terraform.io/providers/chainguard-dev/oci

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Terraform Provider for OCI operations

Tests

🚨 This is a work in progress. 🚨

https://registry.terraform.io/providers/chainguard-dev/oci

This provider is intended to provide some behavior similar to crane.

Developing the Provider

To compile the provider, run go install. This will build the provider and put the provider binary in the $GOPATH/bin directory.

To generate or update documentation, run go generate.

In order to run the full suite of Acceptance tests, run:

TF_ACC=1 go test ./internal/provider/...

About

Terraform provider to perform OCI image operations

https://registry.terraform.io/providers/chainguard-dev/oci

License:Mozilla Public License 2.0


Languages

Language:Go 100.0%