Commit 649e372
committed
Fix: Update module references to use terraform-random-tfe-utility external modules
Updated module sources to reference the external terraform-random-tfe-utility
repository with the pravi-postgres-passwordless branch that contains the
critical TFE environment variable fixes.
Changes:
- runtime_container_engine_config: ./modules -> git::...//modules/runtime_container_engine_config?ref=pravi-postgres-passwordless
- tfe_init: ./modules -> git::...//modules/tfe_init?ref=pravi-postgres-passwordless
- settings: ./modules -> git::...//modules/settings?ref=pravi-postgres-passwordless
- tfe_init_replicated: ./modules -> git::...//modules/tfe_init_replicated?ref=pravi-postgres-passwordless
These modules were referencing non-existent local modules and needed to
use the external modules that contain the proper environment variable
configuration for AWS RDS IAM authentication.1 parent ad4c7a8 commit 649e372
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
254 | 254 | | |
255 | 255 | | |
256 | 256 | | |
257 | | - | |
| 257 | + | |
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
| |||
346 | 346 | | |
347 | 347 | | |
348 | 348 | | |
349 | | - | |
| 349 | + | |
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
| |||
391 | 391 | | |
392 | 392 | | |
393 | 393 | | |
394 | | - | |
| 394 | + | |
395 | 395 | | |
396 | 396 | | |
397 | 397 | | |
| |||
453 | 453 | | |
454 | 454 | | |
455 | 455 | | |
456 | | - | |
| 456 | + | |
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
| |||
0 commit comments