Skip to content

Commit

Permalink
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.299.4
Browse files Browse the repository at this point in the history
  • Loading branch information
speakeasybot authored and pauly4it committed Jun 1, 2024
1 parent 0008ac9 commit 383ddab
Show file tree
Hide file tree
Showing 80 changed files with 165 additions and 148 deletions.
6 changes: 3 additions & 3 deletions .speakeasy/gen.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ id: 53fed213-041c-4563-833e-e9ee4d3bb0ba
management:
docChecksum: 23e1d1699a3a5304c5c38fd685db6a38
docVersion: 2.0.0
speakeasyVersion: 1.299.3
speakeasyVersion: 1.299.4
generationVersion: 2.338.7
releaseVersion: 0.2.1
configChecksum: 1ac161d6269f26d5d7f240c298ea1d43
releaseVersion: 0.2.2
configChecksum: 45e37886be57c21d59de167c2d74d652
repoURL: https://github.com/StyraInc/terraform-provider-styra.git
features:
terraform:
Expand Down
2 changes: 1 addition & 1 deletion .speakeasy/gen.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ generation:
auth:
oAuth2ClientCredentialsEnabled: true
terraform:
version: 0.2.1
version: 0.2.2
additionalDataSources: []
additionalDependencies: {}
additionalResources: []
Expand Down
10 changes: 5 additions & 5 deletions .speakeasy/workflow.lock
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
speakeasyVersion: 1.299.3
speakeasyVersion: 1.299.4
sources:
openapi:
sourceNamespace: openapi
sourceRevisionDigest: sha256:79dc0ee67333031922ec01d53bb362c6deadf37b0df4fefc1bd61fb5926c95e2
sourceBlobDigest: sha256:a86b14ed4d8bd843a1890cdb31cc04a5bae41eac1338e12774beb82d48d8201c
sourceRevisionDigest: sha256:0cfd4f9dd2ceefe559d7793060a790b9991d3963f72ae942b49e7f80c1c55994
sourceBlobDigest: sha256:d4c7433ec421d8e47902a875bed7e811c91c1e4a785424f5dc2a54b746d9edae
tags:
- latest
- main
targets:
styra-terraform:
source: openapi
sourceNamespace: openapi
sourceRevisionDigest: sha256:79dc0ee67333031922ec01d53bb362c6deadf37b0df4fefc1bd61fb5926c95e2
sourceBlobDigest: sha256:a86b14ed4d8bd843a1890cdb31cc04a5bae41eac1338e12774beb82d48d8201c
sourceRevisionDigest: sha256:0cfd4f9dd2ceefe559d7793060a790b9991d3963f72ae942b49e7f80c1c55994
sourceBlobDigest: sha256:d4c7433ec421d8e47902a875bed7e811c91c1e4a785424f5dc2a54b746d9edae
outLocation: /github/workspace/repo
workflow:
workflowVersion: 1.0.0
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@
Styra Declarative Authorization Service (DAS) - The Enterprise OPA Manager providing unified policy management across the cloud native stack.

This Styra DAS Terraform provider enables managing Styra DAS resources with Terraform.

<!-- No SDK Installation -->
<!-- No SDK Example Usage -->
<!-- No SDK Available Operations -->
<!-- Placeholder for Future Speakeasy SDK Sections -->


12 changes: 11 additions & 1 deletion RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,14 @@ Based on:
### Generated
- [terraform v0.2.1] .
### Releases
- [Terraform v0.2.1] https://registry.terraform.io/providers/Styra/styra/0.2.1 - .
- [Terraform v0.2.1] https://registry.terraform.io/providers/Styra/styra/0.2.1 - .

