layout | page_title | sidebar_current | description |
---|---|---|---|
ignition |
Ignition: ignition_group |
docs-ignition-datasource-group |
Describes the desired group additions to the passwd database. |
Describes the desired group additions to the passwd database.
data "ignition_group" "foo" {
name = "foo"
}
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.
The following attributes are exported:
rendered
- The rendered template to reference this resource in ignition_config.