/** * Config for Terraform artifact details */ export interface TerraformArtifactDetailConfig { metadata?: { [key: string]: any; }; }