Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyb3r-jak3/terraform-cloudflare-api-permissions
This is a simple terraform module that get all the possible permissions for a Cloudflare API token. Can use as a replacement for `cloudflare_api_token_permission_groups` data source.
https://github.com/cyb3r-jak3/terraform-cloudflare-api-permissions
Last synced: about 4 hours ago
JSON representation
This is a simple terraform module that get all the possible permissions for a Cloudflare API token. Can use as a replacement for `cloudflare_api_token_permission_groups` data source.
- Host: GitHub
- URL: https://github.com/cyb3r-jak3/terraform-cloudflare-api-permissions
- Owner: Cyb3r-Jak3
- License: mit
- Created: 2023-08-13T15:00:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-13T16:03:08.000Z (over 1 year ago)
- Last Synced: 2023-08-13T17:25:58.772Z (over 1 year ago)
- Language: HCL
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform-cloudflare-api-permissions
This is a simple terraform modules gets all the possible permissions for a Cloudflare API token and outputs them as a list of strings.
Can use as a replacement for `cloudflare_api_token_permission_groups` data source.## Requirements
| Name | Version |
|------|---------|
| [http](#requirement\_http) | ~> 3 |## Providers
| Name | Version |
|------|---------|
| [http](#provider\_http) | ~> 3 |## Modules
No modules.
## Resources
| Name | Type |
|------|------|
| [http_http.my_api_token_map](https://registry.terraform.io/providers/hashicorp/http/latest/docs/data-sources/http) | data source |## Inputs
No inputs.
## Outputs
| Name | Description |
|------|-------------|
| [account](#output\_account) | Account API permissions |
| [r2](#output\_r2) | R2 API permissions |
| [user](#output\_user) | User API permissions |
| [zone](#output\_zone) | Zone API permissions |