Skip to content

Commit

Permalink
Fix firebasehosting CustomDomain issues.details JSON type (GoogleClou…
Browse files Browse the repository at this point in the history
  • Loading branch information
rainshen49 authored Feb 2, 2024
1 parent 433957d commit 45d4728
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions mmv1/products/firebasehosting/CustomDomain.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -355,11 +355,17 @@ properties:
- !ruby/object:Api::Type::String
name: message
description: Error message
- !ruby/object:Api::Type::Array
- !ruby/object:Api::Type::String
name: 'details'
description: |
A list of messages that carry the error details.
item_type: Api::Type::KeyValuePairs
custom_expand: 'templates/terraform/custom_expand/json_schema.erb'
custom_flatten: 'templates/terraform/custom_flatten/json_schema.erb'
state_func:
'func(v interface{}) string { s, _ :=
structure.NormalizeJsonString(v); return s }'
validation: !ruby/object:Provider::Terraform::Validation
function: 'validation.StringIsJSON'
- !ruby/object:Api::Type::NestedObject
name: cert
output: true
Expand Down

0 comments on commit 45d4728

Please sign in to comment.