From f2ebcf02c523ef327e7e10e710101da332b97e1f Mon Sep 17 00:00:00 2001 From: Muhammad Atif Ali Date: Tue, 2 Jan 2024 13:26:08 +0300 Subject: [PATCH] `fmt` --- jfrog-oauth/main.tf | 2 +- jfrog-token/main.tf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 }