https://github.com/chesshacker/terraform-provider-confluence
Terraform Provider for Confluence
https://github.com/chesshacker/terraform-provider-confluence
confluence terraform terraform-provider
Last synced: 6 months ago
JSON representation
Terraform Provider for Confluence
- Host: GitHub
- URL: https://github.com/chesshacker/terraform-provider-confluence
- Owner: chesshacker
- License: mpl-2.0
- Created: 2020-01-03T05:45:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-16T20:11:42.000Z (about 4 years ago)
- Last Synced: 2025-02-21T04:35:50.753Z (over 1 year ago)
- Topics: confluence, terraform, terraform-provider
- Language: Go
- Homepage: https://chesshacker.github.io/terraform-provider-confluence/
- Size: 367 KB
- Stars: 10
- Watchers: 2
- Forks: 31
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# Terraform Provider for Confluence
[User Documentation](https://chesshacker.github.io/terraform-provider-confluence/)
## Requirements
- [Terraform](https://www.terraform.io/downloads.html)
- [Go](https://golang.org/doc/install)
## Build and install the provider
Clone this repository, enter the provider directory, build and install the provider:
```sh
$ git clone https://github.com/chesshacker/terraform-provider-confluence.git
$ cd terraform-provider-confluence
$ make install
```
## Contributing
Contributions are welcome! Please read the contribution guidelines [Contributing to Terraform - Confluence Provider](.github/CONTRIBUTING.md)