Skip to content

Commit 0a3f053

Browse files
added iam3 to services_beta.kt. previous commit didnt pick up this change.
1 parent d5cc6f5 commit 0a3f053

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

mmv1/third_party/terraform/.teamcity/components/inputs/services_beta.kt

+5
Original file line numberDiff line numberDiff line change
@@ -441,6 +441,11 @@ var ServicesListBeta = mapOf(
441441
"displayName" to "Iam2",
442442
"path" to "./google-beta/services/iam2"
443443
),
444+
"iam3" to mapOf(
445+
"name" to "iam3",
446+
"displayName" to "Iam3",
447+
"path" to "./google-beta/services/iam3"
448+
),
444449
"iambeta" to mapOf(
445450
"name" to "iambeta",
446451
"displayName" to "Iambeta",

0 commit comments

Comments
 (0)