accelerators

@JvmName(name = "gcbeknlyqihfrbsd")
suspend fun accelerators(value: Output<List<InstanceAcceleratorArgs>>)
@JvmName(name = "pnnltculwndhpwdq")
suspend fun accelerators(value: List<InstanceAcceleratorArgs>?)

Parameters

value

List of accelerators enabled for this CDF instance. If accelerators are enabled it is possible a permadiff will be created with the Options field. Users will need to either manually update their state file to include these diffed options, or include the field in a [lifecycle ignore changes

  • block](https://developer.hashicorp.com/terraform/language/meta-arguments/lifecycle#ignore_changes).


@JvmName(name = "uajefpyanevdytrl")
suspend fun accelerators(vararg values: Output<InstanceAcceleratorArgs>)


@JvmName(name = "kddsofpjkyykwmmb")
suspend fun accelerators(values: List<Output<InstanceAcceleratorArgs>>)
@JvmName(name = "rdpslsoxkftnlbca")
suspend fun accelerators(vararg values: InstanceAcceleratorArgs)

Parameters

values

List of accelerators enabled for this CDF instance. If accelerators are enabled it is possible a permadiff will be created with the Options field. Users will need to either manually update their state file to include these diffed options, or include the field in a [lifecycle ignore changes

  • block](https://developer.hashicorp.com/terraform/language/meta-arguments/lifecycle#ignore_changes).


@JvmName(name = "rdvsiklhegcoayde")
suspend fun accelerators(argument: List<suspend InstanceAcceleratorArgsBuilder.() -> Unit>)
@JvmName(name = "iedtnuvwdsygnjxk")
suspend fun accelerators(vararg argument: suspend InstanceAcceleratorArgsBuilder.() -> Unit)
@JvmName(name = "oriohrpeajujskjf")
suspend fun accelerators(argument: suspend InstanceAcceleratorArgsBuilder.() -> Unit)

Parameters

argument

List of accelerators enabled for this CDF instance. If accelerators are enabled it is possible a permadiff will be created with the Options field. Users will need to either manually update their state file to include these diffed options, or include the field in a [lifecycle ignore changes

  • block](https://developer.hashicorp.com/terraform/language/meta-arguments/lifecycle#ignore_changes).