What does the current directory (.
) resolve to
#46
-
Hello. I want to add a reference to an SCP in my |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
@petabook can you please provide some additional context? https://atmos.tools/core-concepts/stacks/yaml-functions/include/#examples Are you referring to stack imports or includes? |
Beta Was this translation helpful? Give feedback.
-
In the account component we specify that the |
Beta Was this translation helpful? Give feedback.
.
should refer to the path of the module. The account component uses our yaml config module to read local files.In the account component we specify that the
list_config_local_base_path
ispath.module
meaning any reference to a local file fromvar.service_control_policies_config_paths
will be relative to the component itself.