Skip to content

mtharpe/terraform-azure-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI

terraform-azure-demo

Terraform demo in Azure

Requirements

Name Version
azurerm >=2.80.0

Providers

Name Version
azurerm >=2.80.0

Modules

No modules.

Resources

Name Type
azurerm_dns_a_record.mgmt-01 resource
azurerm_dns_a_record.web-01 resource
azurerm_dns_zone.demo resource
azurerm_network_interface.mgmt-01 resource
azurerm_network_interface.web-01 resource
azurerm_network_security_group.demo resource
azurerm_postgresql_database.database-01 resource
azurerm_postgresql_server.database-01 resource
azurerm_public_ip.mgmt-01 resource
azurerm_resource_group.demo resource
azurerm_subnet.mgmt resource
azurerm_subnet.web resource
azurerm_subnet_network_security_group_association.mgmt resource
azurerm_subnet_network_security_group_association.web resource
azurerm_virtual_machine.mgmt-01 resource
azurerm_virtual_machine.web-01 resource
azurerm_virtual_network.demo resource

Inputs

Name Description Type Default Required
azure_instance_password Azure Instance login password string n/a yes
azure_instance_username Azure Instance login username string n/a yes
location The Azure location where all resources in this example should be created string "East US" no

Outputs

No outputs.