Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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 |