All Projects → terraform-providers → terraform-provider-opc

terraform-providers / terraform-provider-opc

Licence: MPL-2.0 license
Terraform Oracle Public Cloud provider

Programming Languages

go
31211 projects - #10 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to terraform-provider-opc

Terraform Provider Oci
Terraform Oracle Cloud Infrastructure provider
Stars: ✭ 400 (+1279.31%)
Mutual labels:  oracle, terraform-provider
terraform-provider-akamai
Terraform Akamai provider
Stars: ✭ 75 (+158.62%)
Mutual labels:  terraform-provider
smart-contracts
On-chain system contracts and examples
Stars: ✭ 76 (+162.07%)
Mutual labels:  oracle
simple-oracledb
Extend capabilities of oracledb with simplified API for quicker development.
Stars: ✭ 34 (+17.24%)
Mutual labels:  oracle
terraform-provider-servicenow
Terraform provider to manage ServiceNow objects.
Stars: ✭ 25 (-13.79%)
Mutual labels:  terraform-provider
terraform-provider-akamai
An Akamai GTM Terraform provider
Stars: ✭ 14 (-51.72%)
Mutual labels:  terraform-provider
terraform-provider-jenkins
A Terraform plugin to enable JenkinsCI manipulation from Terraform.
Stars: ✭ 47 (+62.07%)
Mutual labels:  terraform-provider
examples
Example code supporting articles
Stars: ✭ 44 (+51.72%)
Mutual labels:  oracle
terraform-provider-gotemplate
a custom terraform provider to use go text/template language instead of terraform's
Stars: ✭ 20 (-31.03%)
Mutual labels:  terraform-provider
sql-agent
HTTP interface for executing ad-hoc SQL queries.
Stars: ✭ 87 (+200%)
Mutual labels:  oracle
terraform-provider-auth0
Please see https://github.com/alexkappa/terraform-provider-auth0
Stars: ✭ 28 (-3.45%)
Mutual labels:  terraform-provider
uclapi
An API for University College London, created for and by students!
Stars: ✭ 41 (+41.38%)
Mutual labels:  oracle
terraform-provider-boundary
Manage Boundary's identity-based access controls for resources provisioned with Terraform. This provider is maintained internally by the HashiCorp Boundary team.
Stars: ✭ 87 (+200%)
Mutual labels:  terraform-provider
aco-oracle java
Puppet module to install Oracle Java on Linux systems
Stars: ✭ 13 (-55.17%)
Mutual labels:  oracle
terraform-provider-phpipam
Terrform provider for PHPIPAM
Stars: ✭ 45 (+55.17%)
Mutual labels:  terraform-provider
Oracle.jl
Oracle Database driver for the Julia language.
Stars: ✭ 32 (+10.34%)
Mutual labels:  oracle
sqle
SQLE is a SQL audit platform | SQLE 是一个支持多场景,原生支持 MySQL 审核且数据库类型可扩展的 SQL 审核工具
Stars: ✭ 731 (+2420.69%)
Mutual labels:  oracle
ontology-oracle
The Oracle node and Oracle contract
Stars: ✭ 33 (+13.79%)
Mutual labels:  oracle
sha256 plsql
SHA256 PL/SQL Implementation for Oracle 10g,11g.
Stars: ✭ 52 (+79.31%)
Mutual labels:  oracle
terraform-provider-alks
Terraform Provider for ALKS
Stars: ✭ 35 (+20.69%)
Mutual labels:  terraform-provider
📝 This provider is no longer maintained by HashiCorp.

Terraform Provider

Requirements

  • Terraform 0.10.x
  • Go 1.11 (to build the provider plugin)

Building The Provider

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

$ mkdir -p $GOPATH/src/github.com/terraform-providers; cd $GOPATH/src/github.com/terraform-providers
$ git clone https://github.com/terraform-providers/terraform-provider-opc.git

Enter the provider directory and build the provider

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

Using the provider

Fill in for each provider

Developing the Provider

If you wish to work on the provider, you'll first need Go installed on your machine (version 1.11+ is required). You'll also need to correctly setup a GOPATH, as well as adding $GOPATH/bin to your $PATH.

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

$ make bin
...
$ $GOPATH/bin/terraform-provider-opc
...

In order to test the provider, you can simply run make test.

$ make test

In order to run the full suite of Acceptance tests, run make testacc.

Note: Acceptance tests create real resources, and often cost money to run.

$ make testacc
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].