Skip to content

Commit

Permalink
regenerate terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardo-angelilli committed Jul 4, 2024
1 parent cf6f9f2 commit 48b5fdf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions projectv1/project_v1.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/

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

// Package projectv1 : Operations and models for the ProjectV1 service
Expand Down Expand Up @@ -6564,7 +6564,7 @@ type ProjectDefinitionProperties struct {
Description *string `json:"description" validate:"required"`

// A boolean flag to enable auto deploy.
AutoDeploy *bool `json:"auto_deploy" validate:"required"`
AutoDeploy *bool `json:"auto_deploy,omitempty"`

// A boolean flag to enable automatic drift detection. Use this field to run a daily check to compare your
// configurations to your deployed resources to detect any difference.
Expand Down

0 comments on commit 48b5fdf

Please sign in to comment.