We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5cc6f5 commit 0a3f053Copy full SHA for 0a3f053
mmv1/third_party/terraform/.teamcity/components/inputs/services_beta.kt
@@ -441,6 +441,11 @@ var ServicesListBeta = mapOf(
441
"displayName" to "Iam2",
442
"path" to "./google-beta/services/iam2"
443
),
444
+ "iam3" to mapOf(
445
+ "name" to "iam3",
446
+ "displayName" to "Iam3",
447
+ "path" to "./google-beta/services/iam3"
448
+ ),
449
"iambeta" to mapOf(
450
"name" to "iambeta",
451
"displayName" to "Iambeta",
0 commit comments