Skip to content

Commit c2f176f

Browse files
authored
Merge pull request #72 from Facets-cloud/gcp-network-flavor-fix
GCP network module flavor fix
2 parents af9c2eb + 3644318 commit c2f176f

File tree

8 files changed

+4
-4
lines changed

8 files changed

+4
-4
lines changed

modules/network/gcp_vpc/1.0/facets.yaml renamed to modules/network/gcp_network/1.0/facets.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ clouds:
22
- gcp
33
description: Creates a GKE-optimized GCP VPC with auto-calculated subnets. Fixed allocation
44
- Private (8K IPs), Public (256 IPs), Database (256 IPs), plus GKE secondary ranges
5-
flavor: gcp-vpc
5+
flavor: gcp_network
66
iac:
77
validated_files:
88
- main.tf
@@ -21,7 +21,7 @@ outputs:
2121
default:
2222
type: '@facets/gcp-network-details'
2323
sample:
24-
flavor: gcp-vpc
24+
flavor: gcp_network
2525
kind: network
2626
spec:
2727
auto_select_zones: true
File renamed without changes.
File renamed without changes.

project-type/gcp/base/network/instances/network.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"flavor": "gcp-vpc",
2+
"flavor": "gcp_network",
33
"kind": "network",
44
"spec": {
55
"auto_select_zones": true,

project-type/gcp/project-type.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ modules:
1818
- intent: kubernetes_node_pool
1919
flavor: gcp_node_fleet
2020
- intent: network
21-
flavor: gcp-vpc
21+
flavor: gcp_network
2222
- intent: service
2323
flavor: gcp
2424

0 commit comments

Comments
 (0)