Skip to content

Commit

Permalink
NFV-25324: add schema for cloudInitFileId in secondary device data so…
Browse files Browse the repository at this point in the history
…urce
  • Loading branch information
rling-equinix committed Jul 27, 2023
1 parent 138dfb9 commit d7f6623
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 d7f6623

Please sign in to comment.