Skip to content

Commit 2fe6582

Browse files
committed
correction to data source
1 parent 57633f4 commit 2fe6582

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/profiles/data_sources.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ data "terraform_remote_state" "remote_policies" {
2525
config = {
2626
organization = each.value.tfc_organization
2727
workspaces = {
28-
name = each.value.profiles_ws
28+
name = each.value.policies_ws
2929
}
3030
}
3131
}

0 commit comments

Comments
 (0)