Commit b5a32be
feat: integrate post-bootstrap script into Terraform automation
Added null_resource.post_bootstrap that automatically runs the
post-bootstrap script after Flux installation:
- Fixes stuck HelmReleases (observedGeneration: -1 bug)
- Patches CoreDNS configuration
- Reclaims Kopia backup repository
The script runs automatically at the end of Terraform bootstrap,
ensuring the cluster is fully operational without manual intervention.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 0296e2f commit b5a32be
File tree
2 files changed
+28
-0
lines changed- scripts
- terraform/infra/modules/talos_bootstrap
2 files changed
+28
-0
lines changedFile mode changed.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
| 167 | + | |
| 168 | + | |
| 169 | + | |
| 170 | + | |
| 171 | + | |
| 172 | + | |
| 173 | + | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
0 commit comments