-
Notifications
You must be signed in to change notification settings - Fork 13
INT-4507 - Add users
property to compute address entities
#535
Conversation
- New properties added to resources: | Entity | Properties | | ------------------------------- | ---------- | | `google_compute_global_address` | `users` | | `google_compute_address` | `users` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Let's hope this data is useful for us to debug 4507.
|
||
### In Google Cloud | ||
|
||
A [Google Cloud service account](https://cloud.google.com/iam/docs/creating-managing-service-accounts) and a [Google Cloud service account key](https://cloud.google.com/iam/docs/creating-managing-service-account-keys) | ||
A |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Formatting seems off here
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ya this was prettier. I think it chose a new line length due to the URL.
@@ -122,17 +129,19 @@ to enable all services that the JupiterOne integration supports: | |||
|
|||
#### Creating Google Cloud project service account | |||
|
|||
* See the [Google Cloud service account documentation](https://cloud.google.com/iam/docs/creating-managing-service-accounts#creating) for more information on how to create a | |||
service account in the project that you would like to ingest data from. | |||
- See the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was prettier run or something? I think a lot of the formatting changes here aren't needed. If I had to guess, prettier is taking into account the whole [text](url)
string when deciding on when to move to the next line, even though the [text]
part is the only thing that will actually be visible to the reader.
🚀 PR was released in |
New properties added to resources:
google_compute_global_address
users
google_compute_address
users