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'm found your problem. The customization settings are editable only if Guest Customization is enabled.
The settings Auto Generate Password is enabled in your vapp template but the guest customization is disabled.
So the parameter auto_generate_password = false in your terraform configuration is not applied.
If you do not know the state of the fields provided by the vapp template, it's recommended that you configure terraform implicity because this attribute is "Optional and Compute". If you define no configuration for this field the provider call API and get the value.
Terraform Core Version
1.7.3
Cloud Avenue Provider Version
0.15.4
Affected Resource(s)
Hi,
ressource cloudavenue_vm
https://registry.terraform.io/providers/orange-cloudavenue/cloudavenue/latest/docs/resources/vm
Expected Behavior
Hi,
If I run an unchanged CI twice, I should get the same result.
Actual Behavior
Hi,
Our CI executes the same stage at different times and gets different results. The code, Terraform version, and provider version remain unchanged.
Relevant Error/Panic Output Snippet
No response
Terraform Configuration Files
Hi,
Steps to Reproduce
Hi,
Here is the code used:
Debug Output
Hi,
Due to the character limit, I'm attaching screenshots here. I can grant you access to the relevant project if you'd like.
Here are the results for a CI executed on February 1st, 2024 :
Here are the results for a CI executed on February 28, 2024 :
Panic Output
No response
Important Factoids
Hi ,
For both executions of our CI, the context remains unchanged :
image hashicorp/terraform:1.5.7
go version go1.20.11 linux/amd64
All go libraries were checked.
Installing orange-cloudavenue/cloudavenue v0.15.4
Resume :
Same CI executed on February 1st and 28, 2024.
Only the one from the 28th presents the following error during VM creation:
References
No response
Would you like to implement a fix?
None
The text was updated successfully, but these errors were encountered: