issues
search
civo
/
terraform-provider-civo
Terraform Civo provider
https://www.civo.com
Mozilla Public License 2.0
71
stars
56
forks
source link
fix: validate existence and structure of credentials_file
#322
Closed
Praveen005
closed
3 months ago
Praveen005
commented
3 months ago
This PR fixes #316
In here, I:
Added checks for the existence of the credentials_file provided by the user.
Validated the correct data structure of the token file.
Implemented a file size limit check to prevent issues with excessively large files.
Result: Some error scenarios:
This PR fixes #316
In here, I:
Result: Some error scenarios: