shoaib-mohiuddin / azure-mod-compute

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

azure-mod-compute

Table of Contents

  1. Usage
  2. Requirements
  3. Providers
  4. Inputs
  5. Outputs

Usage

*various commands

Requirements

No requirements.

Providers

Name Version
azurerm n/a
tls n/a

Modules

No modules.

Resources

Name Type
azurerm_linux_virtual_machine.webserver resource
azurerm_network_interface.webserver_nic resource
azurerm_network_interface_security_group_association.example resource
azurerm_network_security_group.nsg resource
azurerm_public_ip.web_public_ip resource
azurerm_resource_group.rg resource
tls_private_key.ssh_key resource

Inputs

Name Description Type Default Required
location Location of the resources string "" no
rg_name name of the resource group string "" no
tags Map of tags that will be applied to the VNet map(string) {} no
vm_name name of the virtual machine string "webserver" no
vm_size size of the virtual machine string n/a yes
vm_subnet_id subnet id to deploy the vm string "" no

Outputs

Name Description
webserver_public_ip n/a

About


Languages

Language:HCL 65.8%Language:Go 30.4%Language:Shell 3.8%