MVN

com.hashicorp : cdktf-tf-module-stack

Maven & Gradle

Aug 25, 2023
17 stars

com.hashicorp:cdktf-tf-module-stack · A drop-in replacement for cdktf.TerraformStack that lets you define Terraform modules as constructs

<dependency>
    <groupId>com.hashicorp</groupId>
    <artifactId>cdktf-tf-module-stack</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.hashicorp : cdktf-tf-module-stack to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.1

All Versions

Choose a version of com.hashicorp : cdktf-tf-module-stack to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
cdktf-tf-module-stack-3.0.1
cdktf-tf-module-stack-3.0.0
2.1.x
cdktf-tf-module-stack-2.1.1
cdktf-tf-module-stack-2.1.0
2.0.x
cdktf-tf-module-stack-2.0.70
cdktf-tf-module-stack-2.0.69
cdktf-tf-module-stack-2.0.68
cdktf-tf-module-stack-2.0.67
cdktf-tf-module-stack-2.0.66
cdktf-tf-module-stack-2.0.65
cdktf-tf-module-stack-2.0.64
cdktf-tf-module-stack-2.0.63
cdktf-tf-module-stack-2.0.62
cdktf-tf-module-stack-2.0.61
cdktf-tf-module-stack-2.0.60
cdktf-tf-module-stack-2.0.59
cdktf-tf-module-stack-2.0.58
cdktf-tf-module-stack-2.0.57
cdktf-tf-module-stack-2.0.56
cdktf-tf-module-stack-2.0.55
cdktf-tf-module-stack-2.0.54
cdktf-tf-module-stack-2.0.53
cdktf-tf-module-stack-2.0.52
cdktf-tf-module-stack-2.0.51
cdktf-tf-module-stack-2.0.50
cdktf-tf-module-stack-2.0.49
cdktf-tf-module-stack-2.0.48
cdktf-tf-module-stack-2.0.47
cdktf-tf-module-stack-2.0.46
cdktf-tf-module-stack-2.0.45
cdktf-tf-module-stack-2.0.44
cdktf-tf-module-stack-2.0.43
cdktf-tf-module-stack-2.0.42
cdktf-tf-module-stack-2.0.41
cdktf-tf-module-stack-2.0.40
cdktf-tf-module-stack-2.0.39
cdktf-tf-module-stack-2.0.38
cdktf-tf-module-stack-2.0.37
cdktf-tf-module-stack-2.0.36
cdktf-tf-module-stack-2.0.35
cdktf-tf-module-stack-2.0.34
cdktf-tf-module-stack-2.0.33
cdktf-tf-module-stack-2.0.32
cdktf-tf-module-stack-2.0.31
cdktf-tf-module-stack-2.0.30
cdktf-tf-module-stack-2.0.29
cdktf-tf-module-stack-2.0.28
cdktf-tf-module-stack-2.0.27
cdktf-tf-module-stack-2.0.26
cdktf-tf-module-stack-2.0.25
cdktf-tf-module-stack-2.0.24
cdktf-tf-module-stack-2.0.23
cdktf-tf-module-stack-2.0.22
cdktf-tf-module-stack-2.0.21
cdktf-tf-module-stack-2.0.20
cdktf-tf-module-stack-2.0.19
cdktf-tf-module-stack-2.0.18
cdktf-tf-module-stack-2.0.17
cdktf-tf-module-stack-2.0.16
cdktf-tf-module-stack-2.0.15
cdktf-tf-module-stack-2.0.14
cdktf-tf-module-stack-2.0.13
cdktf-tf-module-stack-2.0.12
cdktf-tf-module-stack-2.0.11
cdktf-tf-module-stack-2.0.10
cdktf-tf-module-stack-2.0.9
cdktf-tf-module-stack-2.0.7
cdktf-tf-module-stack-2.0.6
cdktf-tf-module-stack-2.0.5
cdktf-tf-module-stack-2.0.4
cdktf-tf-module-stack-2.0.3
cdktf-tf-module-stack-2.0.2
cdktf-tf-module-stack-2.0.1
cdktf-tf-module-stack-2.0.0
1.1.x
cdktf-tf-module-stack-1.1.21
cdktf-tf-module-stack-1.1.20
cdktf-tf-module-stack-1.1.19
cdktf-tf-module-stack-1.1.18
cdktf-tf-module-stack-1.1.17
cdktf-tf-module-stack-1.1.16
cdktf-tf-module-stack-1.1.15
cdktf-tf-module-stack-1.1.14
cdktf-tf-module-stack-1.1.13
cdktf-tf-module-stack-1.1.12
cdktf-tf-module-stack-1.1.11
cdktf-tf-module-stack-1.1.10
cdktf-tf-module-stack-1.1.9
cdktf-tf-module-stack-1.1.8
cdktf-tf-module-stack-1.1.7
cdktf-tf-module-stack-1.1.6
cdktf-tf-module-stack-1.1.5
cdktf-tf-module-stack-1.1.4
cdktf-tf-module-stack-1.1.3
cdktf-tf-module-stack-1.1.2
cdktf-tf-module-stack-1.1.1
cdktf-tf-module-stack-1.1.0
1.0.x
cdktf-tf-module-stack-1.0.3

How to add a dependency to Maven

Add the following com.hashicorp : cdktf-tf-module-stack maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.hashicorp</groupId>
    <artifactId>cdktf-tf-module-stack</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.hashicorp : cdktf-tf-module-stack gradle dependency to your build.gradle file:

implementation 'com.hashicorp:cdktf-tf-module-stack:3.0.1'

Gradle Kotlin DSL: Add the following com.hashicorp : cdktf-tf-module-stack gradle kotlin dependency to your build.gradle.kts file:

implementation("com.hashicorp:cdktf-tf-module-stack:3.0.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.hashicorp : cdktf-tf-module-stack sbt scala dependency to your build.sbt file:

libraryDependencies += "com.hashicorp" % "cdktf-tf-module-stack" % "3.0.1"

Advertisement