xanzy / go-gitlab

GitLab Go SDK
Apache License 2.0
2.33k stars 924 forks source link

Add MaxTerraformStateSizeBytes (max_terraform_state_size_bytes) settings support #1943

Closed paraenggu closed 2 months ago

paraenggu commented 2 months ago

The following PR adds support for the MaxTerraformStateSizeBytes (max_terraform_state_size_bytes) setting.

Quote from GitLab Application settings API:

Maximum size in bytes of the Terraform state files. Set this to 0 for unlimited file size.

paraenggu commented 2 months ago

Cool, thanks a lot for the fast review and merge @svanharmelen