mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-11 22:00:21 -04:00
* provider/ignition: migration from resources to data resources * website: provider/ignition documention updated to data resources * provider/ignition: backwards compatibility support for old resources
726 B
726 B
layout, page_title, sidebar_current, description
| 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:
id- ID used to reference this resource in ignition_config.