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,