This project is now archived. The new location of the project can be found here!
This is the repository for the Terraform ACME Provider, which one can use with Terraform to manage and generate certificates generated by an ACME CA, such as Let's Encrypt.
For general information about Terraform, visit the official website and the GitHub project page.
The ACME provider is currently a 3rd party plugin. See the documentation on 3rd party plugins for installation instructions, and download the latest release from the releases page.
If you use Arch Linux, the
terraform-provider-acme-bin
package is
available via the AUR and can be installed via an AUR-supported package manager
such as yay
. Thanks to @SamWhited for this!
Example with yay
:
yay -S terraform-provider-acme-bin
Documentation can be found in the doc directory.
Copyright 2018 Chris Marchesi
Copyright 2016-2018 PayByPhone Technologies, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.