Skip to content

Commit

Permalink
misc: updated conditions v2 doc to include secretPath
Browse files Browse the repository at this point in the history
  • Loading branch information
sheensantoscapadngan committed Dec 13, 2024
1 parent dfaba5b commit 23958e3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/resources/project_role.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,9 @@ resource "infisical_project_role" "biller" {
"$in" = ["dev", "prod"]
"$eq" = "dev"
}
secretPath = {
"$eq" = "/"
}
})
},
]
Expand Down
3 changes: 3 additions & 0 deletions examples/resources/infisical_project_role/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ resource "infisical_project_role" "biller" {
"$in" = ["dev", "prod"]
"$eq" = "dev"
}
secretPath = {
"$eq" = "/"
}
})
},
]
Expand Down

0 comments on commit 23958e3

Please sign in to comment.