fix: Fixed external broken links (#3703)
This commit is contained in:
committed by
GitHub
parent
8e7253ba11
commit
b2cbd7a3c6
@@ -130,7 +130,7 @@ module "folder" {
|
||||
|
||||
## Privileged Access Manager (PAM) Entitlements
|
||||
|
||||
[Privileged Access Manager](https://cloud.google.com/iam/docs/privileged-access-manager-overview) entitlements can be defined via the `pam_entitlements` variable.
|
||||
[Privileged Access Manager](https://docs.cloud.google.com/iam/docs/pam-overview) entitlements can be defined via the `pam_entitlements` variable.
|
||||
|
||||
Note that using PAM entitlements requires specific roles to be granted to the users and groups that will be using them. For more information, see the [official documentation](https://cloud.google.com/iam/docs/pam-permissions-and-setup#before-you-begin).
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
This recipe shows an actual usage scenario for the [cross-region internal application load balancer](../README.md) by implementing the [example provided in the GCP documentation](https://cloud.google.com/load-balancing/docs/l7-internal/setting-up-l7-cross-reg-internal).
|
||||
|
||||
<p align="center">
|
||||
<img src="https://cloud.google.com/static/load-balancing/images/cross-reg-int-vm.svg" alt="Scenario diagram.">
|
||||
<img src="https://docs.cloud.google.com/static/load-balancing/images/cross-reg-int-vm.svg" alt="Scenario diagram.">
|
||||
</p>
|
||||
|
||||
<!-- BEGIN TOC -->
|
||||
|
||||
@@ -263,7 +263,7 @@ custom.dataprocNoMoreThan10Workers:
|
||||
|
||||
## Privileged Access Manager (PAM) Entitlements
|
||||
|
||||
[Privileged Access Manager](https://cloud.google.com/iam/docs/privileged-access-manager-overview) entitlements can be defined via the `pam_entitlements` variable.
|
||||
[Privileged Access Manager](https://docs.cloud.google.com/iam/docs/pam-overview) entitlements can be defined via the `pam_entitlements` variable.
|
||||
|
||||
Note that using PAM entitlements requires specific roles to be granted to the users and groups that will be using them. For more information, see the [official documentation](https://cloud.google.com/iam/docs/pam-permissions-and-setup#before-you-begin).
|
||||
|
||||
|
||||
@@ -1530,7 +1530,7 @@ cpus-ew8:
|
||||
|
||||
## Privileged Access Manager (PAM) Entitlements
|
||||
|
||||
[Privileged Access Manager](https://cloud.google.com/iam/docs/privileged-access-manager-overview) entitlements can be defined via the `pam_entitlements` variable.
|
||||
[Privileged Access Manager](https://docs.cloud.google.com/iam/docs/pam-overview) entitlements can be defined via the `pam_entitlements` variable.
|
||||
|
||||
Note that using PAM entitlements requires specific roles to be granted to the users and groups that will be using them. For more information, see the [official documentation](https://cloud.google.com/iam/docs/pam-permissions-and-setup#before-you-begin).
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
# Projects Data Source Module
|
||||
|
||||
This module extends functionality of [google_projects](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/projects) data source by retrieving all the projects under a specific `parent` recursively with only one API call against [Cloud Asset Inventory](https://cloud.google.com/asset-inventory) service.
|
||||
This module extends functionality of [google_projects](https://registry.terraform.io/providers/hashicorp/google/latest/docs/data-sources/projects) data source by retrieving all the projects under a specific `parent` recursively with only one API call against [Cloud Asset Inventory](https://cloud.google.com/asset-inventory/docs) service.
|
||||
|
||||
A good usage pattern would be when we want all the projects under a specific folder (including nested subfolders) to be included into [VPC Service Controls](../vpc-sc/). Instead of manually maintaining the list of project numbers as an input to the `vpc-sc` module we can use that module to retrieve all the project numbers dynamically.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user