hashicorp / terraform-provider-azure-classic

Terraform Azure Classic (Service Management) provider
https://www.terraform.io/docs/providers/azure/
Mozilla Public License 2.0
3 stars 11 forks source link

Unable to get latest image of CoreOS in Azure #20

Closed hashibot closed 6 years ago

hashibot commented 7 years ago

This issue was originally opened by @dmitryint as hashicorp/terraform#5230. It was migrated here as part of the provider split. The original body of the issue is below.


I'm trying to deploy a CoreOS VM on Azure. My resource file looks like this:

resource "azure_instance" "coreos-test-01" {
    name = "coreos-test-01"
    hosted_service_name = "${azure_hosted_service.coreos-test-service.name}"
    image = "CoreOS Alpha"
    size = "Standard_D1"
    ...
}

After deploy, I get the first alpha version, which is in Azure: 475.1.0 If I specify the image name, such as: 2b171e93f07c4903bcad35bda10acf22__CoreOS-Alpha-962.0.0, then run terraform apply the message error: Could not find image with label '2b171e93f07c4903bcad35bda10acf22__CoreOS-Alpha-962.0.0'.

vancluever commented 6 years ago

Hello!

Thank you for opening this issue and participating in the discussion. Today (December 19, 2017) we’ve announced the deprecation and archival of the Azure Classic Provider. Matching Microsoft’s commitment to gradually remove access to Azure Classic (or Service Management) which is outlined in this blog post, we are closing all open PR's and Issues here. This repository will remain available here on GitHub, but in an archived state, and no longer receiving support or new releases.

The Azure (Resource Manager) Provider remains fully supported and is our recommended approach for managing Azure with Terraform. More information about this process is available in the blog post linked above.

Thanks! The Terraform Team