Skip to content

Commit

Permalink
0.15 version support added
Browse files Browse the repository at this point in the history
  • Loading branch information
harmanjyotkaur committed Jun 16, 2021
1 parent d964c3c commit c96ccb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ github_repo: clouddrove/terraform-aws-route53-record
# Badges to display
badges:
- name: "Terraform"
image: "https://img.shields.io/badge/Terraform-v0.14-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-MIT-blue.svg"
Expand Down
3 changes: 1 addition & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ variable "values" {

variable "set_identifier" {
type = string
default = ""
default = null
description = "Unique identifier to differentiate records with routing policies from one another. Required if using failover, geolocation, latency, or weighted routing policies documented below."
}

Expand Down Expand Up @@ -61,6 +61,5 @@ variable "allow_overwrite" {

variable "zone_id" {
type = string
default = ""
description = "Zone ID."
}

0 comments on commit c96ccb6

Please sign in to comment.