c

cdktf-provider-spotinst

Prebuilt spotinst Provider for Terraform CDK (cdktf)
https://github.com/cdktf/cdktf-provider-spotinst.git
Mozilla Public License 2.0
Files download
File Operation
cdktf-provider-spotinst-13.5.0.jar download
cdktf-provider-spotinst-13.5.0.pom download
cdktf-provider-spotinst-13.5.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hashicorp</groupId>
  <artifactId>cdktf-provider-spotinst</artifactId>
  <version>13.5.0</version>
</dependency>
Gradle Groovy
implementation 'com.hashicorp:cdktf-provider-spotinst:13.5.0'
Gradle Kotlin
implementation("com.hashicorp:cdktf-provider-spotinst:13.5.0")
Scala SBT
libraryDependencies += "com.hashicorp" % "cdktf-provider-spotinst" % "13.5.0"
Groovy Grape
@Grapes(
  @Grab(group='com.hashicorp', module='cdktf-provider-spotinst', version='13.5.0')
)
Apache Ivy
<dependency org="com.hashicorp" name="cdktf-provider-spotinst" rev="13.5.0" />
Leiningen
[com.hashicorp/cdktf-provider-spotinst "13.5.0"]
Apache Buildr
'com.hashicorp:cdktf-provider-spotinst:jar:13.5.0'