Skip to content

Commit

Permalink
fix: Updates default description of zones (#10)
Browse files Browse the repository at this point in the history
Updates "description"'s description and default value
  • Loading branch information
Zhann authored Mar 18, 2020
1 parent e8c9fef commit a94d73d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ variable "target_network" {
}

variable "description" {
description = "domain description ( shown in console )"
default = "domain managed by Terraform"
description = "zone description ( shown in console )"
default = "Managed by Terraform"
type = string
}

Expand Down

0 comments on commit a94d73d

Please sign in to comment.