Skip to content

Commit

Permalink
use get property based on terraform name
Browse files Browse the repository at this point in the history
  • Loading branch information
dikhan committed Sep 20, 2019
1 parent 96c7d94 commit f53c126
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openapi/openapi_spec_resource_schema_definition.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ func (s *specSchemaDefinition) createDataSourceSchema() (map[string]*schema.Sche
}
for propertyName := range terraformSchema {
// TODO: to be tested
p, err := s.getProperty(propertyName)
p, err := s.getPropertyBasedOnTerraformName(propertyName)
if err != nil {
return nil, err
}
Expand Down

0 comments on commit f53c126

Please sign in to comment.