provider Instance
suspend fun providerInstance(name: String, block: suspend ProviderInstanceResourceBuilder.() -> Unit): ProviderInstance
Parameters
name
The unique name of the resulting resource.
block
Builder for ProviderInstance.
See also
Parameters
name
The unique name of the resulting resource.