-
Notifications
You must be signed in to change notification settings - Fork 3
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
[Bug] cloudavenue_iam_user_saml
Unexpected new value for quotas
#875
Comments
Have you tried with a real user ? Because in our test we test the definition of quotas terraform-provider-cloudavenue/internal/testsacc/iam_user_saml_resource_test.go Lines 93 to 111 in 53e7e5f
|
cloudavenue_iam_user_saml
Unexpected new value for quotas
Were you able to try ? |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Terraform Core Version
1.10.1
Cloud Avenue Provider Version
0.22.0
Affected Resource(s)
cloudavenue_iam_user_saml
Expected Behavior
No errors when "deployed_vm_quota" or "stored_vm_quotas" is not 0
Actual Behavior
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to module.users_chartres["john_doe"].cloudavenue_iam_user_saml.saml_user[0], provider
│ "provider["registry.terraform.io/orange-cloudavenue/cloudavenue"].chartres" produced an unexpected new value: .deployed_vm_quota: was cty.NumberIntVal(2),
│ but now cty.NumberIntVal(0)..
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
╵
╷
│ Error: Provider produced inconsistent result after apply
│
│ When applying changes to module.users_chartres["john_doe"].cloudavenue_iam_user_saml.saml_user[0], provider
│ "provider["registry.terraform.io/orange-cloudavenue/cloudavenue"].chartres" produced an unexpected new value: .stored_vm_quota: was cty.NumberIntVal(3),
│ but now cty.NumberIntVal(0).
│
│ This is a bug in the provider, which should be reported in the provider's own issue tracker.
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Through a module , but I'm using following resource :
Steps to Reproduce
terraform init
terrfaform plan
terraform apply
Debug Output
No response
Panic Output
No response
Important Factoids
No response
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: