Skip to content

Commit

Permalink
docs - minor gcp and c7n left fixes (#9129)
Browse files Browse the repository at this point in the history
  • Loading branch information
kapilt committed Feb 6, 2024
1 parent 2657ec0 commit 9be4555
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/source/gcp/gettingstarted.rst
Expand Up @@ -79,9 +79,9 @@ configure your credentials using environment variables.
`GOOGLE_APPLICATION_CREDENTIALS` should be set to a valid service account file or client config for
workload federation.

For service account configuration see additional docs `here <https://cloud.google.com/iam/docs/service-account-overview>`
For service account configuration see additional docs `here <https://cloud.google.com/iam/docs/service-account-overview>`_

For workload configuration see additional docs `here <https://cloud.google.com/iam/docs/workload-identity-federation-with-other-clouds>`
For workload configuration see additional `docs <https://cloud.google.com/iam/docs/workload-identity-federation-with-other-clouds>`_

If you are planning to impersonate a service account, then you may configure the environment
variable `GOOGLE_IMPERSONATE_SERVICE_ACCOUNT` with the service account email address, you can also
Expand Down
7 changes: 4 additions & 3 deletions tools/c7n_left/README.md
Expand Up @@ -215,9 +215,10 @@ policies:
resource: "terraform.aws*"
filters:
- taggable
- tag:Env: absent
- tag:Owner: absent
- tag:App: absent
- or:
- tag:Env: absent
- tag:Owner: absent
- tag:App: absent
```
This filter supports resources from several terraform providers including aws, azure, gcp, oci, tencentcloud.
Expand Down

0 comments on commit 9be4555

Please sign in to comment.