You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 11, 2024. It is now read-only.
First of all, thanks for this great provider.
It would be nice to have one more attribute host_num that shows the host number inside the network, to be used with the terraform cidrhost function
Terraform Version
Terraform v1.0.0
on linux_amd64
+ provider registry.terraform.io/volcano-coffee-company/cidr v0.1.0
Terraform Configuration Files
locals {
my-net = {
ip = "192.168.1.131"
mask = "255.255.255.128"
}
data "cidr_network" "my-net" {
ip = local.my-net.ip
mask = local.my-net.mask
}
output "my-net" {
value = data.cidr_network.my-net
}
First of all, thanks for this great provider.
It would be nice to have one more attribute
host_num
that shows the host number inside the network, to be used with the terraformcidrhost
functionTerraform Version
Terraform Configuration Files
Expected Behavior
The text was updated successfully, but these errors were encountered: