Skip to content

RobertoGraham/tpp4j

Repository files navigation

tpp4j - Terraform Plugin Protocol for Java

Testing

  1. Inside the root of this repository, compile the tpp4j native image:

    ./gradlew nativeCompile
  2. Add the below configuration to your Terraform CLI Configuration File:

    provider_installation {
      dev_overrides {
        "robertograham.github.io/tpp4j/test" = "<absolute path to tpp4j repository root>/build/native/nativeCompile"
      }
      direct {}
    }
  3. Inside the infrastructure/tpp4j-test directory, create an execution plan:

    Terraform

    TF_LOG=trace terraform plan

    OpenTofu

    TF_LOG=trace tofu plan

About

Terraform Plugin Protocol for Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published