Skip to content

Commit

Permalink
Corrected the data source name
Browse files Browse the repository at this point in the history
  • Loading branch information
the-akhil-nair committed Sep 17, 2024
1 parent 9118c0b commit 68a5c13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/common/firmware_server_configuration.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ resource "intersight_firmware_server_configuration_utility_distributable" "scu1"
data "intersight_softwarerepository_catalog" "catalog"{
organization {
class_id = "organization.Organization"
moid = data.intersight_organization_organization.organization.id
moid = data.intersight_organization_organization.default.results.0.moid
}
}

0 comments on commit 68a5c13

Please sign in to comment.