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"
}
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)
| Name | Type | Description | Default |
|---|---|---|---|
| full_address | string | PC Name: This setting specifies the name or IP address of the remote computer th | required |
| filename | string | Location of the output RDP file | required |
| username | string | Specifies the name of the user account that will be used to sign in to the remot | "" |
| domain | string | Specifies the name of the domain in which the user account that will be used to | "" |
Outputs (2)
content — Contents of the RDP filefilename — Path to the local (RDP) fileResources (1)
local_file
Details
FrameworkTerraform Module
LanguageHCL
Version0.2.1
Cloud RDP
★ Stars0
Forks2
Total downloads844
Inputs4
Outputs2
Resources1
NamespaceAndreasFurster
Updated