Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datasource subnets subnet_name throwing error #128

Closed
yannickstruyf3 opened this issue May 22, 2020 · 0 comments · Fixed by #129
Closed

Datasource subnets subnet_name throwing error #128

yannickstruyf3 opened this issue May 22, 2020 · 0 comments · Fixed by #129

Comments

@yannickstruyf3
Copy link
Collaborator

Nutanix Cluster Information

PC 5.11

Terraform Version

Terraform v0.12.24

Affected Resource(s)

  • nutanix_subnet

Terraform Configuration Files

data "nutanix_subnet" "prod" {
  subnet_name = var.network_name
}

Debug Output

Error: error: {
  "api_version": "3.1",
  "code": 400,
  "kind": "virtual_network",
  "message_list": [
    {
      "message": "Given input is invalid. Schema empty or does not contain type for subnet_name",
      "reason": "INVALID_ARGUMENT"
    }
  ],
  "state": "ERROR"
}

yannickstruyf3 added a commit to yannickstruyf3/terraform-provider-nutanix that referenced this issue May 22, 2020
marinsalinas added a commit that referenced this issue May 22, 2020
Fix for #128 Changed parameter for subnet filter
yannickstruyf3 added a commit to yannickstruyf3/terraform-provider-nutanix that referenced this issue Nov 9, 2021
yannickstruyf3 pushed a commit to yannickstruyf3/terraform-provider-nutanix that referenced this issue Nov 9, 2021
Fix for nutanix#128 Changed parameter for subnet filter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant