terraform-provider-oci

Terraform Oracle Cloud Infrastructure provider

  • 所有者: terraform-providers/terraform-provider-oci
  • 平台:
  • 许可证: Other
  • 分类:
  • 主题:
  • 喜欢:
    0
      比较:

Github星跟踪图

NOTICE

The OCI Terraform Provider is now available for automatic download through the Terraform Provider Registry.
For more information on how to get started view the documentation
and setup guide.

Terraform Provider for Oracle Cloud Infrastructure

wercker status

Requirements

Note: You may use any version 1.8 or above to build the provider. However, the goimports, go vet, and gofmt code checks will only pass when using version 1.11.

Building the Provider

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

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

Enter the provider directory and build the provider

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

Using the Provider

If you're building the provider, follow the instructions to install it as a plugin.
After placing it into your plugins directory, run terraform init to initialize it and begin using Terraform with the Oracle Cloud Infrastructure provider.

Troubleshooting the Provider

See verbose logging for the details.

Developing the Provider

To add features to the provider, install Go and configure your your GOPATH

Compile the provider by running make build. The provider binary will output to your $GOPATH/bin directory, make sure this has been added to your $PATH.

$ make build

To test the provider run make testacc.

$ make testacc

Note: The tests run against live OCI service APIs, you will need to configure environment variables with valid credientials as shown in the documentation.

主要指标

概览
名称与所有者terraform-providers/terraform-provider-oci
主编程语言Go
编程语言Makefile (语言数: 5)
平台
许可证Other
所有者活动
创建于2022-03-11 17:13:27
推送于2022-03-11 17:21:05
最后一次提交2022-03-11 09:21:00
发布数308
最新版本名称v4.67.11 (发布于 )
第一版名称v1.0.0 (发布于 )
用户参与
星数14
关注者数3
派生数14
提交数4.6k
已启用问题?
问题数0
打开的问题数0
拉请求数1
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?