mirror of
https://github.com/opentffoundation/opentf.git
synced 2025-12-22 11:17:35 -05:00
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>
9 lines
151 B
Plaintext
9 lines
151 B
Plaintext
oci_credentials "example.com" {
|
|
username = "foo"
|
|
password = "bar"
|
|
}
|
|
|
|
oci_credentials "example.com" {
|
|
docker_credentials_helper = "osxkeychain"
|
|
}
|