diff --git a/jfrog-oauth/main.tf b/jfrog-oauth/main.tf index ea9f59b..9f05e56 100644 --- a/jfrog-oauth/main.tf +++ b/jfrog-oauth/main.tf @@ -42,7 +42,7 @@ variable "agent_id" { variable "configure_code_server" { type = bool - description = "Set to true to configure code-server to use JFrog." + description = "Set to true to configure code-server to use JFrog." default = false } diff --git a/jfrog-token/main.tf b/jfrog-token/main.tf index 67fb9a8..7e63649 100644 --- a/jfrog-token/main.tf +++ b/jfrog-token/main.tf @@ -63,7 +63,7 @@ variable "agent_id" { variable "configure_code_server" { type = bool - description = "Set to true to configure code-server to use JFrog." + description = "Set to true to configure code-server to use JFrog." default = false }