Skip to content

Commit

Permalink
Merge pull request #349 from rling-equinix/rui_develop
Browse files Browse the repository at this point in the history
NFV-25324: add schema for cloudInitFileId in secondary device data source
  • Loading branch information
ctreatma authored Jul 27, 2023
2 parents 138dfb9 + d7f6623 commit 1362833
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions equinix/data_source_network_device.go
Original file line number Diff line number Diff line change
Expand Up @@ -336,6 +336,11 @@ func createDataSourceNetworkDeviceSchema() map[string]*schema.Schema {
Computed: true,
Description: neDeviceDescriptions["LicenseFileID"],
},
neDeviceSchemaNames["CloudInitFileID"]: {
Type: schema.TypeString,
Computed: true,
Description: neDeviceDescriptions["CloudInitFileID"],
},
neDeviceSchemaNames["ACLTemplateUUID"]: {
Type: schema.TypeString,
Computed: true,
Expand Down

0 comments on commit 1362833

Please sign in to comment.