data "apstra_device_profile_map" "all" {}
output would include a map of device profile attributes keyed by id
This is different from most other plural-type data sources: those only return a list of ID.
This one needs to be different because we don't have a complementary singular-type resource which can be used to retrieve the interesting details.
output would include a map of device profile attributes keyed by
idThis is different from most other plural-type data sources: those only return a list of ID.
This one needs to be different because we don't have a complementary singular-type resource which can be used to retrieve the interesting details.