Skip to content

Commit

Permalink
nit: Updating data source reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
srushti-patl committed Sep 17, 2024
1 parent 879655e commit a814c98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/cloud-router-marketplace-susbscription/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ resource "equinix_fabric_cloud_router" "create_fcr_marketplace_subscription"{
}
marketplace_subscription{
type = var.marketplace_subscription_type
uuid = data.equinix_fabric_market_place_subscription.test.uuid
uuid = data.equinix_fabric_market_place_subscription.subscription.uuid
}
}

0 comments on commit a814c98

Please sign in to comment.