|
1 | | -resources: { |
2 | | - resource_id: "example_vn_azure" |
3 | | - resource_args: { |
4 | | - resource_args: { |
5 | | - [type.googleapis.com/dev.multy.resources.VirtualNetworkArgs]: { |
6 | | - common_parameters: { |
7 | | - resource_group_id: "rg1" |
8 | | - location: EU_WEST_1 |
9 | | - cloud_provider: AZURE |
| 1 | +resources: { |
| 2 | + resource_id: "example_vn_azure" |
| 3 | + resource_args: { |
| 4 | + resource_args: { |
| 5 | + [type.googleapis.com/dev.multy.resources.VirtualNetworkArgs]: { |
| 6 | + common_parameters: { |
| 7 | + resource_group_id: "rg1" |
| 8 | + location: EU_WEST_1 |
| 9 | + cloud_provider: AZURE |
10 | 10 | } |
11 | | - name: "example_vn" |
12 | | - cidr_block: "10.0.0.0/16" |
| 11 | + name: "example_vn" |
| 12 | + cidr_block: "10.0.0.0/16" |
13 | 13 | } |
14 | 14 | } |
15 | 15 | } |
16 | 16 | } |
17 | | -resources: { |
18 | | - resource_id: "example_vn_aws" |
19 | | - resource_args: { |
20 | | - resource_args: { |
21 | | - [type.googleapis.com/dev.multy.resources.VirtualNetworkArgs]: { |
22 | | - common_parameters: { |
23 | | - resource_group_id: "rg1" |
24 | | - location: EU_WEST_1 |
25 | | - cloud_provider: AWS |
| 17 | +resources: { |
| 18 | + resource_id: "example_vn_aws" |
| 19 | + resource_args: { |
| 20 | + resource_args: { |
| 21 | + [type.googleapis.com/dev.multy.resources.VirtualNetworkArgs]: { |
| 22 | + common_parameters: { |
| 23 | + resource_group_id: "rg1" |
| 24 | + location: EU_WEST_1 |
| 25 | + cloud_provider: AWS |
26 | 26 | } |
27 | | - name: "example_vn" |
28 | | - cidr_block: "10.0.0.0/16" |
| 27 | + name: "example_vn" |
| 28 | + cidr_block: "10.0.0.0/16" |
29 | 29 | } |
30 | 30 | } |
31 | 31 | } |
32 | 32 | } |
33 | | -resources: { |
34 | | - resource_id: "subnet_aws" |
35 | | - resource_args: { |
36 | | - resource_args: { |
37 | | - [type.googleapis.com/dev.multy.resources.SubnetArgs]: { |
38 | | - name: "subnet" |
39 | | - cidr_block: "10.0.2.0/24" |
40 | | - virtual_network_id: "example_vn_aws" |
41 | | - availability_zone: 2 |
| 33 | +resources: { |
| 34 | + resource_id: "subnet_aws" |
| 35 | + resource_args: { |
| 36 | + resource_args: { |
| 37 | + [type.googleapis.com/dev.multy.resources.SubnetArgs]: { |
| 38 | + name: "subnet" |
| 39 | + cidr_block: "10.0.2.0/24" |
| 40 | + virtual_network_id: "example_vn_aws" |
| 41 | + availability_zone: 2 |
42 | 42 | } |
43 | 43 | } |
44 | 44 | } |
45 | 45 | } |
46 | | -resources: { |
47 | | - resource_id: "subnet_azure" |
48 | | - resource_args: { |
49 | | - resource_args: { |
50 | | - [type.googleapis.com/dev.multy.resources.SubnetArgs]: { |
51 | | - name: "subnet" |
52 | | - cidr_block: "10.0.2.0/24" |
53 | | - virtual_network_id: "example_vn_azure" |
54 | | - availability_zone: 2 |
| 46 | +resources: { |
| 47 | + resource_id: "subnet_azure" |
| 48 | + resource_args: { |
| 49 | + resource_args: { |
| 50 | + [type.googleapis.com/dev.multy.resources.SubnetArgs]: { |
| 51 | + name: "subnet" |
| 52 | + cidr_block: "10.0.2.0/24" |
| 53 | + virtual_network_id: "example_vn_azure" |
| 54 | + availability_zone: 2 |
55 | 55 | } |
56 | 56 | } |
57 | 57 | } |
58 | 58 | } |
59 | | -resources: { |
60 | | - resource_id: "nic_azure" |
61 | | - resource_args: { |
62 | | - resource_args: { |
63 | | - [type.googleapis.com/dev.multy.resources.NetworkInterfaceArgs]: { |
64 | | - common_parameters: { |
65 | | - resource_group_id: "rg1" |
66 | | - location: EU_WEST_1 |
67 | | - cloud_provider: AZURE |
| 59 | +resources: { |
| 60 | + resource_id: "nic_azure" |
| 61 | + resource_args: { |
| 62 | + resource_args: { |
| 63 | + [type.googleapis.com/dev.multy.resources.NetworkInterfaceArgs]: { |
| 64 | + common_parameters: { |
| 65 | + resource_group_id: "rg1" |
| 66 | + location: EU_WEST_1 |
| 67 | + cloud_provider: AZURE |
68 | 68 | } |
69 | | - name: "test-nic" |
70 | | - subnet_id: "subnet_azure" |
| 69 | + name: "test-nic" |
| 70 | + subnet_id: "subnet_azure" |
71 | 71 | } |
72 | 72 | } |
73 | 73 | } |
74 | 74 | } |
75 | | -resources: { |
76 | | - resource_id: "nic_aws" |
77 | | - resource_args: { |
78 | | - resource_args: { |
79 | | - [type.googleapis.com/dev.multy.resources.NetworkInterfaceArgs]: { |
80 | | - common_parameters: { |
81 | | - resource_group_id: "rg1" |
82 | | - location: EU_WEST_1 |
83 | | - cloud_provider: AWS |
| 75 | +resources: { |
| 76 | + resource_id: "nic_aws" |
| 77 | + resource_args: { |
| 78 | + resource_args: { |
| 79 | + [type.googleapis.com/dev.multy.resources.NetworkInterfaceArgs]: { |
| 80 | + common_parameters: { |
| 81 | + resource_group_id: "rg1" |
| 82 | + location: EU_WEST_1 |
| 83 | + cloud_provider: AWS |
84 | 84 | } |
85 | | - name: "test-nic" |
86 | | - subnet_id: "subnet_aws" |
| 85 | + name: "test-nic" |
| 86 | + subnet_id: "subnet_aws" |
87 | 87 | } |
88 | 88 | } |
89 | 89 | } |
90 | 90 | } |
91 | | -resources: { |
92 | | - resource_id: "rg1" |
93 | | - resource_args: { |
94 | | - resource_args: { |
95 | | - [type.googleapis.com/dev.multy.resources.ResourceGroupArgs]: { |
96 | | - common_parameters: { |
97 | | - location: EU_WEST_1 |
98 | | - cloud_provider: AZURE |
| 91 | +resources: { |
| 92 | + resource_id: "rg1" |
| 93 | + resource_args: { |
| 94 | + resource_args: { |
| 95 | + [type.googleapis.com/dev.multy.resources.ResourceGroupArgs]: { |
| 96 | + common_parameters: { |
| 97 | + location: EU_WEST_1 |
| 98 | + cloud_provider: AZURE |
99 | 99 | } |
100 | | - name: "rg1" |
| 100 | + name: "rg1" |
101 | 101 | } |
102 | 102 | } |
103 | 103 | } |
|
0 commit comments