3 Commits

Author SHA1 Message Date
810e85562c
Add skip_tls_verify to Vault provider
Some checks failed
Code Quality & Security Scan / TFLint (push) Successful in 18s
Code Quality & Security Scan / SonarQube Trigger (push) Successful in 47s
Code Quality & Security Scan / Terraform Init (push) Failing after 32s
Code Quality & Security Scan / Tfsec Security Scan (push) Successful in 31s
Code Quality & Security Scan / Checkov Security Scan (push) Successful in 36s
- Added skip_tls_verify = true to Vault provider configuration
- Fixes x509 certificate verification error for self-signed certificates
- Matches pattern used in vSphere provider (allow_unverified_ssl)
2025-11-02 01:20:43 +01:00
3ee45d2603
Fix all TFLint warnings
All checks were successful
Code Quality & Security Scan / TFLint (push) Successful in 18s
Code Quality & Security Scan / Checkov Security Scan (push) Successful in 35s
Code Quality & Security Scan / SonarQube Trigger (push) Successful in 35s
- Added version constraints for vsphere (~> 2.0) and vault (~> 5.0) providers
- Added terraform required_version (>= 1.0)
- Removed unused variables: domain, esxi_hosts, port_groups
- Removed unused data source: vsphere_host
- All TFLint checks now pass successfully
2025-11-01 23:02:03 +01:00
560200bb3c
Initial commit: Terraform vSphere resource groups module
- Add vSphere resource pool management
- Configure CPU and memory allocation controls
- Implement tagging system for organization
- Add comprehensive documentation
2025-11-01 06:18:59 +01:00