Skip to content

Commit

Permalink
Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Prete committed Jul 29, 2024
1 parent 314ca41 commit 3ac8db3
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion fast/stages/0-bootstrap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -622,7 +622,6 @@ The remaining configuration is manual, as it regards the repositories themselves

| name | description | modules | resources |
|---|---|---|---|
| [0-bootstrap-providers.tf](./0-bootstrap-providers.tf) | None | | |
| [automation.tf](./automation.tf) | Automation project and resources. | <code>gcs</code> · <code>iam-service-account</code> · <code>project</code> | |
| [billing.tf](./billing.tf) | Billing export project and dataset. | <code>bigquery-dataset</code> · <code>project</code> | <code>google_billing_account_iam_member</code> |
| [checklist.tf](./checklist.tf) | None | <code>gcs</code> | <code>google_storage_bucket_object</code> |
Expand Down
1 change: 0 additions & 1 deletion fast/stages/1-resman/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ A full reference of IAM roles managed by this stage [is available here](./IAM.md

| name | description | modules | resources |
|---|---|---|---|
| [1-resman-providers.tf](./1-resman-providers.tf) | None | | |
| [billing.tf](./billing.tf) | Billing resources for external billing use cases. | | <code>google_billing_account_iam_member</code> |
| [branch-data-platform.tf](./branch-data-platform.tf) | Data Platform stages resources. | <code>folder</code> · <code>gcs</code> · <code>iam-service-account</code> | |
| [branch-gcve.tf](./branch-gcve.tf) | GCVE stage resources. | <code>folder</code> · <code>gcs</code> · <code>iam-service-account</code> | |
Expand Down
1 change: 0 additions & 1 deletion fast/stages/2-networking-a-simple/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,6 @@ DNS configurations are centralised in the `dns-*.tf` files. Spokes delegate DNS

| name | description | modules | resources |
|---|---|---|---|
| [2-networking-providers.tf](./2-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> · <code>dns-response-policy</code> | |
| [dns-prod.tf](./dns-prod.tf) | Production spoke DNS zones and peerings setup. | <code>dns</code> | |
Expand Down
1 change: 0 additions & 1 deletion fast/stages/3-network-security/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ ngfw_enterprise_config = {

| name | description | modules | resources |
|---|---|---|---|
| [3-netsec-providers.tf](./3-netsec-providers.tf) | None | | |
| [main.tf](./main.tf) | Next-Generation Firewall Enterprise configuration. | <code>project</code> | <code>google_network_security_firewall_endpoint</code> |
| [net-dev.tf](./net-dev.tf) | Security components for dev spoke VPC. | <code>net-firewall-policy</code> | <code>google_network_security_firewall_endpoint_association</code> · <code>google_network_security_security_profile</code> · <code>google_network_security_security_profile_group</code> |
| [net-prod.tf](./net-prod.tf) | Security components for prod spoke VPC. | <code>net-firewall-policy</code> | <code>google_network_security_firewall_endpoint_association</code> · <code>google_network_security_security_profile</code> · <code>google_network_security_security_profile_group</code> |
Expand Down

0 comments on commit 3ac8db3

Please sign in to comment.