We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7a9b14 commit 834bfcdCopy full SHA for 834bfcd
1 file changed
builtin/providers/azure/resource_azure_instance_test.go
@@ -508,7 +508,7 @@ resource "azure_security_group_rule" "foo" {
508
509
resource "azure_instance" "foo" {
510
name = "terraform-test1"
511
- image = "Windows Server 2012 R2 Datacenter, September 2015"
+ image = "Windows Server 2012 R2 Datacenter, January 2016"
512
size = "Basic_A1"
513
storage_service_name = "%s"
514
location = "West US"
@@ -582,7 +582,7 @@ resource "azure_security_group_rule" "bar" {
582
583
584
585
586
size = "Basic_A2"
587
588
0 commit comments