Skip to content

Commit

Permalink
scheduler_job: add ignore_read just for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
tmshn committed Sep 17, 2019
1 parent 57ae5b4 commit 7e3743f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions products/cloudscheduler/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@ overrides: !ruby/object:Overrides::ResourceOverrides
validation: !ruby/object:Provider::Terraform::Validation
function: 'validateHttpHeaders()'
appEngineHttpTarget.appEngineRouting: !ruby/object:Overrides::Terraform::PropertyOverride
# This is _correct_, but we don't support ignore_read on nested fields
# so we use a custom_flatten for now.
# https://github.com/GoogleCloudPlatform/magic-modules/issues/1019
ignore_read: true
custom_flatten: templates/terraform/custom_flatten/cloudscheduler_job_appenginerouting.go.erb
region: !ruby/object:Overrides::Terraform::PropertyOverride
default_from_api: true
Expand Down

0 comments on commit 7e3743f

Please sign in to comment.