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

feat: add identity user data source and resource #166

Merged
merged 1 commit into from
Nov 26, 2020

Conversation

matejvelikonja
Copy link
Contributor

This PR adds a new data resources ovh_me_identity_user and ovh_me_identity_users and a new resource ovh_me_identity_user.

Related OVH API: https://api.ovh.com/console/#/me/identity/user#GET

data "ovh_me_identity_user" "my_user" {
   user = "my_user_login"
}

data "ovh_me_identity_users" "users" {}

resource "ovh_me_identity_user" "my_user" {
   description = "Some custom description"
   email       = "my_login@example.com"
   group       = "DEFAULT"
   login       = "my_login"
   password    = "super-s3cr3t!password"
}

@pgaxatte
Copy link
Collaborator

Hello @matejvelikonja

Thank you for your awesome contribution!

We are actively reviewing this PR but the CI is currently not functioning (consequently to our move from the terraform-providers organization).
So we might merge this PR before finishing the fix of the CI (and some other stuff we have on our todo list) but we won't release until we have the CI running again.

@yanndegat yanndegat merged commit 013c48c into ovh:master Nov 26, 2020
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 this pull request may close these issues.

None yet

3 participants