Skip to content
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.

cidr_network: add support for subnets #6

Open
joakimhellum opened this issue Apr 3, 2021 · 0 comments
Open

cidr_network: add support for subnets #6

joakimhellum opened this issue Apr 3, 2021 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@joakimhellum
Copy link
Member

Potential Terraform Configuration:

data "cidr_network" "example" {
  prefix = "10.0.0.0/16"

  subnet {
    mask_bits = 24
  }

  subnet {
    mask = "255.255.255.0"
  }
}
@joakimhellum joakimhellum added the enhancement New feature or request label Apr 3, 2021
@joakimhellum joakimhellum added this to the v0.1.1 milestone Apr 3, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant