UNPKG
@skorfmann/terraform-cloud
Version:
latest (1.15.0)
1.15.0
1.14.0
1.13.0
1.12.0
1.11.0
1.10.1
1.10.0
1.9.1
1.9.0
1.8.0
1.7.1
1.7.0
1.6.2
1.6.1
1.6.0
Terraform Cloud API wrapper
github.com/mijailr/terraform-cloud
skorfmann/terraform-cloud
@skorfmann/terraform-cloud
/
dist-types
/
types
/
RemoteStateConsumer.d.ts
9 lines
(8 loc)
•
202 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
declare
type
RemoteStateConsumerRelationship = {
id
: string;
type
:
'workspaces'
; };
export
declare
type
RemoteStateConsumerRequest = { data: RemoteStateConsumerRelationship[]; };
export
{};