https://github.com/coolapso/terraform-scaleway-vpc
Module to create scaleway vpc network
https://github.com/coolapso/terraform-scaleway-vpc
Last synced: 11 months ago
JSON representation
Module to create scaleway vpc network
- Host: GitHub
- URL: https://github.com/coolapso/terraform-scaleway-vpc
- Owner: coolapso
- License: mit
- Created: 2021-08-17T22:11:07.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-05-25T22:23:02.000Z (about 3 years ago)
- Last Synced: 2024-04-26T22:24:45.411Z (about 2 years ago)
- Language: HCL
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.com/4s3ti/scaleway-vpc)
[](https://github.com/semantic-release/semantic-release)
# Terraform Scaleway VPC
A Terraform module to create a vpc network on scaleway.
## How to use
Examples directory contains examples on how to use this module and add nodes to it.
## Requirements
| Name | Version |
|------|---------|
| [terraform](#requirement\_terraform) | >= 0.13 |
| [scaleway](#requirement\_scaleway) | ~>2.1.0 |
## Providers
| Name | Version |
|------|---------|
| [scaleway](#provider\_scaleway) | ~>2.1.0 |
## Modules
No modules.
## Resources
| Name | Type |
|------|------|
| [scaleway_vpc_private_network.scw-vpc](https://registry.terraform.io/providers/scaleway/scaleway/latest/docs/resources/vpc_private_network) | resource |
## Inputs
| Name | Description | Type | Default | Required |
|------|-------------|------|---------|:--------:|
| [tags](#input\_tags) | List of tags to be applied to the cluster | `list(string)` | `null` | no |
| [vpc\_name](#input\_vpc\_name) | The VPC Name | `string` | n/a | yes |
| [vpc\_zone](#input\_vpc\_zone) | The zone in which the private network should be created | `string` | `null` | no |
## Outputs
| Name | Description |
|------|-------------|
| [organization\_id](#output\_organization\_id) | The organization ID the private network is associated with |
| [vpc\_id](#output\_vpc\_id) | The ID of the private network |
# Contributions
Improvements and suggestions are always welcome, feel free to open an Issue or Pull Request
If you like this theme and want to support / contribute in a different way you can always: