Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eriknathan/terraform-ec2-nginx-with-actions
Criando um servidor web (nginx) na AWS usando Terraform provisionando via CI/CD pelo Actions.
https://github.com/eriknathan/terraform-ec2-nginx-with-actions
actions aws nginx terraform
Last synced: about 1 month ago
JSON representation
Criando um servidor web (nginx) na AWS usando Terraform provisionando via CI/CD pelo Actions.
- Host: GitHub
- URL: https://github.com/eriknathan/terraform-ec2-nginx-with-actions
- Owner: eriknathan
- License: mit
- Created: 2024-08-27T12:40:03.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-08-27T13:54:45.000Z (3 months ago)
- Last Synced: 2024-09-28T13:21:27.032Z (about 2 months ago)
- Topics: actions, aws, nginx, terraform
- Language: HCL
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# terraform-ec2-nginx-with-actions
Criando um servidor web (nginx) na AWS usando Terraform provisionando via CI/CD pelo Actions.## Requirements
| Name | Version |
|------|---------|
| [aws](#requirement\_aws) | 5.61.0 |## Providers
No providers.
## Modules
| Name | Source | Version |
|------|--------|---------|
| [network](#module\_network) | ./modules/network | n/a |## Resources
No resources.
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [cidr\_block](#input\_cidr\_block) | Bloco CIDR de rede a ser usado para a VPC. | `string` | n/a | yes |
| [project\_name](#input\_project\_name) | Nome do projeto para usar como nome dos recursos | `string` | n/a | yes |## Outputs
| Name | Description |
|------|-------------|
| [cidr\_block](#output\_cidr\_block) | n/a |
| [project\_name](#output\_project\_name) | n/a |