-
Inside the root of this repository, compile the tpp4j native image:
./gradlew nativeCompile
-
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 {} }
-
Inside the infrastructure/tpp4j-test directory, create an execution plan:
TF_LOG=trace terraform plan
TF_LOG=trace tofu plan