Skip to content

Commit

Permalink
Fix building resource test data
Browse files Browse the repository at this point in the history
  • Loading branch information
danischm committed Feb 20, 2024
1 parent b574a0e commit 6a4c884
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gen/definitions/building.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,14 @@ attributes:
type: String
description: The country of the building
example: United States
minimum_test_value: '"United States"'
- model_name: address
data_path: site.building
response_data_path: response.0.additionalInfo.0.attributes.address
type: String
description: The address of the building
example: 150 W Tasman Dr, San Jose
minimum_test_value: '"150 W Tasman Dr, San Jose"'
- model_name: latitude
data_path: site.building
response_data_path: response.0.additionalInfo.0.attributes.latitude
Expand Down
2 changes: 2 additions & 0 deletions internal/provider/resource_catalystcenter_building_test.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6a4c884

Please sign in to comment.