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
Currently (version 0.12.0) when creating "Resource: vra_zone", "placement_policy" attribute only accepts: "One of DEFAULT, SPREAD or BINPACK.".
Currently we are running Aria Automation 8.18 and utilizing "SPREAD BY MEMORY".
Example error when running "terraform plan"
│ Error: "placement_policy" must be one of 'DEFAULT', 'SPREAD', 'BINPACK'
│
│ with vra_zone.my_zone1,
│ on main.tf line 15, in resource "vra_zone" "my_zone1":
│ 15: placement_policy = "SPREAD_MEMORY"
│
Describe alternatives you've considered "placement_policy" is limited to
We are importing this resource, we have to go in manually in the GUI and set our desired policy.
Community Note
Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
If you are interested in working on this issue or have submitted a pull request, please leave a comment
The text was updated successfully, but these errors were encountered:
Code of Conduct
This project has a Code of Conduct that all participants are expected to understand and follow:
Description
Currently (version 0.12.0) when creating "Resource: vra_zone", "placement_policy" attribute only accepts: "One of DEFAULT, SPREAD or BINPACK.".
Currently we are running Aria Automation 8.18 and utilizing "SPREAD BY MEMORY".
Example error when running "terraform plan"
│ Error: "placement_policy" must be one of 'DEFAULT', 'SPREAD', 'BINPACK'
│
│ with vra_zone.my_zone1,
│ on main.tf line 15, in resource "vra_zone" "my_zone1":
│ 15: placement_policy = "SPREAD_MEMORY"
│
Describe alternatives you've considered "placement_policy" is limited to
We are importing this resource, we have to go in manually in the GUI and set our desired policy.
Community Note
The text was updated successfully, but these errors were encountered: