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

Fix add role ai training reader #475

Merged
merged 2 commits into from
Oct 9, 2023

Conversation

Tiboau
Copy link
Contributor

@Tiboau Tiboau commented Sep 25, 2023

Description

Add role ia_training_read

Type of change

  • Bug fix (non-breaking change which fixes an issue)

How Has This Been Tested?

 ~/Templates % terraform apply -auto-approve  
[...]
Terraform used the selected providers to generate the following execution plan. Resource actions are indicated with the following symbols:
  + create

Terraform will perform the following actions:

  # ovh_cloud_project_user.ai-user will be created
  + resource "ovh_cloud_project_user" "ai-user" {
      + creation_date = (known after apply)
      + id            = (known after apply)
      + openstack_rc  = (known after apply)
      + password      = (sensitive value)
      + role_names    = [
          + "ai_training_operator",
          + "ai_training_read",
          + "objectstore_operator",
        ]
[...]

Plan: 1 to add, 0 to change, 0 to destroy.
[...]
Apply complete! Resources: 1 added, 0 changed, 0 destroyed.

@rbeuque74 rbeuque74 added this to the v0.35.0 milestone Oct 9, 2023
@rbeuque74 rbeuque74 self-assigned this Oct 9, 2023
@rbeuque74
Copy link
Member

Hello @Tibauo
Thanks for your contribution.
We will review it, and plan to include it in our next release.

@rbeuque74 rbeuque74 merged commit 54aed1a into ovh:master Oct 9, 2023
@Tiboau Tiboau deleted the fix-add-role-ai-training-reader branch November 27, 2023 11:02
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.

[BUG] Missing role AI Training Reader for ovh_cloud_project_user resource
2 participants