Skip to content

Commit

Permalink
add script, modify script
Browse files Browse the repository at this point in the history
  • Loading branch information
José Manuel Ordoñez Castillo committed Apr 21, 2019
1 parent 3b4e7fc commit d9cba40
Showing 3 changed files with 10 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Terraform/backend.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# When authenticating using the Azure CLI or a Service Principal:
terraform {
backend "azurerm" {
storage_account_name = "tfstacc20042018"
container_name = "terraform"
key = "dev.terraform.tfstate"
}
}

Empty file removed Terraform/variables.tf
Empty file.
1 change: 1 addition & 0 deletions Terraform/vmNginx.tf
Original file line number Diff line number Diff line change
@@ -2,6 +2,7 @@ provider "azurerm" {
version = "1.1.1"
}

# Create Resource Group
resource "azurerm_resource_group" "myterraformgroup" {
name = "testResourceGroup"
location = "centralus"

0 comments on commit d9cba40

Please sign in to comment.