Add missing description field

Important so we can flag these groups are TF managed and must not be manually updated.
This commit is contained in:
dsbutler101 2022-10-21 15:38:07 +01:00 committed by GitHub
parent d63c2dfecd
commit 3c40fc8fce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@
resource "google_cloud_identity_group" "group" {
display_name = var.display_name
parent = var.customer_id
description = var.description
group_key {
id = var.name