c

cdktf-tf-module-stack

A drop-in replacement for cdktf.TerraformStack that lets you define Terraform modules as constructs
https://github.com/cdktf/cdktf-tf-module-stack.git
Mozilla Public License 2.0
文件下载
文件名 操作
cdktf-tf-module-stack-5.0.16.jar 下载
cdktf-tf-module-stack-5.0.16.pom 下载
cdktf-tf-module-stack-5.0.16-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.hashicorp</groupId>
  <artifactId>cdktf-tf-module-stack</artifactId>
  <version>5.0.16</version>
</dependency>
Gradle Groovy
implementation 'com.hashicorp:cdktf-tf-module-stack:5.0.16'
Gradle Kotlin
implementation("com.hashicorp:cdktf-tf-module-stack:5.0.16")
Scala SBT
libraryDependencies += "com.hashicorp" % "cdktf-tf-module-stack" % "5.0.16"
Groovy Grape
@Grapes(
  @Grab(group='com.hashicorp', module='cdktf-tf-module-stack', version='5.0.16')
)
Apache Ivy
<dependency org="com.hashicorp" name="cdktf-tf-module-stack" rev="5.0.16" />
Leiningen
[com.hashicorp/cdktf-tf-module-stack "5.0.16"]
Apache Buildr
'com.hashicorp:cdktf-tf-module-stack:jar:5.0.16'