hashicorp / terraform-provider-azurerm

Terraform provider for Azure Resource Manager
https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs
Mozilla Public License 2.0
4.6k stars 4.65k forks source link

Documentation Amendment #14417

Closed dewhurstwill closed 2 years ago

dewhurstwill commented 2 years ago

Community Note

Terraform (and AzureRM Provider) Version

Terraform v1.0.4 on darwin_amd64

Affected Resource(s)

N/A

Terraform Configuration Files

N/A

Debug Output

N/A

Panic Output

N/A

Expected Behaviour

Documentation should contain

resource "azurerm_synapse_sql_pool_extended_auditing_policy" "example" {
  sql_pool_id = azurerm_synapse_sql_pool.example.id
  ...
}

Actual Behaviour

Documentation currently contains

resource "azurerm_synapse_sql_pool_extended_auditing_policy" "example" {
  server_id = azurerm_synapse_sql_pool.example.id
  ...
}

Steps to Reproduce

N/A

References

https://registry.terraform.io/providers/hashicorp/azurerm/latest/docs/resources/synapse_sql_pool_extended_auditing_policy

github-actions[bot] commented 2 years ago

This functionality has been released in v2.88.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[bot] commented 2 years ago

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.