Skip to content

Commit 9972f7f

Browse files
RoguedBearpramodh-ayyappan
authored andcommitted
Add outputs facets.yaml for AWS, Azure, and GCP VPCs (#263)
* Add output facets for AWS, Azure, and GCP VPCs * Add outputs for Azure, AWS, and GCP VPCs in index.json * Remove gitRef entries for Azure, AWS, and GCP VPCs in outputs.index.json
1 parent 4ff0ef9 commit 9972f7f

File tree

4 files changed

+39
-0
lines changed

4 files changed

+39
-0
lines changed

outputs.index.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,5 +198,20 @@
198198
"name": "ecs_cluster_details",
199199
"gitUrl": "https://github.com/Facets-cloud/facets-modules",
200200
"relativePath": "./outputs/ecs_cluster_details/"
201+
},
202+
{
203+
"name": "azure_vpc",
204+
"gitUrl": "https://github.com/Facets-cloud/facets-modules",
205+
"relativePath": "./outputs/azure_vpc/"
206+
},
207+
{
208+
"name": "aws_vpc",
209+
"gitUrl": "https://github.com/Facets-cloud/facets-modules",
210+
"relativePath": "./outputs/aws_vpc/"
211+
},
212+
{
213+
"name": "gcp_vpc",
214+
"gitUrl": "https://github.com/Facets-cloud/facets-modules",
215+
"relativePath": "./outputs/gcp_vpc/"
201216
}
202217
]

outputs/aws_vpc/output.facets.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: aws_vpc
2+
out:
3+
type: object
4+
title: AWS VPC
5+
description: Outputs from AWS VPC
6+
properties:
7+
attributes:
8+
interfaces:
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: azure_vpc
2+
out:
3+
type: object
4+
title: Azure VPC
5+
description: Outputs from Azure VPC
6+
properties:
7+
attributes:
8+
interfaces:

outputs/gcp_vpc/output.facets.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
name: gcp_vpc
2+
out:
3+
type: object
4+
title: GCP VPC
5+
description: Outputs from GCP VPC
6+
properties:
7+
attributes:
8+
interfaces:

0 commit comments

Comments
 (0)