Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/readme #20

Merged
merged 2 commits into from
Jul 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 6 additions & 11 deletions README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#

# Name of this project
name : Terraform Digitalocean Domain
name : Terraform DigitalOcean Domain

# License of this project
license: "APACHE"
Expand All @@ -15,23 +15,17 @@ github_repo: terraform-do-modules/terraform-digitalocean-domain

# Badges to display
badges:
- name: "Latest Release"
image: "https://img.shields.io/github/release/terraform-do-modules/terraform-digitalocean-domain.svg"
url: "https://github.com/terraform-do-modules/terraform-digitalocean-domain/releases/latest"
- name: "tfsec"
image: "https://github.com/terraform-do-modules/terraform-digitalocean-domain/actions/workflows/tfsec.yml/badge.svg"
url: "https://github.com/terraform-do-modules/terraform-digitalocean-domain/actions/workflows/tfsec.yml"
- name: "Terraform"
image: "https://img.shields.io/badge/Terraform-v1.5.4-green"
image: "https://img.shields.io/badge/Terraform-v0.15-green"
url: "https://www.terraform.io"
- name: "Licence"
image: "https://img.shields.io/badge/License-APACHE-blue.svg"
url: "LICENSE.md"

prerequesties:
- name: Terraform 1.4.6
- name: Terraform
url: https://learn.hashicorp.com/terraform/getting-started/install.html

version: ">= 1.4.6"
# description of this project
description: |-
Terraform module to create Digitalocean Domain service resource on Digitalocean.
Expand All @@ -41,7 +35,8 @@ include:
- "terraform.md"

# How to use this project
usage: |-
usage : |-
### Simple Example
Here are some examples of how you can use this module in your inventory structure:
## basic example
```hcl
Expand Down
Loading