diff --git a/.gitignore b/.gitignore index bf19b6c..c8b5298 100644 --- a/.gitignore +++ b/.gitignore @@ -18,5 +18,8 @@ override.tf.json # Lock file .terraform.lock.hcl +# Vars file +/*.tfvars + #IDEA .idea diff --git a/README.md b/README.md index 1799282..b9ed5d4 100644 --- a/README.md +++ b/README.md @@ -5,14 +5,9 @@ Terraform module to create set of DNS records in Cloudflare Hosted Zone. [![lint](https://github.com/flaconi/terraform-cloudflare-records/workflows/lint/badge.svg)](https://github.com/flaconi/terraform-cloudflare-records/actions?query=workflow%3Alint) [![test](https://github.com/flaconi/terraform-cloudflare-records/workflows/test/badge.svg)](https://github.com/flaconi/terraform-cloudflare-records/actions?query=workflow%3Atest) [![Tag](https://img.shields.io/github/tag/flaconi/terraform-cloudflare-records.svg)](https://github.com/flaconi/terraform-cloudflare-records/releases) +[![Terraform](https://img.shields.io/badge/Terraform--registry-cloudflare--records-brightgreen.svg)](https://registry.terraform.io/modules/flaconi/records/cloudflare/) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://opensource.org/licenses/MIT) -## Important notice - -:warning: This module uses experimental optional attributes. - -More about it [here](https://www.terraform.io/language/expressions/type-constraints#experimental-optional-object-type-attributes). -