civo / terraform-provider-civo

Terraform Civo provider
https://www.civo.com
Mozilla Public License 2.0
65 stars 51 forks source link

[BUG] civo_network resource using the word label incorrectly #227

Open fernando-villalba opened 2 weeks ago

fernando-villalba commented 2 weeks ago

Description

The civo_network resource takes exactly one parameter called label to name it.

This parameter should be called name as this is not exactly a label.

This is also a problem if in the future we add the ability to add labels to the network

resource "civo_network" "test-issue" {
    label = "test-something"
}

One of the outputs for the network is called name, we need to change that to be the actual name as the input of the user, the current output name that this is giving is incorrect and not useful for anything

Acceptance criteria

Screenshots

No response

Additional information

No response

uzaxirr commented 1 week ago

This is an API dependent issue.