Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cappyzawa/terraform-provider-christmas-tree
https://github.com/cappyzawa/terraform-provider-christmas-tree
terraform terraform-provider
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/cappyzawa/terraform-provider-christmas-tree
- Owner: cappyzawa
- License: mpl-2.0
- Created: 2020-12-08T03:08:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T20:52:11.000Z (about 1 year ago)
- Last Synced: 2024-06-20T00:27:04.288Z (6 months ago)
- Topics: terraform, terraform-provider
- Language: Go
- Homepage:
- Size: 286 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Terraform Provider Christmas Tree
==================Using the provider
----------------------[cappyzawa/christmas\-tree \| Terraform Registry](https://registry.terraform.io/providers/cappyzawa/christmas-tree/latest)
Developing the Provider
---------------------------To compile the provider, run `make install`. This will build the provider and put the provider binary in the `$HOME/.terraform.d/plugins` directory.
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.
```sh
$ make testacc
```