user
4ops/user/null
Terraform Module
HCL
NULL
Install
module "user" {
source = "4ops/user/null"
version = "1.0.0"
}
plain text: /constructs/tfmod-4ops-user-null/install.txt
README
User Usage ``terraform module provisioner { source = "4ops/user/null" version = "1.0.0" name = "provisioner" } module my_server_config { source = "4ops/cloud-config/null" version = "1.0.0" default_user = module.provisioner.default_user } ``
Inputs (12)
| Name | Type | Description | Default |
|---|---|---|---|
| name | string | required | |
| description | string | "" | |
| private_key | string | "" | |
| public_key | string | "" | |
| authorized_keys | list | [] | |
| create_home | string | true | |
| shell | string | "/bin/bash" | |
| lock_passwd | string | true | |
| sudo | list | [] | |
| home | string | "" | |
| groups | list | [] | |
| ssh_import_ids | list | [] |
Outputs (4)
default_useradd_userprivate_keypublic_keyResources (1)
tls_private_key
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud NULL
★ Stars0
Forks0
Total downloads786
Inputs12
Outputs4
Resources1
LicenseMIT
Namespace4ops
Updated