Skip to content

Tags: scaleway/terraform-scaleway-vpc-module

Tags

v1.0.0

Partially verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
We cannot verify signatures from co-authors, and some of the co-authors attributed to this commit require their commits to be signed.
feat(vpc): vpc module (#1)

* feat(vpc): add first draft vpc module

* feat(vpc): split by resources

* fix(vpc): update to only vpc resources

* fix(vpc): update default parameters

* feat(vpc): add dhcp variables and reservations

fix(vpc) lint

* feat(vpc): remove file variables

* feat(vpc): remove provider from module

* add readme documentation

* docs: lint readme

* fix: rename outputs and remove unused variables

* lint: add description to variables

* fix: split variables in multiple files

* fix: variables on one file

* feat: add example simple vpc

* fix: lint

* fix: add required version

* fix: readme

* Update README.md

Co-authored-by: Nathanael Demacon <nathanael.dmc@outlook.fr>

* Update README.md

Co-authored-by: Nathanael Demacon <nathanael.dmc@outlook.fr>

* Update README.md

Co-authored-by: Nathanael Demacon <nathanael.dmc@outlook.fr>

* Update examples/simple/README.md

Co-authored-by: Nathanael Demacon <nathanael.dmc@outlook.fr>

* Update examples/simple/main.tf

Co-authored-by: Nathanael Demacon <nathanael.dmc@outlook.fr>

* Update variables.tf

Co-authored-by: Nathanael Demacon <nathanael.dmc@outlook.fr>

* fix: rename example

* fix: rename variable for zones

* fix: rename variable for zones

---------

Co-authored-by: baalooos <baalooos@hotmail.com>
Co-authored-by: Nathanael Demacon <nathanael.dmc@outlook.fr>