Skip to content

Commit

Permalink
Merge pull request #57 from Infisical/misc/address-doc-fix-project-group
Browse files Browse the repository at this point in the history
misc: updated project group documentation to use id
  • Loading branch information
sheensantoscapadngan authored Sep 24, 2024
2 parents ee65bcc + edac906 commit 8a31eab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/resources/project_group.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ resource "infisical_project" "example" {
resource "infisical_project_group" "group" {
project_id = infisical_project.example.id
group_slug = "my-group"
group_id = "<>"
roles = [
{
role_slug = "admin",
Expand Down
2 changes: 1 addition & 1 deletion examples/resources/infisical_project_group/resource.tf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resource "infisical_project" "example" {

resource "infisical_project_group" "group" {
project_id = infisical_project.example.id
group_slug = "my-group"
group_id = "<>"
roles = [
{
role_slug = "admin",
Expand Down

0 comments on commit 8a31eab

Please sign in to comment.