Skip to content

01 Artifacts folder

Robert Brandsø edited this page Mar 25, 2024 · 4 revisions

The module needs to reference an artifacts folder. This folder contains files with information about what should be published and configured in APIM. For detailed information, please refer to What can be managed by APIM APIOps?.

The path to the artifacts folder is configurable through the artifacts_path variable. By default, this path points to a folder named artifacts, which should be relative to your Terraform root module. Please consult the examples for further guidance.

The artifacts folder should include the following subfolders:

  • apis
  • apiVersionSets
  • backends
  • certificates
  • groups
  • namedValues
  • products
  • tags

To simplify the creation of this folder structure, you can utilize the script create-artifacts-folders.sh. Run this script in your root module path.

Clone this wiki locally