Open Condabas opened 6 days ago
Hi @Condabas, thanks for opening the issue.
The cli command az postgres server create
is creating postgresql server instead of flexible server, in AzureRM provider, it's azurerm_postgresql_server
and it has a ssl_minimal_tls_version_enforced
property.
For any further questions please leave comments.
Is there an existing issue for this?
Community Note
azurerm_postgresql_flexible_server does not have the options for TLS setting like the azure CLI does.
Missing:
az postgres server create [--admin-password] [--admin-user] [--assign-identity] [--auto-grow {Disabled, Enabled}] [--backup-retention] [--geo-redundant-backup {Disabled, Enabled}] [--infrastructure-encryption {Disabled, Enabled}] [--location] [--minimal-tls-version {TLS1_0, TLS1_1, TLS1_2, TLSEnforcementDisabled}] [--name] [--public] [--resource-group] [--sku-name] [--ssl-enforcement {Disabled, Enabled}] [--storage-size] [--tags] [--version]
Terraform Version
1.9
AzureRM Provider Version
4.9
Affected Resource(s)/Data Source(s)
azurerm_postgresql_flexible_server
Terraform Configuration Files
Debug Output/Panic Output
Expected Behaviour
No response
Actual Behaviour
No response
Steps to Reproduce
No response
Important Factoids
No response
References
No response