Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs - minor fixes #9129

Merged
merged 4 commits into from
Feb 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/gcp/gettingstarted.rst
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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