Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bumping API version for devspace resource #3805

Closed
solacens opened this issue Jul 8, 2019 · 3 comments · Fixed by #4597
Closed

Bumping API version for devspace resource #3805

solacens opened this issue Jul 8, 2019 · 3 comments · Fixed by #4597

Comments

@solacens
Copy link

solacens commented Jul 8, 2019

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
  • Please do not leave "+1" or "me too" comments, they generate extra noise for issue followers and do not help prioritize the request
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment

Terraform (and AzureRM Provider) Version

Terraform v0.12.2
+ provider.azuread v0.4.0
+ provider.azurerm v1.31.0

Affected Resource(s)

  • azurerm_devspace_controller

Terraform Configuration Files

    name                = "${local.aks_dev_space_name}"
    location            = "southeastasia"
    resource_group_name = "${azurerm_resource_group.rg.name}"

    sku {
        name = "S1"
        tier = "Standard"
    }

    host_suffix                              = "${local.aks_dev_space_name_host_suffix}"
    target_container_host_resource_id        = "${azurerm_kubernetes_cluster.k8s.id}"
    target_container_host_credentials_base64 = "${base64encode(azurerm_kubernetes_cluster.k8s.kube_config_raw)}"

    tags                = "${var.tags}"

Debug Output

Panic Output

Error: Error creating DevSpace Controller "xxxxxxxxxxx" (Resource Group "xxxxxxxxxx"): devspaces.ControllersClient#Create: Failure sending request: StatusCode=400 -- Original Error: Code="NoRegisteredProviderFound" Message="No registered resource provider found for location 'southeastasia' and API version '2018-06-01-preview' for type 'controllers'. The supported api-versions are '2019-04-01'. The supported locations are 'eastus, canadaeast, westeurope, canadacentral, centralus, westus2, westcentralus, southeastasia, eastus2, northeurope, australiaeast, uksouth'."

Expected Behavior

Actual Behavior

Steps to Reproduce

  1. terraform apply

Important Factoids

References

@solacens solacens changed the title Bumping API version for azurerm_devspace_controller resource Bumping API version for devspace resource Jul 8, 2019
@solacens
Copy link
Author

solacens commented Jul 8, 2019

Seems the 2018-06-01-preview cannot support southeastasia at the moment. Please bump the version 😀

@nexxai
Copy link
Contributor

nexxai commented Sep 9, 2019

Submitted PR #4288

@ghost
Copy link

ghost commented Mar 29, 2020

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues.

If you feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 [email protected]. Thanks!

@ghost ghost locked and limited conversation to collaborators Mar 29, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants