Skip to content

Commit

Permalink
exclude entity_id and project_team in terraform.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
megan07 committed Sep 25, 2019
1 parent 56aa5a5 commit e7a8a1a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions products/storage/api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ objects:
- !ruby/object:Api::Type::String
name: 'entityId'
description: 'The ID for the entity'
output: true
# | 'etag' is not applicable for state convergence.
- !ruby/object:Api::Type::String
name: 'id'
Expand All @@ -514,6 +515,7 @@ objects:
- !ruby/object:Api::Type::NestedObject
name: 'projectTeam'
description: 'The project team associated with the entity'
output: true
properties:
- !ruby/object:Api::Type::String
name: 'projectNumber'
Expand Down
5 changes: 3 additions & 2 deletions products/storage/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ overrides: !ruby/object:Overrides::ResourceOverrides
exclude: true
bucket: !ruby/object:Overrides::Terraform::PropertyOverride
custom_expand: 'templates/terraform/custom_expand/resourceref_as_string.go.erb'
# entityId and projectTeam don't seem to actually part of the schema
entityId: !ruby/object:Overrides::Terraform::PropertyOverride
output: true
exclude: true
projectTeam: !ruby/object:Overrides::Terraform::PropertyOverride
output: true
exclude: true
ObjectAccessControl: !ruby/object:Overrides::Terraform::ResourceOverride
examples:
- !ruby/object:Provider::Terraform::Examples
Expand Down

0 comments on commit e7a8a1a

Please sign in to comment.