This commit is contained in:
Lorenzo Caggioni 2022-02-18 22:20:32 +01:00
parent 55c78a132f
commit 29e839e3a6
2 changed files with 0 additions and 2 deletions

View File

@ -289,7 +289,6 @@ DNS configurations are centralised in the `dns.tf` file. Spokes delegate DNS res
| name | description | modules | resources |
|---|---|---|---|
| [02-networking-providers.tf](./02-networking-providers.tf) | None | | |
| [dns-dev.tf](./dns-dev.tf) | Development spoke DNS zones and peerings setup. | <code>dns</code> | |
| [dns-landing.tf](./dns-landing.tf) | Landing DNS zones and peerings setup. | <code>dns</code> | |
| [dns-prod.tf](./dns-prod.tf) | Production spoke DNS zones and peerings setup. | <code>dns</code> | |

View File

@ -115,7 +115,6 @@ terraform apply
| name | description | modules |
|---|---|---|
| [03-data-platform-dev-providers.tf](./03-data-platform-dev-providers.tf) | None | |
| [main.tf](./main.tf) | Data Platformy. | <code>data-platform-foundations</code> |
| [outputs.tf](./outputs.tf) | Output variables. | |
| [variables.tf](./variables.tf) | Terraform Variables. | |