diff --git a/outputs.index.json b/outputs.index.json index 43a14909e..e9d2ff1ba 100644 --- a/outputs.index.json +++ b/outputs.index.json @@ -163,5 +163,20 @@ "name": "mongodb_auth_operator", "gitUrl": "https://github.com/Facets-cloud/facets-modules", "relativePath": "./outputs/mongodb_auth_operator/" + }, + { + "name": "azure_vpc", + "gitUrl": "https://github.com/Facets-cloud/facets-modules", + "relativePath": "./outputs/azure_vpc/" + }, + { + "name": "aws_vpc", + "gitUrl": "https://github.com/Facets-cloud/facets-modules", + "relativePath": "./outputs/aws_vpc/" + }, + { + "name": "gcp_vpc", + "gitUrl": "https://github.com/Facets-cloud/facets-modules", + "relativePath": "./outputs/gcp_vpc/" } ] diff --git a/outputs/aws_vpc/output.facets.yaml b/outputs/aws_vpc/output.facets.yaml new file mode 100644 index 000000000..5de334de9 --- /dev/null +++ b/outputs/aws_vpc/output.facets.yaml @@ -0,0 +1,8 @@ +name: aws_vpc +out: + type: object + title: AWS VPC + description: Outputs from AWS VPC + properties: + attributes: + interfaces: diff --git a/outputs/azure_vpc/output.facets.yaml b/outputs/azure_vpc/output.facets.yaml new file mode 100644 index 000000000..ff0abe5b0 --- /dev/null +++ b/outputs/azure_vpc/output.facets.yaml @@ -0,0 +1,8 @@ +name: azure_vpc +out: + type: object + title: Azure VPC + description: Outputs from Azure VPC + properties: + attributes: + interfaces: diff --git a/outputs/gcp_vpc/output.facets.yaml b/outputs/gcp_vpc/output.facets.yaml new file mode 100644 index 000000000..a07b38316 --- /dev/null +++ b/outputs/gcp_vpc/output.facets.yaml @@ -0,0 +1,8 @@ +name: gcp_vpc +out: + type: object + title: GCP VPC + description: Outputs from GCP VPC + properties: + attributes: + interfaces: