Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
vietpham123 authored Aug 19, 2021
1 parent 7a5b757 commit 475b01a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,16 @@ provider "azurerm" {
features {}
}

variable "user_name" {
type = string
default = ""
}

variable "user_password" {
type = string
default = ""
}

# Locate existing Packer Image
data "azurerm_image" "search" {
name = "raddit-base-ISO"
Expand Down

0 comments on commit 475b01a

Please sign in to comment.