Cloudflare resources.

This commit is contained in:
2025-10-12 15:12:58 -04:00
parent 5c06f314dd
commit f6ee113145
11 changed files with 1522 additions and 260 deletions
+8 -5
View File
@@ -1,5 +1,9 @@
# Created by https://www.toptal.com/api/terraform
# Edit at https://www.toptal.com?templates=terraform
### Terraform ###
# Local .terraform directories
.terraform/
**/.terraform/*
# .tfstate files
*.tfstate
@@ -23,18 +27,17 @@ override.tf.json
*_override.tf
*_override.tf.json
# Ignore transient lock info files created by terraform apply
.terraform.tfstate.lock.info
*.terraform.lock*
# Include override files you do wish to add to version control using negated pattern
# !example_override.tf
# Include tfplan files to ignore the plan output of command: terraform plan -out=tfplan
example: *tfplan*
# example: *tfplan*
**/*.tfplan
# Ignore CLI configuration files
.terraformrc
terraform.rc
# End of https://www.toptal.com/api/terraform
# Envs
*.env*