Last active
August 2, 2023 19:16
-
-
Save nleiva/e14af08c3c5b295aa70495ab53c9e1b3 to your computer and use it in GitHub Desktop.
Creating a VNET on Azure
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- name: Create Virtual Network "VNET NAME" | |
azure.azcollection.azure_rm_virtualnetwork: | |
name: "VNET NAME" | |
resource_group: "RESOURCE GROUP NAME" | |
address_prefixes_cidr: | |
- "172.16.0.0/16" | |
tags: | |
Environment: "OPTIONAL" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment