Giter VIP home page Giter VIP logo

Comments (3)

hashibot avatar hashibot commented on July 26, 2024

This comment was originally opened by @Jalle19 as hashicorp/terraform#4807 (comment). It was migrated here as part of the provider split. The original comment is below.


Apparently the region prefix was added as hack to workaround an issue in the Vagrant post-processor for Packer. Either that work around should be reverted or the Terraform provider will need to strip the region prefix before using the ID.

from terraform-provider-digitalocean.

hashibot avatar hashibot commented on July 26, 2024

This comment was originally opened by @lminaudier as hashicorp/terraform#4807 (comment). It was migrated here as part of the provider split. The original comment is below.


Hi there,

Indeed I faced a similar issue. As a workaround I used elem and split functions like so.

resource "digitalocean_droplet" "web" {
  name = "web"
  image = "${element(split(":", atlas_artifact.web.id), 1)}"
  region = "lon1"
  size = "512mb"
}

from terraform-provider-digitalocean.

andrewsomething avatar andrewsomething commented on July 26, 2024

As HashiCorp has announced that Artifact Registry features of Atlas are being decommissioned as part of the Terraform Enterprise transition, I'm going to go ahead and close this one out.

The Packer and Artifact Registry features of Atlas will no longer be actively developed or maintained and will be fully decommissioned on Friday, May 31, 2018. "Atlas" has been renamed to Terraform Enterprise and the features being developed are focusing on Terraform.

Source: https://www.hashicorp.com/blog/hashicorp-terraform-enterprise-general-availability

from terraform-provider-digitalocean.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.