## 2024-06-01 02:12:20
### Changes
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.299.4 (2.338.7) https://github.com/speakeasy-api/speakeasy
### Generated
- [terraform v0.2.2] .
### Releases
- [Terraform v0.2.2] https://registry.terraform.io/providers/StyraInc/styra/0.2.2 - .
4 changes: 2 additions & 2 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ To request a token you need to have an Styra account, and create a token via the
terraform {
required_providers {
styra = {
source = "Styra/styra"
version = "0.2.1"
source = "StyraInc/styra"
version = "0.2.2"
}
}
}
Expand Down
4 changes: 2 additions & 2 deletions examples/provider/provider.tf
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
terraform {
required_providers {
styra = {
source = "Styra/styra"
version = "0.2.1"
source = "StyraInc/styra"
version = "0.2.2"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/Styra/terraform-provider-styra
module github.com/StyraInc/terraform-provider-styra

go 1.21

Expand Down
2 changes: 1 addition & 1 deletion internal/planmodifiers/boolplanmodifier/suppress_diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package boolplanmodifier

import (
"context"
"github.com/Styra/terraform-provider-styra/internal/planmodifiers/utils"
"github.com/StyraInc/terraform-provider-styra/internal/planmodifiers/utils"

"github.com/hashicorp/terraform-plugin-framework/resource/schema/planmodifier"
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package float64planmodifier

import (
"context"
"github.com/Styra/terraform-provider-styra/internal/planmodifiers/utils"
"github.com/StyraInc/terraform-provider-styra/internal/planmodifiers/utils"

"github.com/hashicorp/terraform-plugin-framework/resource/schema/planmodifier"
)
Expand Down
2 changes: 1 addition & 1 deletion internal/planmodifiers/int64planmodifier/suppress_diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package int64planmodifier

import (
"context"
"github.com/Styra/terraform-provider-styra/internal/planmodifiers/utils"
"github.com/StyraInc/terraform-provider-styra/internal/planmodifiers/utils"

"github.com/hashicorp/terraform-plugin-framework/resource/schema/planmodifier"
)
Expand Down
2 changes: 1 addition & 1 deletion internal/planmodifiers/listplanmodifier/suppress_diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package listplanmodifier

import (
"context"
"github.com/Styra/terraform-provider-styra/internal/planmodifiers/utils"
"github.com/StyraInc/terraform-provider-styra/internal/planmodifiers/utils"

"github.com/hashicorp/terraform-plugin-framework/resource/schema/planmodifier"
)
Expand Down
2 changes: 1 addition & 1 deletion internal/planmodifiers/mapplanmodifier/suppress_diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package mapplanmodifier

import (
"context"
"github.com/Styra/terraform-provider-styra/internal/planmodifiers/utils"
"github.com/StyraInc/terraform-provider-styra/internal/planmodifiers/utils"

"github.com/hashicorp/terraform-plugin-framework/resource/schema/planmodifier"
)
Expand Down
2 changes: 1 addition & 1 deletion internal/planmodifiers/numberplanmodifier/suppress_diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package numberplanmodifier

import (
"context"
"github.com/Styra/terraform-provider-styra/internal/planmodifiers/utils"
"github.com/StyraInc/terraform-provider-styra/internal/planmodifiers/utils"

"github.com/hashicorp/terraform-plugin-framework/resource/schema/planmodifier"
)
Expand Down
2 changes: 1 addition & 1 deletion internal/planmodifiers/objectplanmodifier/suppress_diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package objectplanmodifier

import (
"context"
"github.com/Styra/terraform-provider-styra/internal/planmodifiers/utils"
"github.com/StyraInc/terraform-provider-styra/internal/planmodifiers/utils"

"github.com/hashicorp/terraform-plugin-framework/resource/schema/planmodifier"
)
Expand Down
2 changes: 1 addition & 1 deletion internal/planmodifiers/setplanmodifier/suppress_diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package setplanmodifier

import (
"context"
"github.com/Styra/terraform-provider-styra/internal/planmodifiers/utils"
"github.com/StyraInc/terraform-provider-styra/internal/planmodifiers/utils"

"github.com/hashicorp/terraform-plugin-framework/resource/schema/planmodifier"
)
Expand Down
2 changes: 1 addition & 1 deletion internal/planmodifiers/stringplanmodifier/suppress_diff.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package stringplanmodifier

import (
"context"
"github.com/Styra/terraform-provider-styra/internal/planmodifiers/utils"
"github.com/StyraInc/terraform-provider-styra/internal/planmodifiers/utils"

"github.com/hashicorp/terraform-plugin-framework/resource/schema/planmodifier"
)
Expand Down
6 changes: 3 additions & 3 deletions internal/provider/library_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ package provider
import (
"context"
"fmt"
tfTypes "github.com/Styra/terraform-provider-styra/internal/provider/types"
"github.com/Styra/terraform-provider-styra/internal/sdk"
"github.com/Styra/terraform-provider-styra/internal/sdk/models/operations"
tfTypes "github.com/StyraInc/terraform-provider-styra/internal/provider/types"
"github.com/StyraInc/terraform-provider-styra/internal/sdk"
"github.com/StyraInc/terraform-provider-styra/internal/sdk/models/operations"
"github.com/hashicorp/terraform-plugin-framework/datasource"
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-framework/types"
Expand Down
4 changes: 2 additions & 2 deletions internal/provider/library_data_source_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
package provider

import (
tfTypes "github.com/Styra/terraform-provider-styra/internal/provider/types"
"github.com/Styra/terraform-provider-styra/internal/sdk/models/shared"
tfTypes "github.com/StyraInc/terraform-provider-styra/internal/provider/types"
"github.com/StyraInc/terraform-provider-styra/internal/sdk/models/shared"
"github.com/hashicorp/terraform-plugin-framework/types"
"time"
)
Expand Down
8 changes: 4 additions & 4 deletions internal/provider/library_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ package provider
import (
"context"
"fmt"
tfTypes "github.com/Styra/terraform-provider-styra/internal/provider/types"
"github.com/Styra/terraform-provider-styra/internal/sdk"
"github.com/Styra/terraform-provider-styra/internal/sdk/models/operations"
"github.com/Styra/terraform-provider-styra/internal/validators"
tfTypes "github.com/StyraInc/terraform-provider-styra/internal/provider/types"
"github.com/StyraInc/terraform-provider-styra/internal/sdk"
"github.com/StyraInc/terraform-provider-styra/internal/sdk/models/operations"
"github.com/StyraInc/terraform-provider-styra/internal/validators"
"github.com/hashicorp/terraform-plugin-framework/path"
"github.com/hashicorp/terraform-plugin-framework/resource"
"github.com/hashicorp/terraform-plugin-framework/resource/schema"
Expand Down
4 changes: 2 additions & 2 deletions internal/provider/library_resource_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
package provider

import (
tfTypes "github.com/Styra/terraform-provider-styra/internal/provider/types"
"github.com/Styra/terraform-provider-styra/internal/sdk/models/shared"
tfTypes "github.com/StyraInc/terraform-provider-styra/internal/provider/types"
"github.com/StyraInc/terraform-provider-styra/internal/sdk/models/shared"
"github.com/hashicorp/terraform-plugin-framework/types"
"time"
)
Expand Down
4 changes: 2 additions & 2 deletions internal/provider/policy_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ package provider
import (
"context"
"fmt"
"github.com/Styra/terraform-provider-styra/internal/sdk"
"github.com/Styra/terraform-provider-styra/internal/sdk/models/operations"
"github.com/StyraInc/terraform-provider-styra/internal/sdk"
"github.com/StyraInc/terraform-provider-styra/internal/sdk/models/operations"
"github.com/hashicorp/terraform-plugin-framework/datasource"
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-framework/types"
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/policy_data_source_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package provider

import (
"encoding/json"
"github.com/Styra/terraform-provider-styra/internal/sdk/models/shared"
"github.com/StyraInc/terraform-provider-styra/internal/sdk/models/shared"
"github.com/hashicorp/terraform-plugin-framework/types"
)

Expand Down
8 changes: 4 additions & 4 deletions internal/provider/policy_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ package provider
import (
"context"
"fmt"
tfTypes "github.com/Styra/terraform-provider-styra/internal/provider/types"
"github.com/Styra/terraform-provider-styra/internal/sdk"
"github.com/Styra/terraform-provider-styra/internal/sdk/models/operations"
"github.com/Styra/terraform-provider-styra/internal/validators"
tfTypes "github.com/StyraInc/terraform-provider-styra/internal/provider/types"
"github.com/StyraInc/terraform-provider-styra/internal/sdk"
"github.com/StyraInc/terraform-provider-styra/internal/sdk/models/operations"
"github.com/StyraInc/terraform-provider-styra/internal/validators"
"github.com/hashicorp/terraform-plugin-framework/path"
"github.com/hashicorp/terraform-plugin-framework/resource"
"github.com/hashicorp/terraform-plugin-framework/resource/schema"
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/policy_resource_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ package provider

import (
"encoding/json"
"github.com/Styra/terraform-provider-styra/internal/sdk/models/shared"
"github.com/StyraInc/terraform-provider-styra/internal/sdk/models/shared"
"github.com/hashicorp/terraform-plugin-framework/types"
)

Expand Down
4 changes: 2 additions & 2 deletions internal/provider/provider.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ package provider

import (
"context"
"github.com/Styra/terraform-provider-styra/internal/sdk"
"github.com/Styra/terraform-provider-styra/internal/sdk/models/shared"
"github.com/StyraInc/terraform-provider-styra/internal/sdk"
"github.com/StyraInc/terraform-provider-styra/internal/sdk/models/shared"
"github.com/hashicorp/terraform-plugin-framework/datasource"
"github.com/hashicorp/terraform-plugin-framework/provider"
"github.com/hashicorp/terraform-plugin-framework/provider/schema"
Expand Down
6 changes: 3 additions & 3 deletions internal/provider/secret_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ package provider
import (
"context"
"fmt"
tfTypes "github.com/Styra/terraform-provider-styra/internal/provider/types"
"github.com/Styra/terraform-provider-styra/internal/sdk"
"github.com/Styra/terraform-provider-styra/internal/sdk/models/operations"
tfTypes "github.com/StyraInc/terraform-provider-styra/internal/provider/types"
"github.com/StyraInc/terraform-provider-styra/internal/sdk"
"github.com/StyraInc/terraform-provider-styra/internal/sdk/models/operations"
"github.com/hashicorp/terraform-plugin-framework/datasource"
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-framework/types"
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/secret_data_source_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package provider

import (
"github.com/Styra/terraform-provider-styra/internal/sdk/models/shared"
"github.com/StyraInc/terraform-provider-styra/internal/sdk/models/shared"
"github.com/hashicorp/terraform-plugin-framework/types"
"time"
)
Expand Down
8 changes: 4 additions & 4 deletions internal/provider/secret_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@ package provider
import (
"context"
"fmt"
tfTypes "github.com/Styra/terraform-provider-styra/internal/provider/types"
"github.com/Styra/terraform-provider-styra/internal/sdk"
"github.com/Styra/terraform-provider-styra/internal/sdk/models/operations"
"github.com/Styra/terraform-provider-styra/internal/validators"
tfTypes "github.com/StyraInc/terraform-provider-styra/internal/provider/types"
"github.com/StyraInc/terraform-provider-styra/internal/sdk"
"github.com/StyraInc/terraform-provider-styra/internal/sdk/models/operations"
"github.com/StyraInc/terraform-provider-styra/internal/validators"
"github.com/hashicorp/terraform-plugin-framework/path"
"github.com/hashicorp/terraform-plugin-framework/resource"
"github.com/hashicorp/terraform-plugin-framework/resource/schema"
Expand Down
2 changes: 1 addition & 1 deletion internal/provider/secret_resource_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
package provider

import (
"github.com/Styra/terraform-provider-styra/internal/sdk/models/shared"
"github.com/StyraInc/terraform-provider-styra/internal/sdk/models/shared"
"github.com/hashicorp/terraform-plugin-framework/types"
"time"
)
Expand Down
6 changes: 3 additions & 3 deletions internal/provider/stack_data_source.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ package provider
import (
"context"
"fmt"
tfTypes "github.com/Styra/terraform-provider-styra/internal/provider/types"
"github.com/Styra/terraform-provider-styra/internal/sdk"
"github.com/Styra/terraform-provider-styra/internal/sdk/models/operations"
tfTypes "github.com/StyraInc/terraform-provider-styra/internal/provider/types"
"github.com/StyraInc/terraform-provider-styra/internal/sdk"
"github.com/StyraInc/terraform-provider-styra/internal/sdk/models/operations"
"github.com/hashicorp/terraform-plugin-framework/datasource"
"github.com/hashicorp/terraform-plugin-framework/datasource/schema"
"github.com/hashicorp/terraform-plugin-framework/types"
Expand Down
4 changes: 2 additions & 2 deletions internal/provider/stack_data_source_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
package provider

import (
tfTypes "github.com/Styra/terraform-provider-styra/internal/provider/types"
"github.com/Styra/terraform-provider-styra/internal/sdk/models/shared"
tfTypes "github.com/StyraInc/terraform-provider-styra/internal/provider/types"
"github.com/StyraInc/terraform-provider-styra/internal/sdk/models/shared"
"github.com/hashicorp/terraform-plugin-framework/types"
"time"
)
Expand Down
12 changes: 6 additions & 6 deletions internal/provider/stack_resource.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ package provider
import (
"context"
"fmt"
tfTypes "github.com/Styra/terraform-provider-styra/internal/provider/types"
"github.com/Styra/terraform-provider-styra/internal/sdk"
"github.com/Styra/terraform-provider-styra/internal/sdk/models/operations"
"github.com/Styra/terraform-provider-styra/internal/validators"
speakeasy_boolvalidators "github.com/Styra/terraform-provider-styra/internal/validators/boolvalidators"
speakeasy_stringvalidators "github.com/Styra/terraform-provider-styra/internal/validators/stringvalidators"
tfTypes "github.com/StyraInc/terraform-provider-styra/internal/provider/types"
"github.com/StyraInc/terraform-provider-styra/internal/sdk"
"github.com/StyraInc/terraform-provider-styra/internal/sdk/models/operations"
"github.com/StyraInc/terraform-provider-styra/internal/validators"
speakeasy_boolvalidators "github.com/StyraInc/terraform-provider-styra/internal/validators/boolvalidators"
speakeasy_stringvalidators "github.com/StyraInc/terraform-provider-styra/internal/validators/stringvalidators"
"github.com/hashicorp/terraform-plugin-framework/path"
"github.com/hashicorp/terraform-plugin-framework/resource"
"github.com/hashicorp/terraform-plugin-framework/resource/schema"
Expand Down
4 changes: 2 additions & 2 deletions internal/provider/stack_resource_sdk.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
package provider

import (
tfTypes "github.com/Styra/terraform-provider-styra/internal/provider/types"
"github.com/Styra/terraform-provider-styra/internal/sdk/models/shared"
tfTypes "github.com/StyraInc/terraform-provider-styra/internal/provider/types"
"github.com/StyraInc/terraform-provider-styra/internal/sdk/models/shared"
"github.com/hashicorp/terraform-plugin-framework/types"
"time"
)
Expand Down
Loading

0 comments on commit 383ddab

Please sign in to comment.