1
0
Fork 0
mirror of https://github.com/imjasonh/terraform-provider-melange synced 2026-07-21 06:27:14 +00:00
terraform-provider-melange/docs/data-sources/config.md
Jason Hall d2ad8d1f22
go generate
Signed-off-by: Jason Hall <jason@chainguard.dev>
2023-09-30 21:08:08 -04:00

4.9 KiB

page_title subcategory description
melange_config Data Source - terraform-provider-melange Config data source

melange_config (Data Source)

Config data source

Schema

Optional

  • config_contents (String) The raw contents of the melange configuration.

Read-Only

  • config (Object) The parsed structure of the melange configuration. (see below for nested schema)
  • id (String) Config identifier

Nested Schema for config

Read-Only:

Nested Schema for config.environment

Read-Only:

Nested Schema for config.environment.accounts

Read-Only:

Nested Schema for config.environment.accounts.users

Read-Only:

  • gid (Number)
  • groupname (String)
  • members (List of String)

Nested Schema for config.environment.accounts.users

Read-Only:

  • gid (Number)
  • uid (Number)
  • username (String)

Nested Schema for config.environment.contents

Read-Only:

  • keyring (List of String)
  • packages (List of String)
  • repositories (List of String)

Nested Schema for config.environment.entrypoint

Read-Only:

  • command (String)
  • services (Map of String)
  • shell-fragment (String)
  • type (String)

Nested Schema for config.environment.options

Read-Only:

Nested Schema for config.environment.options.environment

Read-Only:

  • run-as (String)

Nested Schema for config.environment.options.environment

Read-Only:

Nested Schema for config.environment.options.environment.packages

Read-Only:

  • add (List of String)
  • remove (List of String)

Nested Schema for config.environment.options.environment

Read-Only:

  • command (String)
  • services (Map of String)
  • shell-fragment (String)
  • type (String)

Nested Schema for config.environment.os-release

Read-Only:

  • bug-report-url (String)
  • home-url (String)
  • id (String)
  • name (String)
  • pretty-name (String)
  • version-id (String)

Nested Schema for config.environment.paths

Read-Only:

  • gid (Number)
  • path (String)
  • permissions (Number)
  • recursive (Boolean)
  • source (String)
  • type (String)
  • uid (Number)

Nested Schema for config.package

Read-Only:

  • epoch (Number)
  • name (String)
  • version (String)