Skip to content

Commit

Permalink
regenerate projects provider with new go sdk level (IBM-Cloud#5487)
Browse files Browse the repository at this point in the history
* fix crash

* regenerate terraform
  • Loading branch information
riccardo-angelilli authored Jul 4, 2024
1 parent 9d51f88 commit eca6404
Show file tree
Hide file tree
Showing 12 changed files with 13 additions and 142 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ require (
github.com/IBM/logs-go-sdk v0.3.0
github.com/IBM/networking-go-sdk v0.47.1
github.com/IBM/platform-services-go-sdk v0.62.11
github.com/IBM/project-go-sdk v0.3.4
github.com/IBM/project-go-sdk v0.3.5
github.com/IBM/push-notifications-go-sdk v0.0.0-20210310100607-5790b96c47f5
github.com/IBM/scc-go-sdk/v5 v5.1.6
github.com/IBM/schematics-go-sdk v0.2.3
Expand Down
133 changes: 2 additions & 131 deletions go.sum

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion ibm/service/project/data_source_ibm_project.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the Mozilla Public License v2.0

/*
* IBM OpenAPI Terraform Generator Version: 3.91.0-d9755c53-20240605-153412
* IBM OpenAPI Terraform Generator Version: 3.92.1-44330004-20240620-143510
*/

package project
Expand Down
2 changes: 1 addition & 1 deletion ibm/service/project/data_source_ibm_project_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the Mozilla Public License v2.0

/*
* IBM OpenAPI Terraform Generator Version: 3.91.0-d9755c53-20240605-153412
* IBM OpenAPI Terraform Generator Version: 3.92.1-44330004-20240620-143510
*/

package project
Expand Down
2 changes: 1 addition & 1 deletion ibm/service/project/data_source_ibm_project_config_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the Mozilla Public License v2.0

/*
* IBM OpenAPI Terraform Generator Version: 3.91.0-d9755c53-20240605-153412
* IBM OpenAPI Terraform Generator Version: 3.92.1-44330004-20240620-143510
*/

package project_test
Expand Down
2 changes: 1 addition & 1 deletion ibm/service/project/data_source_ibm_project_environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the Mozilla Public License v2.0

/*
* IBM OpenAPI Terraform Generator Version: 3.91.0-d9755c53-20240605-153412
* IBM OpenAPI Terraform Generator Version: 3.92.1-44330004-20240620-143510
*/

package project
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the Mozilla Public License v2.0

/*
* IBM OpenAPI Terraform Generator Version: 3.91.0-d9755c53-20240605-153412
* IBM OpenAPI Terraform Generator Version: 3.92.1-44330004-20240620-143510
*/

package project_test
Expand Down
2 changes: 1 addition & 1 deletion ibm/service/project/data_source_ibm_project_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the Mozilla Public License v2.0

/*
* IBM OpenAPI Terraform Generator Version: 3.91.0-d9755c53-20240605-153412
* IBM OpenAPI Terraform Generator Version: 3.92.1-44330004-20240620-143510
*/

package project_test
Expand Down
2 changes: 1 addition & 1 deletion ibm/service/project/resource_ibm_project.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the Mozilla Public License v2.0

/*
* IBM OpenAPI Terraform Generator Version: 3.91.0-d9755c53-20240605-153412
* IBM OpenAPI Terraform Generator Version: 3.92.1-44330004-20240620-143510
*/

package project
Expand Down
2 changes: 1 addition & 1 deletion ibm/service/project/resource_ibm_project_config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the Mozilla Public License v2.0

/*
* IBM OpenAPI Terraform Generator Version: 3.91.0-d9755c53-20240605-153412
* IBM OpenAPI Terraform Generator Version: 3.92.1-44330004-20240620-143510
*/

package project
Expand Down
2 changes: 1 addition & 1 deletion ibm/service/project/resource_ibm_project_environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Licensed under the Mozilla Public License v2.0

/*
* IBM OpenAPI Terraform Generator Version: 3.91.0-d9755c53-20240605-153412
* IBM OpenAPI Terraform Generator Version: 3.92.1-44330004-20240620-143510
*/

package project
Expand Down
2 changes: 1 addition & 1 deletion website/docs/r/project.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ You can specify the following arguments for this resource.

* `definition` - (Required, List) The definition of the project.
Nested schema for **definition**:
* `auto_deploy` - (Required, Boolean) A boolean flag to enable auto deploy.
* `auto_deploy` - (Optional, Boolean) A boolean flag to enable auto deploy.
* Constraints: The default value is `false`.
* `description` - (Required, String) A brief explanation of the project's use in the configuration of a deployable architecture. You can create a project without providing a description.
* Constraints: The default value is `''`. The maximum length is `1024` characters. The minimum length is `0` characters. The value must match regular expression `/^$|^(?!\\s)(?!.*\\s$)[^\\x00-\\x1F]*$/`.
Expand Down

0 comments on commit eca6404

Please sign in to comment.