You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.]]
The text was updated successfully, but these errors were encountered:
terraform apply result in:
The text was updated successfully, but these errors were encountered: