Skip to content

Commit

Permalink
Fix internal field diff in monitoring uptime check (#2053)
Browse files Browse the repository at this point in the history
Merged PR #2053.
  • Loading branch information
rileykarson authored and modular-magician committed Jul 15, 2019
1 parent 796045b commit 41de855
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions products/monitoring/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ overrides: !ruby/object:Overrides::ResourceOverrides
group_display_name: "uptime-check-group"
custom_code: !ruby/object:Provider::Terraform::CustomCode
custom_import: templates/terraform/custom_import/self_link_as_name.erb
decoder: 'templates/terraform/decoders/monitoring_uptime_check_internal.go.erb'
extra_schema_entry: 'templates/terraform/extra_schema_entry/monitoring_uptime_check_config_internal.go.erb'
post_create: templates/terraform/post_create/set_computed_name.erb
properties:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
d.Set("internal_checkers", nil)
return res, nil

0 comments on commit 41de855

Please sign in to comment.