-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
1ec1bb7
commit 3a96cea
Showing
14 changed files
with
56 additions
and
56 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
variable client_id { | ||
variable "client_id" { | ||
type = string | ||
description = "Azure Client ID" | ||
} | ||
|
||
variable client_secret { | ||
variable "client_secret" { | ||
type = string | ||
description = "Azure Client Secret" | ||
} | ||
|
||
variable tenant_id { | ||
variable "tenant_id" { | ||
type = string | ||
description = "Azure Tenant ID" | ||
} | ||
|
||
variable subscription_id { | ||
variable "subscription_id" { | ||
type = string | ||
description = "Azure Subscription ID" | ||
} | ||
|
||
variable admin_user { | ||
variable "admin_user" { | ||
type = string | ||
description = "Admin username" | ||
} | ||
|
||
variable admin_pass { | ||
variable "admin_pass" { | ||
type = string | ||
description = "Admin password" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,29 @@ | ||
variable client_id { | ||
variable "client_id" { | ||
type = string | ||
description = "Azure Client ID" | ||
} | ||
|
||
variable client_secret { | ||
variable "client_secret" { | ||
type = string | ||
description = "Azure Client Secret" | ||
} | ||
|
||
variable tenant_id { | ||
variable "tenant_id" { | ||
type = string | ||
description = "Azure Tenant ID" | ||
} | ||
|
||
variable subscription_id { | ||
variable "subscription_id" { | ||
type = string | ||
description = "Azure Subscription ID" | ||
} | ||
|
||
variable admin_user { | ||
variable "admin_user" { | ||
type = string | ||
description = "Admin username" | ||
} | ||
|
||
variable admin_pass { | ||
variable "admin_pass" { | ||
type = string | ||
description = "Admin password" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
variable netdev { | ||
variable "netdev" { | ||
type = string | ||
description = "Default network adapter to use" | ||
} | ||
|
||
variable branch { | ||
variable "branch" { | ||
type = string | ||
description = "Git branch in use" | ||
} |