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

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

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 |