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-3.0.11.jar download
cdktf-provider-spotinst-3.0.11.pom download
cdktf-provider-spotinst-3.0.11-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hashicorp</groupId>
  <artifactId>cdktf-provider-spotinst</artifactId>
  <version>3.0.11</version>
</dependency>
Gradle Groovy
implementation 'com.hashicorp:cdktf-provider-spotinst:3.0.11'
Gradle Kotlin
implementation("com.hashicorp:cdktf-provider-spotinst:3.0.11")
Scala SBT
libraryDependencies += "com.hashicorp" % "cdktf-provider-spotinst" % "3.0.11"
Groovy Grape
@Grapes(
  @Grab(group='com.hashicorp', module='cdktf-provider-spotinst', version='3.0.11')
)
Apache Ivy
<dependency org="com.hashicorp" name="cdktf-provider-spotinst" rev="3.0.11" />
Leiningen
[com.hashicorp/cdktf-provider-spotinst "3.0.11"]
Apache Buildr
'com.hashicorp:cdktf-provider-spotinst:jar:3.0.11'