Files
opentf/website/source/docs/providers/ignition/r/group.html.md
Máximo Cuadros 85f0fba9f9 Ignition provider (#6189)
* providers: ignition, basic config, version and config

* providers: ignition, user and passwd example, general cache implementation

* vendor: Capture new dependency upstream-pkg

* providers: ignition ignition_user

* providers: ignition ignition_disk, ignition_group and ignition_raid

* providers: ignition_file and ignition_filesystem

* providers: ignition_systemd_unit and ignition_networkd_unit

* providers: ignition_config improvements

* vendor: Capture new dependency upstream-pkg

* providers: ignition main

* documentation: ignition provider

* providers: ignition minor changes

* providers: ignition, fix test

* fixing tests and latest versions
2017-01-03 11:29:14 +00:00

728 B

layout, page_title, sidebar_current, description
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.