You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to be able to generate S3 credentials for a public cloud user from Terraform.
It works from OpenStack CLI or OVH manager.
But from Terraform it does not work using the OpenStack provider and the OVH provider does not provide a way to generate S3 credentials.
I have the exact same issue.
I found the API endpoints that allow the creation/deletion of S3 Credentials. I'm now working on adding a resource to the provider. I have a POC working and I hope to be able to raise a PR in the next couple of days.
Hello,
I would like to be able to generate S3 credentials for a public cloud user from Terraform.
It works from OpenStack CLI or OVH manager.
But from Terraform it does not work using the OpenStack provider and the OVH provider does not provide a way to generate S3 credentials.
Terraform Version
Affected Resource(s)
Terraform Configuration Files
The user used by the OpenStack provider has Administrator role.
Expected Behavior
OVH provider should provide a way to generate S3 credentials.
Or openstack_identity_user_v3 and openstack_identity_ec2_credential_v3 should succeed.
Actual Behavior
I got a permission issue with openstack_identity_user_v3
Steps to Reproduce
terraform apply
Has anyone been able to generate S3 credentials from Terraform?
Thanks
The text was updated successfully, but these errors were encountered: