Robuta

https://developer.hashicorp.com/terraform/language/functions/issensitive issensitive - Functions - Configuration Language | Terraform | HashiCorp Developer The issensitive function true if the value passed is marked as sensitive configuration languagefunctionsterraformhashicorpdeveloper https://archive.grafana.com/docs/agent/v0.39/flow/concepts/config-language/components/ Components configuration language | Grafana Agent documentation Learn about the components configuration language configuration languagecomponentsgrafanaagentdocumentation https://developer.hashicorp.com/terraform/language/functions/textencodebase64 textencodebase64 - Functions - Configuration Language | Terraform | HashiCorp Developer The textencodebase64 function encodes the unicode characters in a given string using a specified character encoding, returning the result base64 encoded. configuration languagefunctionsterraformhashicorpdeveloper https://grafana.com/docs/agent/latest/flow/concepts/config-language/?pg=blog&plcmt=body-txt Configuration language | Grafana Agent documentation Learn about the configuration language configuration languagegrafanaagentdocumentation https://developer.hashicorp.com/terraform/language/functions/flatten flatten - Functions - Configuration Language | Terraform | HashiCorp Developer The flatten function eliminates nested lists from a list. configuration languageflattenfunctionsterraformhashicorp https://developer.hashicorp.com/terraform/language/functions/contains contains - Functions - Configuration Language | Terraform | HashiCorp Developer The contains function determines whether a list or set contains a given value. configuration languagecontainsfunctionsterraformhashicorp https://developer.hashicorp.com/terraform/language/functions/basename basename - Functions - Configuration Language | Terraform | HashiCorp Developer The basename function removes all except the last portion from a filesystem path. configuration languagebasenamefunctionsterraformhashicorp https://developer.hashicorp.com/nomad/docs/reference/hcl2/functions/file/file file - Functions - Configuration Language | Nomad | HashiCorp Developer The file function reads the contents of the file at the given path and returns them as a string. file functionsconfiguration languagenomadhashicorpdeveloper https://developer.hashicorp.com/terraform/language/functions/base64gzip base64gzip function reference - Functions - Configuration Language | Terraform | HashiCorp Developer The base64encode function compresses an HCL string using gzip, and then encodes it using Base64 encoding. function referenceconfiguration languagefunctionsterraformhashicorp https://developer.hashicorp.com/nomad/docs/reference/hcl2/functions/collection/coalesce coalesce - Functions - Configuration Language | Nomad | HashiCorp Developer The coalesce function takes any number of arguments and returns the first one that isn't null nor empty. configuration languagecoalescefunctionsnomadhashicorp https://developer.hashicorp.com/terraform/language/functions/matchkeys matchkeys - Functions - Configuration Language | Terraform | HashiCorp Developer The matchkeys function takes a subset of elements from one list by matching corresponding indexes in another list. configuration languagefunctionsterraformhashicorpdeveloper https://developer.hashicorp.com/terraform/language/expressions/conditionals?ref=matthiasguentert.net Conditional Expressions - Configuration Language | Terraform | HashiCorp Developer Conditional expressions select one of two values. You can use them to define defaults to replace invalid values. conditional expressionsconfiguration languageterraformhashicorpdeveloper https://developer.hashicorp.com/nomad/docs/reference/hcl2/functions/collection/values values - Functions - Configuration Language | Nomad | HashiCorp Developer The values function returns a list of the element values in a given map. configuration languagevaluesfunctionsnomadhashicorp https://developer.hashicorp.com/terraform/language/functions/trim trim - Functions - Configuration Language | Terraform | HashiCorp Developer The trim function removes the specified set of characters from the start and end of a given string. configuration languagetrimfunctionsterraformhashicorp https://archive.grafana.com/docs/agent/v0.31/flow/concepts/configuration_language/ Configuration language | Grafana Agent documentation Configuration language The Grafana Agent Flow configuration language refers to the language used in configuration files which define and configure components... configuration languagegrafanaagentdocumentation https://developer.hashicorp.com/terraform/language/functions/uuid uuid - Functions - Configuration Language | Terraform | HashiCorp Developer The uuid function generates a unique id. configuration languageuuidfunctionsterraformhashicorp https://archive.grafana.com/docs/agent/v0.39/flow/concepts/config-language/ Configuration language | Grafana Agent documentation Learn about the configuration language configuration languagegrafanaagentdocumentation https://developer.hashicorp.com/terraform/language/functions/timecmp timecmp - Functions - Configuration Language | Terraform | HashiCorp Developer The timecmp function adds a duration to a timestamp, returning a new timestamp. configuration languagefunctionsterraformhashicorpdeveloper https://developer.hashicorp.com/terraform/language/functions/ceil ceil - Functions - Configuration Language | Terraform | HashiCorp Developer The ceil function returns the closest whole number greater than or equal to the given value. configuration languageceilfunctionsterraformhashicorp https://developer.hashicorp.com/terraform/language/functions/terraform-encode_expr provider::terraform::encode_expr - Functions - Configuration Language | Terraform | HashiCorp... The encode_expr function produces a string representation of an arbitrary value using Terraform expression syntax. configuration languageproviderterraformencodeexpr https://grafana.com/docs/agent/next/flow/concepts/config-language/components/ Components configuration language | Grafana Agent documentation Learn about the components configuration language configuration languagecomponentsgrafanaagentdocumentation https://developer.hashicorp.com/terraform/language/functions/yamlencode yamlencode - Functions - Configuration Language | Terraform | HashiCorp Developer The yamlencode function encodes a given value as a YAML string. configuration languagefunctionsterraformhashicorpdeveloper https://developer.hashicorp.com/nomad/docs/reference/hcl2/functions/collection/coalescelist coalescelist - Functions - Configuration Language | Nomad | HashiCorp Developer The coalescelist function takes any number of list arguments and returns the first one that isn't empty. configuration languagefunctionsnomadhashicorpdeveloper https://developer.hashicorp.com/terraform/language/functions/keys keys - Functions - Configuration Language | Terraform | HashiCorp Developer The keys function returns a list of the keys in a given map. configuration languagekeysfunctionsterraformhashicorp https://developer.hashicorp.com/nomad/docs/reference/hcl2/functions/collection/zipmap zipmap - Functions - Configuration Language | Nomad | HashiCorp Developer The zipmap function constructs a map from a list of keys and a corresponding list of values. configuration languagefunctionsnomadhashicorpdeveloper https://docs.hashicorp.com/terraform/language Overview - Configuration Language | Terraform | HashiCorp Developer Use the Terraform configuration language to describe the infrastructure that Terraform manages. configuration languageoverviewterraformhashicorpdeveloper https://developer.hashicorp.com/terraform/language/v1.1.x/resources/behavior Resource Behavior - Configuration Language | Terraform | HashiCorp Developer Learn how Terraform uses resource blocks to create infrastructure objects. Also learn about resource dependencies and how to access resource attributes. configuration languageresourcebehaviorterraformhashicorp https://developer.hashicorp.com/terraform/language/functions/regex regex - Functions - Configuration Language | Terraform | HashiCorp Developer The regex function applies a regular expression to a string and returns the matching substrings. regex functionsconfiguration languageterraformhashicorpdeveloper https://developer.hashicorp.com/terraform/language/functions/cidrsubnets cidrsubnets - Functions - Configuration Language | Terraform | HashiCorp Developer The cidrsubnets function calculates a sequence of consecutive IP address ranges within a particular CIDR prefix. configuration languagefunctionsterraformhashicorpdeveloper https://developer.hashicorp.com/terraform/language/functions/pow pow - Functions - Configuration Language | Terraform | HashiCorp Developer The pow function raises a number to a power. configuration languagepowfunctionsterraformhashicorp https://ccl.tylerbutler.com/ Categorical Configuration Language | CCL A minimal configuration language based on string key-value pairs. configuration languagecategoricalccl https://developer.hashicorp.com/terraform/language/functions/terraform-encode_tfvars provider::terraform::encode_tfvars - Functions - Configuration Language | Terraform | HashiCorp... The encode_tfvars function produces a string representation of an object using the same syntax as for ".tfvars" files used in Terraform CLI. configuration languageproviderterraformencodefunctions https://developer.hashicorp.com/terraform/language/functions/trimsuffix trimsuffix - Functions - Configuration Language | Terraform | HashiCorp Developer The trimsuffix function removes the specified suffix from the end of a given string. configuration languagefunctionsterraformhashicorpdeveloper https://archive.grafana.com/docs/agent/v0.33/flow/concepts/configuration_language/ Configuration language | Grafana Agent documentation Configuration language The Grafana Agent Flow configuration language refers to the language used in configuration files which define and configure components... configuration languagegrafanaagentdocumentation https://www.techtarget.com/searchdatacenter/tip/HCL-vs-JSON-Configuration-language-uses-pros-and-cons HCL vs. JSON: Configuration language uses, pros and cons | TechTarget HCL and JSON are configuration languages that primarily transfer data between systems with help from configuration managers, like Ansible and Terraform. pros and consjson configurationhclvslanguage https://archive.grafana.com/docs/agent/v0.42/flow/concepts/config-language/ Configuration language | Grafana Agent documentation Learn about the configuration language configuration languagegrafanaagentdocumentation https://developer.hashicorp.com/terraform/language/functions/lower lower - Functions - Configuration Language | Terraform | HashiCorp Developer The lower function converts all cased letters in the given string to lowercase. configuration languagelowerfunctionsterraformhashicorp https://developer.hashicorp.com/terraform/language/v1.5.x/settings Terraform Settings - Configuration Language | Terraform | HashiCorp Developer The terraform block allows you to configure Terraform behavior, including the Terraform version, backend, integration with Terraform Cloud, and required... settings configurationterraformlanguagehashicorpdeveloper https://developer.hashicorp.com/terraform/language/functions/alltrue alltrue - Functions - Configuration Language | Terraform | HashiCorp Developer The alltrue function determines whether all elements of a collection are true or "true". If the collection is empty, it returns true. configuration languagefunctionsterraformhashicorpdeveloper https://developer.hashicorp.com/terraform/language/functions/sha256?ref=defiplot.com sha256 - Functions - Configuration Language | Terraform | HashiCorp Developer The sha256 function computes the SHA256 hash of a given string and encodes it with hexadecimal digits. configuration languagefunctionsterraformhashicorpdeveloper https://developer.hashicorp.com/terraform/language/functions/type type - Functions - Configuration Language | Terraform | HashiCorp Developer The type function returns the type of a given value. type functionsconfiguration languageterraformhashicorpdeveloper https://developer.hashicorp.com/terraform/language/functions/max max - Functions - Configuration Language | Terraform | HashiCorp Developer The max function takes one or more numbers and returns the greatest number. configuration languagemaxfunctionsterraformhashicorp https://developer.hashicorp.com/terraform/language/functions/endswith endswith - Functions - Configuration Language | Terraform | HashiCorp Developer The endswith function takes two values: a string to check and a suffix string. It returns true if the first string ends with that exact suffix. configuration languageendswithfunctionsterraformhashicorp https://jsonnet.org/ Jsonnet - Jsonnet Configuration Language A powerful DSL for elegant description of JSON data. jsonnetconfigurationlanguage https://dhall-lang.org/ The Dhall configuration language Maintainable configuration files dhallconfigurationlanguage https://datatracker.ietf.org/doc/html/rfc4825 RFC 4825 - The Extensible Markup Language (XML) Configuration Access Protocol (XCAP) The Extensible Markup Language (XML) Configuration Access Protocol (XCAP) (RFC 4825, ) extensible markup languagexml configurationaccess protocolrfc https://rcl-lang.org/ The RCL Configuration Language rclconfigurationlanguage https://developer.hashicorp.com/terraform/language/syntax/json JSON Configuration Syntax - Configuration Language | Terraform | HashiCorp Developer Learn about the JSON-compatible language syntax, including file structure, expression mapping, block mapping, and block-type-specific exceptions. json configurationsyntaxlanguageterraformhashicorp https://research.ibm.com/publications/language-support-for-flexible-application-tailored-protocol-configuration Language support for flexible, application-tailored protocol configuration for LCN 1993 - IBM... Language support for flexible, application-tailored protocol configuration for LCN 1993 by D.C. Schmidt et al. language supportflexibleapplication https://pike-www.lysator.liu.se/docs/ietf/rfc/60/rfc6020.xml RFC 6020: YANG - A Data Modeling Language for the Network Configuration Protocol (NETCONF) - Pike... https://datafari.atlassian.net/wiki/spaces/DATAFARI/pages/6979589/New+Language+Configuration New Language Configuration - Datafari Documentation - Confluence new languageconfigurationdatafaridocumentationconfluence https://lists.wikimedia.org/hyperkitty/list/wikibaseug@lists.wikimedia.org/thread/G4C6IL5WKY6D3DQXOQXEOIHQ6WJAI2S7/?sort=thread Request for feedback about configuration for monolingual text language codes - Wikibase Community... request for feedbackabout configurationmonolingual textlanguage codes https://docs.oracle.com/cd/E19683-01/806-6642/printing-10/index.html Localization of the Configuration File (International Language Environments Guide) the configuration fileinternational languagelocalizationenvironmentsguide