You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(fix) Circular dependency on kubeconfig for Coder installations
1. Updated providers.tf in all environments:
- Changed Kubernetes provider from config_path to config_raw to read kubeconfig directly from remote state
- Changed Helm provider from config_path to config_raw
- Removed the local_file resource that was creating the circular dependency
2. Updated main.tf in all environments:
- Added skip_requesting_account_id = true to the remote state data source configuration to fix AWS authentication errors with Scaleway S3
These changes will:
- Fix the circular dependency that was preventing Terraform initialization
- Allow the GitHub Actions workflow to complete successfully
- Maintain compatibility with local scripts that use saved kubeconfig files
- Work seamlessly with both CI/CD and local development workflows.
0 commit comments