Created
January 12, 2017 16:38
-
-
Save tech6/3893f5eebacc1227f0dd5fba5aeabe21 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
resource "azurerm_availability_set" "web" { | |
name = "as-acme-scus-prod-web" | |
location = "South Central US" | |
resource_group_name = "${var.resource_group_name}" | |
} | |
* azurerm_availability_set.web: compute.AvailabilitySetsClient#CreateOrUpdate: Failure responding to request: StatusCode=400 -- Original Error: autorest/azure: Service returned an error. Status=400 Code="InvalidApiVersionParameter" Message="The api-version '2016-03-30' is invalid. The supported versions are '2016-09-01,2016-07-01,2016-06-01,2016-02-01,2015-11-01,2015-01-01,2014-04-01-preview,2014-04-01,2014-01-01,2013-03-01,2014-02-26,2014-04'." |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment