You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/docs/d/client_config.html.markdown
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,9 @@ description: |-
11
11
12
12
Use this data source to access the configuration of the Google Cloud provider.
13
13
14
+
-> **Warning**: This resource persists a sensitive credential in the [remote state](https://www.terraform.io/language/state/sensitive-data) used by Terraform.
15
+
Please take appropriate measures to protect your remote state.
16
+
14
17
## Example Usage
15
18
16
19
```tf
@@ -34,8 +37,6 @@ data "google_container_cluster" "my_cluster" {
Copy file name to clipboardExpand all lines: website/docs/r/google_service_account_key.html.markdown
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,10 @@ description: |-
9
9
10
10
# google_service_account_key
11
11
12
-
Creates and manages service account keys, which allow the use of a service account outside of Google Cloud.
12
+
Creates and manages service account keys, which allow the use of a service account with Google Cloud.
13
+
14
+
-> **Warning**: This resource persists a sensitive credential in plaintext in the [remote state](https://www.terraform.io/language/state/sensitive-data) used by Terraform.
15
+
Please take appropriate measures to protect your remote state.
0 commit comments