azure::sql-firewall-rule¶
Creates a sql firewall rule.
Example¶
azure::sql-firewall-rule firewall
start-ip-address: "10.0.0.0"
name: "test firewall rule"
sql-server: $(azure::sql-server sql-server-example)
end
Attributes¶
Attribute | Description |
---|---|
start-ip-address | The starting or only ip address of the firewall rule. (Required) |
end-ip-address | The ending ip address of the firewall rule. |
name | The name of the firewall rule. (Required) |
sql-server | The SQL Server where the Firewall Rule is found. (Required) |
Outputs¶
Attribute | Description |
---|---|
id | The ID of the firewall rule. |