From 0080e5012b6aaf2a4a772b099c84e8385c76023d Mon Sep 17 00:00:00 2001 From: Cody Bruno Date: Wed, 22 Nov 2023 14:43:08 -0500 Subject: [PATCH] Remove unused empty variable default values --- variables.fp | 2 -- 1 file changed, 2 deletions(-) diff --git a/variables.fp b/variables.fp index f817cb8..22ddd03 100644 --- a/variables.fp +++ b/variables.fp @@ -2,11 +2,9 @@ variable "access_token" { type = string description = "The GitHub personal access token to authenticate to the GitHub APIs." - default = "" } variable "repository_full_name" { type = string description = "The full name of the GitHub repository. Examples: turbot/steampipe, turbot/flowpipe" - default = "" }