From f3f6d3a8525e5723085ab0711bad73a9ac5d8394 Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Wed, 8 Apr 2020 08:43:26 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d7a58f58..99bd97c92 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ The current list of modules supports most of the core foundational and networkin Currently available modules: -- **foundational** - [folders](./modules/folders), [log sinks](./modules/logging-sinks), [project](./modules/project), [service accounts](./modules/iam-service-accounts) +- **foundational** - [folders](./modules/folders), [log sinks](./modules/logging-sinks), [organization](./modules/organization), [project](./modules/project), [service accounts](./modules/iam-service-accounts) - **networking** - [VPC](./modules/net-vpc), [VPC firewall](./modules/net-vpc-firewall), [VPC peering](./modules/net-vpc-peering), VPN ([static](./modules/net-vpn-static), [dynamic](./modules/net-vpn-dynamic), [HA](./modules/net-vpn-ha)), [NAT](./modules/net-cloudnat), [address reservation](./modules/net-address), [DNS](./modules/dns) - **compute** - [VM/VM group](./modules/compute-vm), [GKE cluster](./modules/gke-cluster), [GKE nodepool](./modules/gke-nodepool), [COS container](./modules/cos-container) - **data** - [GCS](./modules/gcs), [BigQuery dataset](./modules/bigquery)