secret

Description

This example demonstrates how to inject a secret value into the venue.

Concepts

The following concepts are present in this example:

  • Secrets

  • Variables

Venues

This example is regularly tested against:

awsazure

Release Notes

1.0

  • Initial release.

Blueprint

---
variables:
  secret_value:
    description: The secret value to inject.
    type: secret

location:
  region:
    my-region:
      country: USA
      area: northwest
  folder:
    tuono-secret:
      region: my-region

security:
  secret:
    my-secret:
      value: (( secret_value ))

Last updated

Was this helpful?