Skip to content

Commit

Permalink
OPS-0 Add registry badge (#7)
Browse files Browse the repository at this point in the history
  • Loading branch information
snovikov authored Apr 11, 2024
1 parent c977503 commit a431235
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,8 @@ override.tf.json
# Lock file
.terraform.lock.hcl

# Vars file
/*.tfvars

#IDEA
.idea
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).


<!-- TFDOCS_HEADER_START -->

Expand Down

0 comments on commit a431235

Please sign in to comment.