From cae4d3b22daea0db57d1442b828058f91ea2af89 Mon Sep 17 00:00:00 2001 From: The Magician Date: Thu, 10 Jan 2019 17:40:13 -0800 Subject: [PATCH] Use API default for monitoring_uptime_check_config http_check port (#2860) Signed-off-by: Modular Magician --- google/resource_monitoring_uptime_check_config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/google/resource_monitoring_uptime_check_config.go b/google/resource_monitoring_uptime_check_config.go index 28eb8bea..16e1f0a5 100644 --- a/google/resource_monitoring_uptime_check_config.go +++ b/google/resource_monitoring_uptime_check_config.go @@ -104,8 +104,8 @@ func resourceMonitoringUptimeCheckConfig() *schema.Resource { }, "port": { Type: schema.TypeInt, + Computed: true, Optional: true, - Default: 80, }, "use_ssl": { Type: schema.TypeBool,