Skip to content

Commit

Permalink
Use standard diff suppress function
Browse files Browse the repository at this point in the history
  • Loading branch information
Krishnan Gopal committed Mar 12, 2024
1 parent e1167fa commit a525404
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 16 deletions.
4 changes: 1 addition & 3 deletions mmv1/products/apphub/Workload.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ name: Workload
description: 'Workload represents a binary deployment (such as Managed Instance Groups (MIGs), GKE deployments, etc.) that performs the smallest logical subset of business functionality.
It registers identified workload to the Application.'
autogen_async: true
custom_code: !ruby/object:Provider::Terraform::CustomCode
constants: 'templates/terraform/constants/apphub_discovered_resource.go.erb'
examples:
- !ruby/object:Provider::Terraform::Examples
name: "apphub_workload_basic"
Expand Down Expand Up @@ -142,7 +140,7 @@ properties:
description: 'Properties of an underlying compute resource represented by the Workload. '
- !ruby/object:Api::Type::String
name: discoveredWorkload
diff_suppress_func: 'DiscoveredResourceProjectNumberDiffSuppress'
diff_suppress_func: 'tpgresource.ProjectNumberDiffSuppress'
description: 'Immutable. The resource name of the original discovered workload. '
required: true
immutable: true
Expand Down

This file was deleted.

0 comments on commit a525404

Please sign in to comment.