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
| 2021-06-01 | Stable (GA) | Earlier GA features +<br>Server CRUD<br>CheckNameAvailability<br>Configurations (Server parameters)<br>Database<br>Firewall rules<br>Private<br>DNS zone suffix<br>PITR<br>Server Restart<br>Server Start<br>Server Stop<br>Maintenance window<br>Virtual network subnet usage<br> |
31
31
32
+
## Using preview versions of API from Terraform
33
+
34
+
[Terraform](https://www.hashicorp.com/products/terraform) is an infrastructure-as-code software tool created by HashiCorp. Users define and provide data center infrastructure using a declarative configuration language known as HashiCorp Configuration Language (HCL), or optionally JSON.
35
+
Terraform community releases regular updates for **[Azure Resource Manager (AzureRM) Terraform provider](https://registry.terraform.io/providers/hashicorp/he AzAPI provider features the following benefits:
36
+
37
+
Supports all Azure services:
38
+
Private preview services and features
39
+
Public preview services and features
40
+
All API versions
41
+
Full Terraform state file fidelity
42
+
Properties and values are saved to state
43
+
No dependency on Swagger
44
+
Common and consistent Azure authenticationazurerm/latest/docs/resources/postgresql_flexible_server)** that allows IaC management for Azure Database for PostgreSQL - Flexible Server based on GA Azure RM API. If particular feature currently is in Preview API, but has not been yet incorporated into GA API and AzureRM Terraform provider, you can use **AzAPI Terraform provider** to call Preview API directly. **The AzAPI provider** is a thin layer on top of the Azure ARM REST APIs. The AzAPI provider enables you to manage any Azure resource type using any API version.
45
+
46
+
The AzAPI provider features the following benefits:
47
+
48
+
* Supports all Azure services:
49
+
* Private preview services and features
50
+
* Public preview services and features
51
+
* All API versions
52
+
* Full Terraform state file fidelity
53
+
* Properties and values are saved to state
54
+
* No dependency on Swagger
55
+
* Common and consistent Azure authentication
56
+
57
+
The [AzAPI2AzureRM](https://github.com/Azure/azapi2azurerm/releases) is an open source tool that's designed to help migrate from the AzAPI provider to the AzureRM provider.
0 commit comments