Skip to content

Commit

Permalink
Upgrade terraform-provider-port-labs to v2.0.19 (#420)
Browse files Browse the repository at this point in the history
* make tfgen

* make build_sdks

---------

Co-authored-by: pulumi-port-bot <getport.io>
  • Loading branch information
portmachineuser authored Sep 8, 2024
1 parent 7ac8120 commit 38861da
Show file tree
Hide file tree
Showing 17 changed files with 1,020 additions and 207 deletions.
45 changes: 23 additions & 22 deletions provider/cmd/pulumi-resource-port/schema.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ go 1.21.12
replace github.com/hashicorp/terraform-plugin-sdk/v2 => github.com/pulumi/terraform-plugin-sdk/v2 v2.0.0-20240520223432-0c0bf0d65f10

require (
github.com/port-labs/terraform-provider-port-labs/v2 v2.0.18
github.com/port-labs/terraform-provider-port-labs/v2 v2.0.19
github.com/pulumi/pulumi-terraform-bridge/pf v0.40.0
github.com/pulumi/pulumi-terraform-bridge/v3 v3.87.0
github.com/pulumi/pulumi/sdk/v3 v3.125.0
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -733,8 +733,8 @@ github.com/pkg/term v1.1.0 h1:xIAAdCMh3QIAy+5FrE8Ad8XoDhEU4ufwbaSozViP9kk=
github.com/pkg/term v1.1.0/go.mod h1:E25nymQcrSllhX42Ok8MRm1+hyBdHY0dCeiKZ9jpNGw=
github.com/pmezard/go-difflib v1.0.0 h1:4DBwDE0NGyQoBHbLQYPwSUPoCMWR5BEzIk/f1lZbAQM=
github.com/pmezard/go-difflib v1.0.0/go.mod h1:iKH77koFhYxTK1pcRnkKkqfTogsbg7gZNVY4sRDYZ/4=
github.com/port-labs/terraform-provider-port-labs/v2 v2.0.18 h1:ZGqHT+uIgvxBahNw5GEZkn0cpLRpernmDnTzgNEhMzc=
github.com/port-labs/terraform-provider-port-labs/v2 v2.0.18/go.mod h1:BSHSLrih0XL0ZZAfcVeHbu23aJgUDmqhyLe40fGyNIo=
github.com/port-labs/terraform-provider-port-labs/v2 v2.0.19 h1:uN64ye2H8F0rnfMNDEB9AMf2kCvg+Vx0hhZwzs3RG4E=
github.com/port-labs/terraform-provider-port-labs/v2 v2.0.19/go.mod h1:QHx0GQmWTWS1gCmQfABR9MZspf/j0cLYSkbiidUsux0=
github.com/posener/complete v1.1.1/go.mod h1:em0nMJCgc9GFtwrmVmEMR/ZL6WyhyjMBndrE9hABlRI=
github.com/posener/complete v1.2.3 h1:NP0eAhjcjImqslEwo/1hq7gpajME0fTLTezBKDqfXqo=
github.com/posener/complete v1.2.3/go.mod h1:WZIdtGGp+qx0sLrYKtIRAruyNpv6hFCicSgv7Sy7s/s=
Expand Down
2 changes: 1 addition & 1 deletion sdk/go/port/aggregationProperties.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions sdk/go/port/integration.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

130 changes: 65 additions & 65 deletions sdk/go/port/pulumiTypes.go

Large diffs are not rendered by default.

208 changes: 208 additions & 0 deletions sdk/go/port/scorecard.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sdk/nodejs/aggregationProperties.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import * as utilities from "./utilities";
/**
* This resource allows you to manage aggregation properties of a blueprint.
*
* See the [Port documentation](https://docs.getport.io/build-your-software-catalog/define-your-data-model/setup-blueprint/properties/aggregation-properties/) for more information about aggregation properties.
* See the [Port documentation](https://docs.getport.io/build-your-software-catalog/customize-integrations/configure-data-model/setup-blueprint/properties/aggregation-property/) for more information about aggregation properties.
*
* Supported Methods:
*
Expand Down
2 changes: 1 addition & 1 deletion sdk/nodejs/integration.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class Integration extends pulumi.CustomResource {
*/
public readonly kafkaChangelogDestination!: pulumi.Output<outputs.IntegrationKafkaChangelogDestination | undefined>;
public readonly title!: pulumi.Output<string | undefined>;
public readonly version!: pulumi.Output<string | undefined>;
public readonly version!: pulumi.Output<string>;
/**
* The webhook changelog destination of the integration
*/
Expand Down
Loading

0 comments on commit 38861da

Please sign in to comment.