Cloudflare resources.
This commit is contained in:
+8
-5
@@ -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*
|
||||
Reference in New Issue
Block a user