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.
- Host: GitHub
- URL: https://github.com/mrk-qa/terraform-infra-aws-and-azure-vms
- Owner: mrk-qa
- Created: 2024-01-02T23:12:01.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-16T21:43:51.000Z (over 1 year ago)
- Last Synced: 2025-01-23T04:29:18.221Z (4 months ago)
- Language: HCL
- Homepage:
- Size: 120 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/)