UNPKG

node-tfe

Version:

A Typescript Client for Terraform Cloud/Enterprise V2 API

11 lines (10 loc) 205 B
export interface HostedStateResource { mode: string; type: string; name: string; provider: string; instances: { attributes: any; sensitive_attributes: any[]; }[]; }