providder/azure: ASM image names have dates in them :-|

This commit is contained in:
Paul Hinze 2016-03-02 13:02:48 -06:00
parent a7a9b14c59
commit 834bfcdc7a
1 changed files with 2 additions and 2 deletions

View File

@ -508,7 +508,7 @@ resource "azure_security_group_rule" "foo" {
resource "azure_instance" "foo" {
name = "terraform-test1"
image = "Windows Server 2012 R2 Datacenter, September 2015"
image = "Windows Server 2012 R2 Datacenter, January 2016"
size = "Basic_A1"
storage_service_name = "%s"
location = "West US"
@ -582,7 +582,7 @@ resource "azure_security_group_rule" "bar" {
resource "azure_instance" "foo" {
name = "terraform-test1"
image = "Windows Server 2012 R2 Datacenter, September 2015"
image = "Windows Server 2012 R2 Datacenter, January 2016"
size = "Basic_A2"
storage_service_name = "%s"
location = "West US"