Coder Social home page Coder Social logo

Comments (3)

phumberdroz avatar phumberdroz commented on July 17, 2024
  • aiven_project.project: 1 error(s) occurred:

  • aiven_project.project: 400: {"errors":[{"message":"Project name must consist of 1-64 alphanumerical characters","status":400}],"message":"Project name must consist of 1-64 alphanumerical characters"} -

from terraform-provider-aiven.

rikonen avatar rikonen commented on July 17, 2024

Could you show the part of your Terraform file that defines the project resource? That error is coming from the backend (which does allow dashes so long they're not the first character) so either the provider or API client is somehow mangling your name or there's something weird with how you're defining the name.

from terraform-provider-aiven.

phumberdroz avatar phumberdroz commented on July 17, 2024
resource "aiven_project" "project" {
  project           = "Environment-${terraform.workspace}"
  copy_from_project = "karl-3727"

  lifecycle {
    # Ignore Because it conflicts with copy_from_project see: https://github.com/aiven/terraform-provider-aiven/issues/47
    ignore_changes = [
      "billing_address",
      "billing_emails",
      "card_id",
      "country_code",
      "technical_emails",
    ]
  }
}

I just checked again the error might actually be that I used an uppercase E and not a lowercase one

from terraform-provider-aiven.

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.