Skip to content
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

Adding Fsv2 family to azurerm_mssql_elasticpool sku #14203

Closed
geremy42 opened this issue Nov 16, 2021 · 5 comments · Fixed by #14250
Closed

Adding Fsv2 family to azurerm_mssql_elasticpool sku #14203

geremy42 opened this issue Nov 16, 2021 · 5 comments · Fixed by #14250
Labels
enhancement service/mssql Microsoft SQL Server
Milestone

Comments

@geremy42
Copy link

Terraform (and AzureRM Provider) Version

azurerm 2.85.0

Affected Resource(s)

azurerm_mssql_elasticpool

Terraform Configuration Files

sku {
   name    = "GP_FSv2"
   tier        = "GeneralPurpose"
   capacity = 8
}

Debug Output

image

Expected Behaviour

SQL Elastic Pool can be provisioned on General Purpose FSv2 series with sku family value equals to "Fsv2"

Steps to Reproduce

  1. Configure the sku for azurerm_mssql_elasticpool as per the code above.
    
  2. Run terraform plan
    
@koikonom koikonom added bug service/mssql Microsoft SQL Server enhancement and removed bug labels Nov 16, 2021
@aristosvo
Copy link
Collaborator

Hi @geremy42! Thanks for this issue.

I believe the family option is already available in this resource according to the docs here, which can contain Gen4 and Gen5. We cannot fill this in for you, as this differs per SKU whether this is necessary or not iirc.

Could you retry it with the needed family attribute specified?

@geremy42
Copy link
Author

Already tried to specify 'Gen4' as family value without any success
image

@aristosvo
Copy link
Collaborator

@geremy42 Sorry, I think I misunderstood you. The PR is filed (#14250), tests are passing!

katbyte pushed a commit that referenced this issue Nov 18, 2021
@katbyte katbyte added this to the v2.86.0 milestone Nov 19, 2021
@github-actions
Copy link

This functionality has been released in v2.86.0 of the Terraform Provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading.

For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template. Thank you!

@github-actions
Copy link

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.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement service/mssql Microsoft SQL Server
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants