Skip to content

Commit

Permalink
Added tfvars example file.
Browse files Browse the repository at this point in the history
  • Loading branch information
scarolan committed Aug 20, 2018
1 parent b9232aa commit e68ab28
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
count: false
![:scale 40%](images/Terraform_VerticalLogo_FullColor.png)
.titletext[
Terraforming Azure
Terraform and Azure
for Beginners]
Get up and running with Terraform
on Azure in less than 15 Minutes
Expand Down
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ output "public_dns" {
}

output "App_Server_URL" {
value = "http://${azurerm_public_ip.tf-guide-pip.fqdn}:8200"
value = "http://${azurerm_public_ip.tf-guide-pip.fqdn}"
}
3 changes: 3 additions & 0 deletions terraform.tfvars.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
admin_username = "scarolan"
admin_password = "Mypassword11!"
hostname = "catapp"

0 comments on commit e68ab28

Please sign in to comment.