{{! Copyright (c) HashiCorp, Inc. SPDX-License-Identifier: BUSL-1.1 ~}}

Credentials


{{#if @error}} {{else}} {{#if (eq @credentials.type "dynamic")}} Warning You won’t be able to access these credentials later, so please copy them now. {{/if}}
{{#each this.fields as |field|}} {{#let (get @credentials field.key) as |value|}} {{#if field.hasBlock}} {{#if (eq field.hasBlock "masked")}} {{else if (eq field.hasBlock "check")}}
{{if value "True" "False"}}
{{/if}}
{{else}} {{/if}} {{/let}} {{/each}}
{{/if}}