Skip to content

Commit

Permalink
Revert image type to any
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd-ntrf committed May 20, 2020
1 parent 84b4ecb commit 406febf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).


## [7.2] 2020-05-20

### Changed
- Reverted type of image variable from string to any because Azure image input is a map.

## [7.1] 2020-05-20

### Changed
Expand Down
2 changes: 1 addition & 1 deletion common/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ variable "instances" {
}

variable "image" {
type = string
type = any
description = "Name of the operating system image that will be used to create a boot disk for the instances"
}

Expand Down

0 comments on commit 406febf

Please sign in to comment.