Apply terraform fmt for CI
This commit is contained in:
@ -9,7 +9,7 @@ variable "datasources" {
|
||||
username = optional(string, null)
|
||||
access_mode = string # Access mode: proxy or direct
|
||||
is_default = bool # Set as default source
|
||||
|
||||
|
||||
# Authentication settings
|
||||
basic_auth = optional(bool, false) # Use basic authentication
|
||||
basic_auth_user = optional(string, null) # Username for basic authentication
|
||||
|
||||
Reference in New Issue
Block a user