Skip to content

Commit

Permalink
Attempt-deadline default value
Browse files Browse the repository at this point in the history
Add value for overriding default or empty value for attempt-deadline property.
  • Loading branch information
guillaumeblaquiere authored Jan 14, 2020
1 parent dfe3bfd commit 9ae963c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions products/cloudscheduler/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ overrides: !ruby/object:Overrides::ResourceOverrides
custom_flatten: 'templates/terraform/custom_flatten/http_headers.erb'
validation: !ruby/object:Provider::Terraform::Validation
function: 'validateHttpHeaders()'
attemptDeadline: !ruby/object:Overrides::Terraform::PropertyOverride
diff_suppress_func: 'emptyOrDefaultStringSuppress("180s")'
appEngineHttpTarget.appEngineRouting: !ruby/object:Overrides::Terraform::PropertyOverride
# `appEngineRouting` in API response is useless, so we want to ignore that and set config
# values to the state. `ignore_read: true` is the option for that, but it doesn't work for
Expand Down

0 comments on commit 9ae963c

Please sign in to comment.