module

AndreasFurster/module/rdp

Terraform Module HCL RDP

Terraform module for creating RDP files

Install
module "module" {
source = "AndreasFurster/module/rdp"
version = "0.2.1"
}
plain text: /constructs/tfmod-andreasfurster-module-rdp/install.txt
⭐ Source on GitHub 📦 Registry page
README

Terraform RDP Module Terraform module for creating RDP files Example usage module "module" { source = "AndreasFurster/module/rdp" version = "0.2.0" full_address = "192.168.0.100" filename = "${path.module}/output.rdp" }

Inputs (4)
NameTypeDescriptionDefault
full_addressstringPC Name: This setting specifies the name or IP address of the remote computer th required
filenamestringLocation of the output RDP file required
usernamestringSpecifies the name of the user account that will be used to sign in to the remot""
domainstringSpecifies the name of the domain in which the user account that will be used to ""
Outputs (2)
content — Contents of the RDP file
filename — Path to the local (RDP) file
Resources (1)
local_file
Details
FrameworkTerraform Module
LanguageHCL
Version0.2.1
Cloud RDP
★ Stars0
Forks2
Total downloads844
Inputs4
Outputs2
Resources1
NamespaceAndreasFurster
Updated