diff --git a/foundations/meshstack-trial/platforms/ske/starterkit/e2e/terragrunt.hcl b/foundations/meshstack-trial/platforms/ske/starterkit/e2e/terragrunt.hcl new file mode 100644 index 0000000..c860714 --- /dev/null +++ b/foundations/meshstack-trial/platforms/ske/starterkit/e2e/terragrunt.hcl @@ -0,0 +1,46 @@ +dependency "deployment" { + config_path = "../" +} + +# Hub coordinates: single source of truth in the sibling deployment's hub.hcl. +include "hub" { + path = "../hub.hcl" + expose = true +} + +terraform { + source = "git::https://github.com/meshcloud/meshstack-hub.git//modules/${include.hub.locals.module}/e2e?ref=${include.hub.locals.git_ref}" +} + +generate "provider" { + path = "provider.tf" + if_exists = "overwrite" + contents = <