【发布时间】:2018-06-02 05:24:50
【问题描述】:
我的yaml模板如下,我想添加防火墙属性来允许http流量:
resources:
- name: deployed-vm2222
type: compute.v1.instance
properties:
zone: us-central1-f
machineType: https://www.googleapis.com/compute/v1/projects/myproject/zones/us-central1-f/machineTypes/f1-micro
disks:
- deviceName: boot
type: PERSISTENT
boot: true
autoDelete: true
【问题讨论】:
标签: google-cloud-platform google-deployment-manager