Skip to content

Commit

Permalink
Docs: Generated
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHougaard committed Mar 22, 2024
1 parent 1d6dd5a commit 1009cb8
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions docs/resources/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,21 +29,18 @@ provider "infisical" {
}
resource "infisical_project" "gcp-project" {
name = "GCP Project"
slug = "gcp-project"
organization_slug = "<organization-slug>"
name = "GCP Project"
slug = "gcp-project"
}
resource "infisical_project" "aws-project" {
name = "AWS Project"
slug = "aws-project"
organization_slug = "<organization-slug>"
name = "AWS Project"
slug = "aws-project"
}
resource "infisical_project" "azure-project" {
name = "Azure Project"
slug = "azure-project"
organization_slug = "<organization-slug>"
name = "Azure Project"
slug = "azure-project"
}
```

Expand All @@ -53,7 +50,6 @@ resource "infisical_project" "azure-project" {
### Required

- `name` (String) The name of the project
- `organization_slug` (String) The slug of the organization to which the project belongs
- `slug` (String) The slug of the project

### Read-Only
Expand Down

0 comments on commit 1009cb8

Please sign in to comment.