Files
opentf/website/source/docs/providers/ignition/d/group.html.md
Máximo Cuadros b58709aa91 provider/ignition: migration from resources to data resources (#11851)
* provider/ignition: migration from resources to data resources

* website: provider/ignition documention updated to data resources

* provider/ignition: backwards compatibility support for old resources
2017-03-06 14:23:04 +02:00

35 lines
726 B
Markdown

---
layout: "ignition"
page_title: "Ignition: ignition_group"
sidebar_current: "docs-ignition-datasource-group"
description: |-
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_.