https://github.com/cappyzawa/terraform-provider-christmas-tree
https://github.com/cappyzawa/terraform-provider-christmas-tree
terraform terraform-provider
Last synced: 3 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 (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-11-09T20:52:11.000Z (over 1 year ago)
- Last Synced: 2025-01-05T11:28:23.028Z (4 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
```