-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
azurerm_batch_account pool_allocation_mode "UserSubscription" fails #2793
Comments
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@tombuildsstuff I will also have a look on this one. |
Could I bump this please if it's not too much weight on the 2.0.0 proceedings? |
any news on this one? thanks |
This PR will fix the bug described in #2793 when user try to create an Azure Batch account with UserSubscription allocation mode. The resource / data source did not defined the Azure Keyvault reference which is required for that mode.
Fixed via #3535 - thanks @jcorioland :) |
This has been released in version 1.32.0 of the provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. As an example: provider "azurerm" {
version = "~> 1.32.0"
}
# ... other configuration ... |
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks! |
Community Note
Terraform (and AzureRM Provider) Version
Terraform v0.11.10
Affected Resource(s)
azurerm_batch_account
Terraform Configuration Files
azurerm_storage_account and azurerm_batch_account substanzas hcl omitted for brevity.
Debug Output
1 error(s) occurred:
Judging from the ref below, there is no need to supply detailed debug.
Panic Output
N/A
Expected Behavior
Terraform to error because no references to KeyVault resource supplied in the configuration, or, if one were to be, then success output should have resulted.
Actual Behavior
Error as per the above debug output.
Steps to Reproduce
azurerm_batch_account
resource, and specifypool_allocation_mode = "UserSubscription"
, including a supporting azurerm_storage_account resourceterraform apply
Important Factoids
The tests conducted on this resource only covered BatchService not UserSubscription and I am in a corporate environment requiring private node IPs. I thus need to use
UserSubscription
.References
The text was updated successfully, but these errors were encountered: