Skip to content

Commit 4fc461d

Browse files
authored
Merge pull request hashicorp#343 from modular-magician/codegen-pr-1234
Use API default for monitoring_uptime_check_config http_check port
2 parents b0cce2f + 8aec607 commit 4fc461d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google-beta/resource_monitoring_uptime_check_config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,8 +104,8 @@ func resourceMonitoringUptimeCheckConfig() *schema.Resource {
104104
},
105105
"port": {
106106
Type: schema.TypeInt,
107+
Computed: true,
107108
Optional: true,
108-
Default: 80,
109109
},
110110
"use_ssl": {
111111
Type: schema.TypeBool,

0 commit comments

Comments
 (0)