Files
opentf/internal/command/cliconfig/testdata/oci-credentials-duplicate
Martin Atkins d8c8460cd6 cliconfig: Decode oci_credentials blocks
We're not actually doing anything with the result of this yet, but this
covers the decoding and validation of this new block type which we'll start
making use of in subsequent commits as we start to bring together the
overall OCI credentials selection policy handling.

Signed-off-by: Martin Atkins <mart@degeneration.co.uk>
2025-03-13 08:19:57 -07:00

9 lines
151 B
Plaintext

oci_credentials "example.com" {
username = "foo"
password = "bar"
}
oci_credentials "example.com" {
docker_credentials_helper = "osxkeychain"
}