We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32410c3 commit 2edc12bCopy full SHA for 2edc12b
grafanaplane/oncall/integration.libsonnet
@@ -26,7 +26,9 @@ local forProvider = integration.spec.parameters.forProvider;
26
integration.new(self.integrationName)
27
+ forProvider.withName(name)
28
+ forProvider.withType(type)
29
- + forProvider.defaultRoute.escalationChainRef.withName(defaultChainName),
+ + forProvider.withDefaultRoute(
30
+ forProvider.defaultRoute.escalationChainRef.withName(defaultChainName)
31
+ ),
32
},
33
34
'#withId':: d.func.new(
0 commit comments