Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vancluever/terraform-provider-acme
Terraform ACME provider
https://github.com/vancluever/terraform-provider-acme
acme terraform terraform-provider
Last synced: 7 days ago
JSON representation
Terraform ACME provider
- Host: GitHub
- URL: https://github.com/vancluever/terraform-provider-acme
- Owner: vancluever
- License: mpl-2.0
- Created: 2018-08-07T18:48:55.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-07T15:05:19.000Z (29 days ago)
- Last Synced: 2024-10-20T15:44:09.524Z (16 days ago)
- Topics: acme, terraform, terraform-provider
- Language: Go
- Homepage: https://registry.terraform.io/providers/vancluever/acme/latest
- Size: 23.6 MB
- Stars: 223
- Watchers: 9
- Forks: 73
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
Terraform ACME Provider
========================This is the repository for the Terraform ACME Provider, which one can use with
Terraform to manage and generate certificates generated by an [ACME][about-acme]
CA, such as [Let's Encrypt][lets-encrypt].[about-acme]: https://ietf-wg-acme.github.io/acme/draft-ietf-acme-acme.html
[lets-encrypt]: https://letsencrypt.orgFor general information about Terraform, visit the [official
website][terraform-io] and the [GitHub project page][terraform-gh].[terraform-io]: https://www.terraform.io/
[terraform-gh]: https://github.com/hashicorp/terraform:warning: **NOTE:** The ACME provider found here supports ACME v2 only.
## Documentation
Documentation for this provider can be found at
https://registry.terraform.io/providers/vancluever/acme/latest/docs.## License
```
Copyright 2018-2023 Chris Marchesi
Copyright 2016-2018 PayByPhone Technologies, Inc.This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
```