You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/website/source/docs/providers/ignition/r/group.html.md

728 B

layout page_title sidebar_current description
ignition Ignition: ignition_group docs-ignition-resource-group Describes the desired group additions to the passwd database.

ignition_group

Describes the desired group additions to the passwd database.

Example Usage

resource "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:

  • id - ID used to reference this resource in ignition_config.