All checks were successful
terraform validation / Terraform (push) Successful in 13s
44 lines
792 B
Markdown
44 lines
792 B
Markdown
|
|
# terraform-cloudflare-dns-zone
|
|
|
|
Gestion DNS pour CloudFlare
|
|
|
|
# A propos de
|
|
|
|
# Prérequis
|
|
|
|
Vous avez besoin d'une installation terraform fonctionnelle.
|
|
|
|
https://developer.hashicorp.com/terraform/install?product_intent=terraform
|
|
|
|
# Démarrage manuel
|
|
|
|
~~~bash
|
|
git clone https://gitea.tips-of-mine.com/tips-of-mine/terraform-cloudflare-dns-zone.git
|
|
cd terraform-cloudflare-dns-zone
|
|
~~~
|
|
|
|
# Utilisation du repository
|
|
|
|
init
|
|
~~~bash
|
|
terraform init
|
|
~~~
|
|
|
|
validation
|
|
~~~bash
|
|
terraform validate
|
|
~~~
|
|
|
|
plan
|
|
~~~bash
|
|
terraform plan
|
|
~~~
|
|
|
|
apply
|
|
~~~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> |