Skip to content
This repository has been archived by the owner on Dec 5, 2020. It is now read-only.

Files

Latest commit

d81d44e · Aug 28, 2019

History

History
35 lines (23 loc) · 750 Bytes

group.html.md

File metadata and controls

35 lines (23 loc) · 750 Bytes
layout page_title sidebar_current description
ignition
Ignition: ignition_group
docs-ignition-datasource-group
Describes the desired group additions to the passwd database.

ignition_group

Describes the desired group additions to the passwd database.

Example Usage

data "ignition_group" "foo" {
	name = "foo"
}

Argument Reference

The following arguments are supported:

  • name - (Required) The groupname for the account.

  • password_hash - (Optional) The encrypted password for the account.

  • gid - (Optional) The group ID of the new account.

Attributes Reference

The following attributes are exported:

  • rendered - The rendered template to reference this resource in ignition_config.