From 452669fed1dfa9b1fa8f98f612ff22652ca8dd0e Mon Sep 17 00:00:00 2001 From: Julio Castillo Date: Sun, 6 Dec 2020 18:05:57 +0100 Subject: [PATCH] Update README and CHANGELOG --- CHANGELOG.md | 3 ++- README.md | 2 +- modules/README.md | 1 - 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8441b1328..fdd77ced1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,8 @@ All notable changes to this project will be documented in this file. ## [Unreleased] -- add support for creating logging sinks and logging exclusions in the `project`, `folder` and `organization` modules +- **incompatible change** removed the `logging-sinks` module. Logging sinks can now be created the `logging_sinks` variable in the in the `project`, `folder` and `organization` modules +- add support for creating logging exclusions in the `project`, `folder` and `organization` modules - add support for Confidential Compute to `compute-vm` module ## [4.2.0] - 2020-11-25 diff --git a/README.md b/README.md index fa2d2864d..fd39b4314 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ The current list of modules supports most of the core foundational and networkin Currently available modules: -- **foundational** - [folder](./modules/folder), [log sinks](./modules/logging-sinks), [organization](./modules/organization), [project](./modules/project), [service accounts](./modules/iam-service-account) +- **foundational** - [folder](./modules/folder), [organization](./modules/organization), [project](./modules/project), [service accounts](./modules/iam-service-account) - **networking** - [VPC](./modules/net-vpc), [VPC firewall](./modules/net-vpc-firewall), [VPC peering](./modules/net-vpc-peering), [VPN static](./modules/net-vpn-static), [VPN dynamic](./modules/net-vpn-dynamic), [VPN HA](./modules/net-vpn-ha), [NAT](./modules/net-cloudnat), [address reservation](./modules/net-address), [DNS](./modules/dns), [L4 ILB](./modules/net-ilb), [Service Directory](./modules/service-directory), [Cloud Endpoints](./modules/cloudenpoints) - **compute** - [VM/VM group](./modules/compute-vm), [MIG](./modules/compute-mig), [GKE cluster](./modules/gke-cluster), [GKE nodepool](./modules/gke-nodepool), [COS container](./modules/cos-container) (coredns, mysql, onprem, squid) - **data** - [GCS](./modules/gcs), [BigQuery dataset](./modules/bigquery-dataset), [Pub/Sub](./modules/pubsub), [Datafusion](./modules/datafusion), [Bigtable instance](./modules/bigtable-instance) diff --git a/modules/README.md b/modules/README.md index c9ab6f2db..a86196f51 100644 --- a/modules/README.md +++ b/modules/README.md @@ -11,7 +11,6 @@ Specific modules also offer support for non-authoritative bindings (e.g. `google ## Foundational modules - [folder](./folder) -- [log sinks](./logging-sinks) - [organization](./organization) - [project](./project) - [service account](./iam-service-account)