Skip to content

Commit

Permalink
squash! Add docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gagantrivedi committed Dec 4, 2024
1 parent 295d88f commit 9b89399
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 11 deletions.
4 changes: 2 additions & 2 deletions docs/data-sources/organisation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "flagsmith_organisation Data Source - terraform-provider-flagsmith"
subcategory: ""
description: |-
Flagsmith Organisation/ Remote config
Flagsmith Organisation
---

# flagsmith_organisation (Data Source)

Flagsmith Organisation/ Remote config
Flagsmith Organisation



Expand Down
4 changes: 2 additions & 2 deletions docs/resources/environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "flagsmith_environment Resource - terraform-provider-flagsmith"
subcategory: ""
description: |-
Flagsmith Environment/ Remote config
Flagsmith Environment
---

# flagsmith_environment (Resource)

Flagsmith Environment/ Remote config
Flagsmith Environment



Expand Down
4 changes: 2 additions & 2 deletions docs/resources/project.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
page_title: "flagsmith_project Resource - terraform-provider-flagsmith"
subcategory: ""
description: |-
Flagsmith Project/ Remote config
Flagsmith Project
---

# flagsmith_project (Resource)

Flagsmith Project/ Remote config
Flagsmith Project



Expand Down
2 changes: 1 addition & 1 deletion flagsmith/data_source_organisation.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func (o *organisationDataResource) Configure(ctx context.Context, req datasource
func (o *organisationDataResource) Schema(ctx context.Context, req datasource.SchemaRequest, resp *datasource.SchemaResponse) {
resp.Schema = schema.Schema{
// This description is used by the documentation generator and the language server.
MarkdownDescription: "Flagsmith Organisation/ Remote config",
MarkdownDescription: "Flagsmith Organisation",

Attributes: map[string]schema.Attribute{
"uuid": schema.StringAttribute{
Expand Down
2 changes: 1 addition & 1 deletion flagsmith/resource_environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ func (r *environmentResource) Configure(ctx context.Context, req resource.Config
func (t *environmentResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse) {
resp.Schema = schema.Schema{
// This description is used by the documentation generator and the language server.
MarkdownDescription: "Flagsmith Environment/ Remote config",
MarkdownDescription: "Flagsmith Environment",

Attributes: map[string]schema.Attribute{
"id": schema.Int64Attribute{
Expand Down
1 change: 0 additions & 1 deletion flagsmith/resource_environment_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/acctest"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
//"strings"
"testing"
"strconv"
)
Expand Down
2 changes: 1 addition & 1 deletion flagsmith/resource_project.go
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ func (r *projectResource) Configure(ctx context.Context, req resource.ConfigureR
func (t *projectResource) Schema(ctx context.Context, req resource.SchemaRequest, resp *resource.SchemaResponse) {
resp.Schema = schema.Schema{
// This description is used by the documentation generator and the language server.
MarkdownDescription: "Flagsmith Project/ Remote config",
MarkdownDescription: "Flagsmith Project",

Attributes: map[string]schema.Attribute{
"id": schema.Int64Attribute{
Expand Down
1 change: 0 additions & 1 deletion flagsmith/resource_project_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import (
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/acctest"
"github.com/hashicorp/terraform-plugin-sdk/v2/helper/resource"
"github.com/hashicorp/terraform-plugin-sdk/v2/terraform"
//"strings"
"testing"
"strconv"
)
Expand Down

0 comments on commit 9b89399

Please sign in to comment.