Skip to content
This repository has been archived by the owner on Jun 10, 2021. It is now read-only.

Commit

Permalink
Moar docz
Browse files Browse the repository at this point in the history
  • Loading branch information
stealthllama committed Feb 20, 2020
1 parent badd320 commit d76ac1c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 14 deletions.
9 changes: 6 additions & 3 deletions examples/README.md → examples/exampleA/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ files
└── software
```

## Examples
## Example

```terraform
#
Expand All @@ -26,8 +26,11 @@ provider "azurerm" {
client_secret = var.azure_client_secret
}
module "bootstrap" {
source = "github.com/stealthllama/terraform-azurerm-panos-bootstrap"
module "panos-bootstrap" {
source = "app.terraform.io/stealthllama/panos-bootstrap/azurerm"
version = "0.1.1"
}
azure_resource_group = var.azure_resource_group
Expand Down
1 change: 1 addition & 0 deletions examples/exampleB/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Test
11 changes: 0 additions & 11 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -24,17 +24,6 @@ variable "azure_location" {
description = "The Azure location in which to deploy"
}

variable "bootstrap_directories" {
description = "The directories comprising the bootstrap package"
default = [
"config",
"content",
"software",
"license",
"plugins"
]
}

variable "hostname" {
default = ""
description = "The hostname of the VM-series instance"
Expand Down

0 comments on commit d76ac1c

Please sign in to comment.