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
╷
│ Error: expected spark_version to be one of [2.4 3.1 3.2], got 3.3
│
│ with module.synapse_workspace_private.azurerm_synapse_spark_pool.synapse[0],
│ on modules/synapse-workspace-private/synapse-spark-pool.tf line 8, in resource "azurerm_synapse_spark_pool""synapse":
│ 8: spark_version = var.spark_pool_version
│
╵
Releasing state lock. This may take a few moments...
##[error]Bash exited with code '1'.
Expected Behaviour
The provider should accept "3.3" as a valid value for spark_version.
Actual Behaviour
The provider only accepts "2.4", "3.1", or "3.2" as valid values for spark_version.
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.
If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.
Is there an existing issue for this?
Community Note
Terraform Version
1.3.3
AzureRM Provider Version
3.22.0
Affected Resource(s)/Data Source(s)
azurerm_synapse_spark_pool
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
The provider should accept "3.3" as a valid value for
spark_version
.Actual Behaviour
The provider only accepts "2.4", "3.1", or "3.2" as valid values for
spark_version
.Steps to Reproduce
No response
Important Factoids
No response
References
Previous provider update to support Spark 3.2:
https://github.com/hashicorp/terraform-provider-azurerm/pull/16906/files
Microsoft documentation on Spark 3.3 availability:
https://learn.microsoft.com/en-us/azure/synapse-analytics/spark/apache-spark-33-runtime
The text was updated successfully, but these errors were encountered: