Variables
Gallery injects a terraform object that includes variables that help you integrate with your software development workflow, and with gallery credentials helpers. You are still responsible for declaring any terraform variables that your code uses (in a vars.tf
file, for example), however, Gallery will inject a gallery.tfvars
file that will include values for any variables defined in the schema below.
If you define a gallery_info
variable within your own terraform configuration, you can specify any subset of the fields that are in this schema.
Last updated