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
⭐ Source on GitHub 📦 Registry page
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)
NameTypeDescriptionDefault
namestring required
descriptionstring""
private_keystring""
public_keystring""
authorized_keyslist[]
create_homestringtrue
shellstring"/bin/bash"
lock_passwdstringtrue
sudolist[]
homestring""
groupslist[]
ssh_import_idslist[]
Outputs (4)
default_user
add_user
private_key
public_key
Resources (1)
tls_private_key
Details
FrameworkTerraform Module
LanguageHCL
Version1.0.0
Cloud NULL
★ Stars0
Forks0
Total downloads786
Inputs12
Outputs4
Resources1
LicenseMIT
Namespace4ops
Updated