Advertisement
Guest User

Untitled

a guest
Oct 4th, 2017
162
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. name = "TestLinux-nic${count.index}"
  2. location = "${var.location}"
  3. resource_group_name = "${azurerm_resource_group.ABTest1.name}"
  4. ip_configuration{
  5.  
  6. name = "test-ipconfig"
  7. subnet_id = "${var.subnet_id}"
  8. private_ip_address_allocation = "Dynamic"
  9.  
  10. }
  11. count = 2
  12.  
  13. computer_name = "TestRHEL-${count.index}"
  14. admin_username = "xxx"
  15. admin_password = "xxx"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement