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

Error while creating a new Organization #22

Closed
qventura opened this issue Feb 16, 2018 · 2 comments
Closed

Error while creating a new Organization #22

qventura opened this issue Feb 16, 2018 · 2 comments

Comments

@qventura
Copy link

resource "sentry_organization" "default" {
  name = "${var.org_name}"
}

terraform apply result in:

Terraform will perform the following actions:

  + sentry_organization.default
      id:   <computed>
      name: "XXX"
      slug: <computed>


Plan: 1 to add, 0 to change, 0 to destroy.

Do you want to perform these actions?
  Terraform will perform the actions described above.
  Only 'yes' will be accepted to approve.

  Enter a value: yes

sentry_organization.default: Creating...
  name: "" => "XXX"
  slug: "" => "<computed>"

Error: Error applying plan:

1 error(s) occurred:

* sentry_organization.default: 1 error(s) occurred:

* sentry_organization.default: sentry: map[agreeTerms:[This field is required.]]
@qventura
Copy link
Author

https://sentry.io/organizations/new/

screen shot 2018-02-16 at 9 24 10 am

Might not be related to the plugin though ...

@jianyuan
Copy link
Owner

It looks like this new agreeTerms field was introduced 3 days ago. I'll make the necessary changes soon.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants