civo/terraform-provider-civo

[FEATURE] Allow "civo_network" to specify the nameserver and cidr

Closed this issue ยท 7 comments

Description

The Civo CLI allows a network to be created with both --cidr-v4 and --nameservers-v4 specified. This doesn't appear to be possible with Terrform.

  1. Am I missing something and is it already possible to do with Terraform?
  2. If not, can we have some way of doing this with TF please?

Screenshots

No response

Additional information

No response

Hey,
from what i see is that CIDR and Nameserver is already been implemented in the network resource.
https://github.com/civo/terraform-provider-civo/blob/master/civo/network/resource_network.go#L33

You can use the fields cidr_v4 and nameservers_v4 in your network block.
Let me know if this resolves your query.

Yes, you're right. It doesn't solve the problem of use in Terraform though - this feature was only done ~3 weeks ago, but the latest (1.0.39) release was done in October.

I guess a new release should solve that problem. Any idea when the next release is scheduled?

I'm waiting for the new version to arrive. ๐Ÿ‘๐Ÿป especially this one

@uzaxirr what's the policy/release schedule? Anything I can do to help expedite this?

Closing this issue wrt: #200