https://github.com/descomplicando-terraform/terraform-aws-ambiente-renan
Módulo para a criação do ambiente sugerido pelo professor
https://github.com/descomplicando-terraform/terraform-aws-ambiente-renan
Last synced: 3 months ago
JSON representation
Módulo para a criação do ambiente sugerido pelo professor
- Host: GitHub
- URL: https://github.com/descomplicando-terraform/terraform-aws-ambiente-renan
- Owner: descomplicando-terraform
- License: gpl-3.0
- Created: 2024-08-24T22:35:09.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-08-25T00:19:17.000Z (9 months ago)
- Last Synced: 2025-01-09T20:08:55.164Z (4 months ago)
- Language: HCL
- Size: 19.5 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-ambiente-renan
Módulo para a criação do ambiente sugerido pelo professor## Requirements
| Name | Version |
|------|---------|
| [aws](#requirement\_aws) | ~> 5.0 |## Providers
| Name | Version |
|------|---------|
| [aws](#provider\_aws) | 5.64.0 |## 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 |## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [ebs\_block\_devices](#input\_ebs\_block\_devices) | List of EBS block devices to attach to the instance | `list(any)` | `[]` | no |
| [environment](#input\_environment) | Instance environment | `string` | `"dev"` | no |
| [name](#input\_name) | Instance name | `string` | n/a | yes |## Outputs
| Name | Description |
|------|-------------|
| [public\_ip](#output\_public\_ip) | The public IP address of the web server |