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

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kumarvit committed Jun 26, 2020
1 parent 971d9a7 commit df9f704
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ module "virtual-machine" {
enable_vm_availability_set = true
enable_public_ip_address = true
customimage = {
custom_image = {
publisher = "myPublisher"
offer = "myOffer"
sku = "mySKU"
Expand Down
4 changes: 2 additions & 2 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -90,12 +90,12 @@ variable "source_image_id" {

variable "custom_image" {
description = "Provide the custom image to this module if the default variants are not sufficient"
type = map(object({
type = object({
publisher = string
offer = string
sku = string
version = string
}))
})
default = null
}

Expand Down

0 comments on commit df9f704

Please sign in to comment.