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

Provider expects first and last name, not full name #22

Open
AnonymousWP opened this issue Sep 30, 2022 · 1 comment · May be fixed by #23
Open

Provider expects first and last name, not full name #22

AnonymousWP opened this issue Sep 30, 2022 · 1 comment · May be fixed by #23

Comments

@AnonymousWP
Copy link

Environment

  • Graylog version: 4.3.7
  • OS (client side):
    • ex. Windows 10
  • The result of terraform version:
$ terraform version
Terraform v1.0.7
+ provider.graylog v1.3.0

Overview

The example for user.tf contains a full name, but Graylog expects a first and last name, see:

image

Besides, Terraform complains about conflicting configuration arguments if full_name, first_name and last_name are used in combination with each other:

image

When I removed the full_name, it worked.

Expected behavior

A correct example format in https://github.com/zahiar/terraform-provider-graylog/blob/master/examples/v0.12/user.tf.

Actual behavior

An incorrect example.

How to reproduce

Apply https://github.com/zahiar/terraform-provider-graylog/blob/master/examples/v0.12/user.tf.

@AnonymousWP AnonymousWP linked a pull request Sep 30, 2022 that will close this issue
@strangeman
Copy link

Also, for Graylog 4.0+ need to bump api_version to v4

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.

2 participants