Skip to content

turkenh/provider-jet-azure

 
 

Repository files navigation

provider-tf-azure

provider-tf-azure is a Crossplane provider that is built using Terrajet code generation tools and exposes XRM-conformant managed resources for Microsoft Azure.

Getting Started

Install the provider by using the following command after changing the image tag to the latest release:

kubectl crossplane install provider crossplane/provider-tf-azure:v0.2.0

You can see the API reference here.

Developing

Run code-generation pipeline:

make prepare.azurerm
go run cmd/generator/main.go

Run against a Kubernetes cluster:

make run

Build, push, and install:

make all

Build image:

make image

Push image:

make push

Build binary:

make build

Report a Bug

For filing bugs, suggesting improvements, or requesting new features, please open an issue.

Contact

Please use the following to reach members of the community:

Governance and Owners

provider-tf-azure is run according to the same Governance and Ownership structure as the core Crossplane project.

Code of Conduct

provider-tf-azure adheres to the same Code of Conduct as the core Crossplane project.

Licensing

provider-tf-azure is under the Apache 2.0 license.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 85.1%
  • Makefile 10.8%
  • Dockerfile 2.4%
  • Shell 1.5%
  • HCL 0.2%