Skip to content

Commit

Permalink
Fix missing bracket, update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
chvancooten committed Mar 14, 2022
1 parent 4925a79 commit eb6f0da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
*.tfvars
*.tfstate
*.tfstate.backup
*.lockhcl
Terraform/.terraform
Terraform/.terraform/**
Ansible/group_vars/all.yml
Ansible/group_vars/*.yml
2 changes: 1 addition & 1 deletion Terraform/06-elastic.tf
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ resource "azurerm_network_interface" "cloudlabs-vm-elastic-nic" {
private_ip_address_allocation = "Static"
private_ip_address = "10.13.37.50"
}

}

# Virtual Machine
resource "azurerm_linux_virtual_machine" "cloudlabs-vm-elastic" {
Expand Down

0 comments on commit eb6f0da

Please sign in to comment.