Merge pull request #27089 from hashicorp/dec20_release_fixes_upstream_version
website: fix a few functional glitches
This commit is contained in:
commit
2119510669
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
layout: "functions"
|
layout: "language"
|
||||||
page_title: "defaults - Functions - Configuration Language"
|
page_title: "defaults - Functions - Configuration Language"
|
||||||
sidebar_current: "docs-funcs-conversion-defaults"
|
sidebar_current: "docs-funcs-conversion-defaults"
|
||||||
description: |-
|
description: |-
|
||||||
|
|
|
@ -4,7 +4,7 @@ page_title: "textdecodebase64 - Functions - Configuration Language"
|
||||||
sidebar_current: "docs-funcs-encoding-textdecodebase64"
|
sidebar_current: "docs-funcs-encoding-textdecodebase64"
|
||||||
description: |-
|
description: |-
|
||||||
The textdecodebase64 function decodes a string that was previously Base64-encoded,
|
The textdecodebase64 function decodes a string that was previously Base64-encoded,
|
||||||
and then interprets the result as characters in a specified character encoding.
|
and then interprets the result as characters in a specified character encoding.
|
||||||
---
|
---
|
||||||
|
|
||||||
# `textdecodebase64` Function
|
# `textdecodebase64` Function
|
||||||
|
|
|
@ -4,7 +4,7 @@ page_title: "textencodebase64 - Functions - Configuration Language"
|
||||||
sidebar_current: "docs-funcs-encoding-textencodebase64"
|
sidebar_current: "docs-funcs-encoding-textencodebase64"
|
||||||
description: |-
|
description: |-
|
||||||
The textencodebase64 function encodes the unicode characters in a given string using a
|
The textencodebase64 function encodes the unicode characters in a given string using a
|
||||||
specified character encoding, returning the result base64 encoded.
|
specified character encoding, returning the result base64 encoded.
|
||||||
---
|
---
|
||||||
|
|
||||||
# `textencodebase64` Function
|
# `textencodebase64` Function
|
||||||
|
|
Loading…
Reference in New Issue