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:

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

© 2018 HashiCorp
Licensed under the MPL 2.0 License.
https://www.terraform.io/docs/providers/ignition/d/group.html