Skip to content

Commit

Permalink
chore: update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
mutahhir committed Aug 14, 2023
1 parent 1411581 commit 4a088bb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,11 @@ export interface DescriptionEscapingConfig extends cdktf.TerraformMetaArguments
to messages published on this topic. Your project's PubSub service account
('service-{{PROJECT_NUMBER}}@gcp-sa-pubsub.iam.gserviceaccount.com') must have
'roles/cloudkms.cryptoKeyEncrypterDecrypter' to use this feature.
The expected format is 'projects/*\\/locations/*\\/keyRings/*\\/cryptoKeys/*'
The expected format is 'projects/* /locations/* /keyRings/* /cryptoKeys/*'
*
* Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/latest/docs/resources/description_escaping#broken_comments DescriptionEscaping#broken_comments}
*
* Note: The above comment contained a comment block ending sequence (* followed by /). We have introduced a space between to prevent syntax errors. Please ignore the space.
*/
readonly brokenComments: boolean | cdktf.IResolvable;
}
Expand Down

0 comments on commit 4a088bb

Please sign in to comment.