orcasecurity / terraform-provider-orcasecurity

Terraform Orca Security provider

Home Page:https://registry.terraform.io/providers/orcasecurity/orcasecurity/latest/docs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Orca Security Terraform Provider

Requirements

Building The Provider

Clone repository to: $GOPATH/src/github.com/orcasecurity/terraform-provider-orcasecurity

$ mkdir -p $GOPATH/src/github.com/orcasecurity; 
$ cd $GOPATH/src/github.com/orcasecurity
$ git clone git@github.com:orcasecurity/terraform-provider-orcasecurity

Enter the provider directory and build the provider

$ cd $GOPATH/src/github.com/orcasecurity/terraform-provider-orcasecurity
$ make build

Using the provider

See the Orca Security Provider documentation to get started using the Orca Security provider.

Developing the Provider

See CONTRIBUTING.md for information about contributing to this project.

About

Terraform Orca Security provider

https://registry.terraform.io/providers/orcasecurity/orcasecurity/latest/docs

License:Mozilla Public License 2.0


Languages

Language:Go 99.7%Language:Makefile 0.3%