Commit 2656fcf
File tree
28 files changed
+342
-146
lines changed- .ci
- magic-modules
- api
- build
- chef
- puppet
- google
- products
- binaryauthorization
- compute
- examples
- ansible
- chef
- puppet
- containeranalysis
- filestore
- monitoring
- redis
- resourcemanager
- provider
- terraform
- templates/terraform/extra_schema_entry
28 files changed
+342
-146
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | 32 | | |
36 | 33 | | |
37 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
86 | 88 | | |
87 | 89 | | |
88 | 90 | | |
| |||
- lib/ansible/modules/cloud/google/gcp_compute_forwarding_rule.py-20
- lib/ansible/modules/cloud/google/gcp_compute_forwarding_rule_facts.py-6
- lib/ansible/modules/cloud/google/gcp_compute_global_address.py+3-29
- lib/ansible/modules/cloud/google/gcp_compute_global_address_facts.py-6
- lib/ansible/modules/cloud/google/gcp_compute_interconnect_attachment.py+403
- lib/ansible/modules/cloud/google/gcp_compute_interconnect_attachment_facts.py+234
- test/integration/targets/gcp_compute_interconnect_attachment/aliases+2
- test/integration/targets/gcp_compute_interconnect_attachment/defaults/main.yml+3
- test/integration/targets/gcp_compute_interconnect_attachment/meta/main.yml
- test/integration/targets/gcp_compute_interconnect_attachment/tasks/main.yml+116
- CONTRIBUTING.md+9
- README.md+114-10
- libraries/google/compute/property/interconnectattachment_private_interconnect_info.rb+124
- resources/forwarding_rule.rb-26
- resources/global_address.rb+3-27
- resources/interconnect_attachment.rb+412
- spec/data/network/gcompute_forwarding_rule/success1~name.yaml-1
- spec/data/network/gcompute_forwarding_rule/success1~title.yaml-1
- spec/data/network/gcompute_forwarding_rule/success2~name.yaml-1
- spec/data/network/gcompute_forwarding_rule/success2~title.yaml-1
- spec/data/network/gcompute_forwarding_rule/success3~name.yaml-1
- spec/data/network/gcompute_forwarding_rule/success3~title.yaml-1
- spec/data/network/gcompute_global_address/success1~name.yaml-1
- spec/data/network/gcompute_global_address/success1~title.yaml-1
- spec/data/network/gcompute_global_address/success2~name.yaml-1
- spec/data/network/gcompute_global_address/success2~title.yaml-1
- spec/data/network/gcompute_global_address/success3~name.yaml-1
- spec/data/network/gcompute_global_address/success3~title.yaml-1
- spec/data/network/gcompute_interconnect_attachment/success1~name.yaml+43
- spec/data/network/gcompute_interconnect_attachment/success1~title.yaml+43
- spec/data/network/gcompute_interconnect_attachment/success2~name.yaml+43
- spec/data/network/gcompute_interconnect_attachment/success2~title.yaml+43
- spec/data/network/gcompute_interconnect_attachment/success3~name.yaml+43
- spec/data/network/gcompute_interconnect_attachment/success3~title.yaml+43
- spec/interconnect_attachment_spec.rb+1.6k
- spec/test_constants.rb+27
- .tools/end2end/data/interconnect_attachment.pp+77
- CONTRIBUTING.md+12
- README.md+131-10
- examples/interconnect_attachment.pp+77
- lib/google/compute/property/interconnectattachment_private_interconnect_info.rb+118
- lib/puppet/provider/gcompute_forwarding_rule/google.rb-20
- lib/puppet/provider/gcompute_global_address/google.rb+1-20
- lib/puppet/provider/gcompute_interconnect_attachment/google.rb+316
- lib/puppet/type/gcompute_forwarding_rule.rb-7
- lib/puppet/type/gcompute_global_address.rb-7
- lib/puppet/type/gcompute_interconnect_attachment.rb+150
- spec/data/network/gcompute_forwarding_rule/success1~name.yaml-1
- spec/data/network/gcompute_forwarding_rule/success1~title.yaml-1
- spec/data/network/gcompute_forwarding_rule/success2~name.yaml-1
- spec/data/network/gcompute_forwarding_rule/success2~title.yaml-1
- spec/data/network/gcompute_forwarding_rule/success3~name.yaml-1
- spec/data/network/gcompute_forwarding_rule/success3~title.yaml-1
- spec/data/network/gcompute_global_address/success1~name.yaml-1
- spec/data/network/gcompute_global_address/success1~title.yaml-1
- spec/data/network/gcompute_global_address/success2~name.yaml-1
- spec/data/network/gcompute_global_address/success2~title.yaml-1
- spec/data/network/gcompute_global_address/success3~name.yaml-1
- spec/data/network/gcompute_global_address/success3~title.yaml-1
- spec/data/network/gcompute_interconnect_attachment/success1~name.yaml+43
- spec/data/network/gcompute_interconnect_attachment/success1~title.yaml+43
- spec/data/network/gcompute_interconnect_attachment/success2~name.yaml+43
- spec/data/network/gcompute_interconnect_attachment/success2~title.yaml+43
- spec/data/network/gcompute_interconnect_attachment/success3~name.yaml+43
- spec/data/network/gcompute_interconnect_attachment/success3~title.yaml+43
- spec/gcompute_forwarding_rule_provider_spec.rb-18
- spec/gcompute_global_address_provider_spec.rb-18
- spec/gcompute_interconnect_attachment_provider_spec.rb+1.4k
- spec/test_constants.rb+27
Submodule terraform updated from 00750ff to 51e63bf
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
36 | 38 | | |
37 | 39 | | |
38 | 40 | | |
| |||
0 commit comments