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
When creating a crusoe_instance_template resource using the Crusoe Cloud Terraform provider (version 0.5.18), Terraform encounters an error indicating that the provider returned an invalid result object after the apply operation. Specifically, the reservation_id field remains unknown, causing Terraform to report a bug in the provider.
crusoe_instance_template.my_template: Creating...
╷
│ Error: Provider returned invalid result object after apply
│
│ After the apply operation, the provider still indicated an unknown value for crusoe_instance_template.my_template.reservation_id. All values must be known after apply, so this
│ is always a bug in the provider and should be reported in the provider's own repository. Terraform will still save the other known object values in the state.
╵
Steps to Reproduce
Define the crusoe_instance_template resource as shown in the Terraform configuration above.
Run terraform apply.
Expected Behavior
The crusoe_instance_template resource should be created successfully, with all its attributes, including reservation_id, known after the apply operation.
Actual Behavior
The reservation_id attribute remains unknown after the apply operation, causing Terraform to report an error indicating a bug in the provider.
Description
When creating a
crusoe_instance_template
resource using the Crusoe Cloud Terraform provider (version0.5.18
), Terraform encounters an error indicating that the provider returned an invalid result object after the apply operation. Specifically, thereservation_id
field remains unknown, causing Terraform to report a bug in the provider.Terraform Configuration
Error Message
Steps to Reproduce
crusoe_instance_template
resource as shown in the Terraform configuration above.terraform apply
.Expected Behavior
The
crusoe_instance_template
resource should be created successfully, with all its attributes, including reservation_id, known after the apply operation.Actual Behavior
The
reservation_id
attribute remains unknown after the apply operation, causing Terraform to report an error indicating a bug in the provider.Environment
Terraform version: 1.8.4
Crusoe provider version: 0.5.18
Please investigate this issue and provide a fix or guidance on how to proceed. Thank you.
The text was updated successfully, but these errors were encountered: