https://github.com/descomplicando-terraform/terraform-aws-env_module
Módulo para criação de ambiente AWS
https://github.com/descomplicando-terraform/terraform-aws-env_module
Last synced: 3 months ago
JSON representation
Módulo para criação de ambiente AWS
- Host: GitHub
- URL: https://github.com/descomplicando-terraform/terraform-aws-env_module
- Owner: descomplicando-terraform
- License: gpl-3.0
- Created: 2025-02-16T15:45:50.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-23T19:17:54.000Z (3 months ago)
- Last Synced: 2025-02-23T19:20:22.657Z (3 months ago)
- Language: HCL
- Size: 31.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform-aws-env_module
Módulo para criação de ambiente AWS## Requirements
| Name | Version |
|------|---------|
| [aws](#requirement\_aws) | ~> 5.0 |## Providers
| Name | Version |
|------|---------|
| [aws](#provider\_aws) | 5.87.0 |
| [terraform](#provider\_terraform) | n/a |## Modules
No modules.
## Resources
| Name | Type |
|------|------|
| [aws_instance.this](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/instance) | resource |
| [aws_ami.ubuntu](https://registry.terraform.io/providers/hashicorp/aws/latest/docs/data-sources/ami) | data source |
| [terraform_remote_state.aula_output](https://registry.terraform.io/providers/hashicorp/terraform/latest/docs/data-sources/remote_state) | data source |## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [ebs\_block\_devices](#input\_ebs\_block\_devices) | Lista de volumes ebs para ser mounted na instância | `list(any)` | `[]` | no |
| [environment](#input\_environment) | Ambiente da instancia | `string` | `"dev"` | no |
| [instance\_type](#input\_instance\_type) | Tipo da Instância | `string` | n/a | yes |
| [name](#input\_name) | Nome da instancia | `string` | n/a | yes |## Outputs
| Name | Description |
|------|-------------|
| [public\_ip](#output\_public\_ip) | IPs públicos |