Skip to content

Commit

Permalink
Temporarily made metadata field not updatable to prove that only thes…
Browse files Browse the repository at this point in the history
…e changes are required to make the tests pass
  • Loading branch information
melinath committed May 16, 2023
1 parent f380e41 commit f22a9e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mmv1/products/notebooks/Instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ examples:
service_account: :SERVICE_ACCT
custom_code: !ruby/object:Provider::Terraform::CustomCode
constants: templates/terraform/constants/notebooks_instance.go
update_encoder: templates/terraform/update_encoder/notebooks_instance.go
# update_encoder: templates/terraform/update_encoder/notebooks_instance.go
parameters:
- !ruby/object:Api::Type::ResourceRef
name: 'location'
Expand Down Expand Up @@ -366,8 +366,8 @@ properties:
# This was added as part of https://github.com/GoogleCloudPlatform/magic-modules/pull/3761 to
# avoid detecting drift, since this field is partially server-managed.
ignore_read: true
update_verb: :PATCH
update_url: 'projects/{{project}}/locations/{{location}}/instances/{{name}}:updateMetadataItems'
# update_verb: :PATCH
# update_url: 'projects/{{project}}/locations/{{location}}/instances/{{name}}:updateMetadataItems'
- !ruby/object:Api::Type::Time
name: 'createTime'
description: 'Instance creation time'
Expand Down

0 comments on commit f22a9e4

Please sign in to comment.