Use API default for monitoring_uptime_check_config http_check port (#2860)

Signed-off-by: Modular Magician <magic-modules@google.com>
This commit is contained in:
The Magician 2019-01-10 17:40:13 -08:00 committed by emily
parent 4df5ab2712
commit cae4d3b22d

View File

@ -104,8 +104,8 @@ func resourceMonitoringUptimeCheckConfig() *schema.Resource {
},
"port": {
Type: schema.TypeInt,
Computed: true,
Optional: true,
Default: 80,
},
"use_ssl": {
Type: schema.TypeBool,