All checks were successful
Terraform Apply / Terraform Apply (push) Successful in 21s
50 lines
1.2 KiB
Markdown
50 lines
1.2 KiB
Markdown
# terraform-cloudflare-tunnel-zone-org
|
|
|
|
Déployement de tunnel Cloudflare
|
|
|
|
# A propos de
|
|
|
|
# Prérequis
|
|
|
|
Vous avez besoin d'une installation docker fonctionnelle.
|
|
|
|
https://developer.hashicorp.com/terraform/install?product_intent=terraform
|
|
|
|
# Create an API token
|
|
|
|
| Type | Item | Permission | Mandatory |
|
|
| :-------- | :------- | :------------------------- | :------- |
|
|
| `Account` | `Cloudflare Tunnel` | **Edit** | **Required** |
|
|
| `Account` | `Zero Trust` | **Edit** | **Required** |
|
|
| `Account` | `Access: Apps and Policies` | **Edit** | **Required** |
|
|
| `Account` | `Account Settings` | **Read** | **Recommended** |
|
|
| `Zone` | `DNS` | **Edit** | **Required** |
|
|
| `Zone` | `Zone` | **Read** | **Recommended** |
|
|
|
|
|
|
# Démarrage manuel
|
|
|
|
~~~bash
|
|
git clone https://gitea.tips-of-mine.com/terraform-cloudflare-tunnel-zone-org.git
|
|
cd terraform-cloudflare-tunnel-zone-org
|
|
~~~
|
|
|
|
# Utilisation du repository
|
|
|
|
init
|
|
~~~bash
|
|
terraform init
|
|
~~~
|
|
|
|
validation
|
|
~~~bash
|
|
terraform validate
|
|
~~~
|
|
|
|
plan
|
|
~~~bash
|
|
terraform plan
|
|
~~~
|
|
|
|
# Buy me a coffe
|
|
<a href='https://ko-fi.com/R5R2KNI3N' target='_blank'><img height='36' style='border:0px;height:36px;' src='https://storage.ko-fi.com/cdn/kofi4.png?v=3' border='0' alt='Buy Me a Coffee at ko-fi.com' /></a> |