Skip to content

Heazzz/terraform

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Requirements

Name Version
terraform >=0.12
azurerm ~>2.0

Providers

Name Version
azurerm ~>2.0
random n/a
tls n/a

Modules

No modules.

Resources

Name Type
azurerm_linux_virtual_machine.my_terraform_vm resource
azurerm_network_interface.my_terraform_nic resource
azurerm_network_interface_security_group_association.example resource
azurerm_network_security_group.my_terraform_nsg resource
azurerm_public_ip.my_terraform_public_ip resource
azurerm_resource_group.rg resource
azurerm_storage_account.my_storage_account resource
azurerm_subnet.my_terraform_subnet resource
azurerm_virtual_network.my_terraform_network resource
random_id.random_id resource
random_pet.rg_name resource
tls_private_key.example_ssh resource

Inputs

Name Description Type Default Required
resource_group_location Location of the resource group. string "France Central" no
resource_group_name_prefix Prefix of the resource group name that's combined with a random ID so name is unique in your Azure subscription. string "rg" no

Outputs

Name Description
public_ip_address n/a
resource_group_name n/a
tls_private_key n/a

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages