Coder Social home page Coder Social logo

terraform-scaleway-vpc's People

Contributors

benoit-garcia avatar dependabot[bot] avatar

Stargazers

 avatar

Watchers

 avatar

terraform-scaleway-vpc's Issues

Feature: Allow to configure DHCP pool

Scaleway VPC come with an embedded DHCP server that can be highly customized.
For now, the module only allow to set the subnet used by the DHCP to provide IP addresses. User should be able to set the following settings:

  • DHCP Pool (using pool_low and pool_high), to be sure that IP addresses given to some services (redis, rdb), won't be assigned by the DHCP server.
  • DNS settings given to client (using dns_search and dns_servers_override).

Feature: Allow creation of several VPCs at once?

The module should allow to create several private networks but let them communicate via a gateway.

It could be done either by allowing the creation of several networks in the module, or by accepting the ID of an existing gateway and only manage the connection.
For example:

module "network_1" {
  source  = "scaleway-terraform-modules/vpc/scaleway"
  version = "x.x.x"

  gw_enabled = true
  subnet = "192.0.2.0/25"
}

module "network_2" {
  source  = "scaleway-terraform-modules/vpc/scaleway"
  version = "x.x.x"

  gw_enabled = false
  gw_attach  = module.network_1.gw_id
  subnet     = "192.0.2.128/25"
}```

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.