Skip to content

Commit

Permalink
Fix: unable to unset auto_deploy_by_custom_glob property of environme…
Browse files Browse the repository at this point in the history
…nt resource back to empty string or null
  • Loading branch information
TomerHeber committed Oct 3, 2023
1 parent e005fe1 commit 3aa0852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/environment.go
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ type EnvironmentCreate struct {
ContinuousDeployment *bool `json:"continuousDeployment,omitempty" tfschema:"-"`
PullRequestPlanDeployments *bool `json:"pullRequestPlanDeployments,omitempty" tfschema:"-"`
AutoDeployOnPathChangesOnly *bool `json:"autoDeployOnPathChangesOnly,omitempty" tfchema:"-"`
AutoDeployByCustomGlob string `json:"autoDeployByCustomGlob,omitempty"`
AutoDeployByCustomGlob string `json:"autoDeployByCustomGlob"`
ConfigurationChanges *ConfigurationChanges `json:"configurationChanges,omitempty" tfschema:"-"`
TTL *TTL `json:"ttl,omitempty" tfschema:"-"`
TerragruntWorkingDirectory string `json:"terragruntWorkingDirectory,omitempty"`
Expand Down

0 comments on commit 3aa0852

Please sign in to comment.