An open API service indexing awesome lists of open source software.

https://github.com/mrk-qa/terraform-infra-aws-and-azure-vms

POC provisionando infra na AWS e Azure incluindo a estrutura de rede com acesso público e uma vm em cada cloud.
https://github.com/mrk-qa/terraform-infra-aws-and-azure-vms

Last synced: 2 months ago
JSON representation

POC provisionando infra na AWS e Azure incluindo a estrutura de rede com acesso público e uma vm em cada cloud.

Awesome Lists containing this project

README

        

# Terraform infra AWS and Azure Virtual Machines ☁️🖥️

## 📑 Project Structure

*Before:*
*The network structure is previously configured.*
```
Resources created:
aws/
|-- aws_instance
|-- aws_key_pair

azure/
|-- azurerm_resource_group
| |-- azurerm_network_interface
| | |-- azurerm_public_ip
| | |-- azurerm_network_interface_security_group_association
| |-- azurerm_linux_virtual_machine
```

## 📑 Test Project Structure

```
tests/
|-- modules/
| |-- http/
| |-- random/
|-- *unit_test_aws.tftest.hcl
|-- *unit_test_azure.tftest.hcl
|-- *integration_test_aws.tftest.hcl
|-- *integration_test_azure.tftest.hcl
```

## 🎯 Results

View result in browser about VM in AWS with IP public access



View result in browser about VM in Azure with public IP access



## 🔮 Support this project

If you want to support this project, leave a ⭐.

---

Made with 💙  by Marco Antonio 👋   [Meu LinkedIn](https://www.linkedin.com/in/mrk-silva/)