rancher / tf-rancher-up

MIT License
14 stars 5 forks source link

Add "type" field to all the variables #127

Open BreakingPitt opened 3 months ago

BreakingPitt commented 3 months ago

Summary

This pull request addresses the requirements outlined in Issue #38 by adding the missing "type" field to all the Terraform variables.

This ensures that each variable has a defined type, improving code clarity and preventing potential configuration errors.

Related Issue

Issue #38

Additional Notes

Descriptions and sensitive flags have been added where necessary. Validation conditions were included to ensure correct values for certain variables. Please review the changes and provide feedback or approval for merging.

BreakingPitt commented 3 months ago

Hey I would like to test this, to see that the changes doesn't break anything, but seems the Drone job for somereason is broken.