Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(terraform): remove unnecessary line in main.tf for cleaner code
fix(terraform): specify exact required version in terraform.tf for better version control The unnecessary line in main.tf was removed to make the code cleaner and easier to read. The required version in terraform.tf was changed from ">= 1.6.0" to "1.6.4" to ensure that the terraform scripts are run with the exact version they were tested with, reducing the risk of version-related issues.
- Loading branch information