mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
adding subnet service endpoints (#47549)
adding subnet service endpoints
This commit is contained in:
@@ -62,6 +62,11 @@
|
||||
resource_group: "{{ resource_group }}"
|
||||
address_prefix_cidr: "10.1.0.0/16"
|
||||
security_group: secgroupfoo
|
||||
service_endpoints:
|
||||
- service: Microsoft.Sql
|
||||
locations:
|
||||
- eastus
|
||||
- westus
|
||||
tags:
|
||||
testing: testing
|
||||
delete: on-fini
|
||||
@@ -73,6 +78,11 @@
|
||||
resource_group: "{{ resource_group }}"
|
||||
address_prefix_cidr: "10.1.0.0/16"
|
||||
security_group: secgroupfoo
|
||||
service_endpoints:
|
||||
- service: Microsoft.Sql
|
||||
locations:
|
||||
- eastus
|
||||
- westus
|
||||
tags:
|
||||
testing: testing
|
||||
delete: on-fini
|
||||
|
||||
Reference in New Issue
Block a user