Skip to content

Commit af7fc59

Browse files
Add pinned and title fields to google_ces_app (#15767) (#1172)
[upstream:9db0387f2e9e1b4abab5373e574dd5b4db960db1] Signed-off-by: Modular Magician <[email protected]>
1 parent 3c439f4 commit af7fc59

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ces_app_basic/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ resource "google_ces_app" "ces_app_basic" {
2424
location = "us"
2525
description = "Basic CES App example"
2626
display_name = "my-app-${local.name_suffix}"
27+
pinned = true
2728

2829
language_settings {
2930
default_language_code = "en-US"
@@ -106,6 +107,7 @@ variable_declarations {
106107
schema {
107108
description = "schema description"
108109
type = "ARRAY"
110+
title = "title"
109111
nullable = true
110112
required = ["some_property"]
111113
enum = ["VALUE_A", "VALUE_B"]

0 commit comments

Comments
 (0)