Skip to content

Commit

Permalink
Added step 1
Browse files Browse the repository at this point in the history
  • Loading branch information
qtsathish committed Apr 15, 2021
1 parent a01dc8d commit 4d44c24
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
8 changes: 8 additions & 0 deletions April21/deploymentmanager/scenario-1/main.yaml
@@ -0,0 +1,8 @@
imports:
- path: network-template.jinja
resources:
- name: network
type: network-template.jinja
properties:
networkname: vpcfromdm

7 changes: 7 additions & 0 deletions April21/deploymentmanager/scenario-1/network-template.jinja
@@ -0,0 +1,7 @@
resources:
- name: {{ properties["networkname"] }}
type: compute.v1.network
properties:
autoCreateSubnetworks: yes
routingConfig:
routingMode: GLOBAL

0 comments on commit 4d44c24

Please sign in to comment.