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

Server with empty description fails to create cleanly #43

Open
Schroedi opened this issue Jan 13, 2025 · 0 comments
Open

Server with empty description fails to create cleanly #43

Schroedi opened this issue Jan 13, 2025 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Schroedi
Copy link

Creating a server with an empty string as description results in a tainted resource:

resource "coolify_server" "coolify_db_server" {
  name             = "coolify_db_server"
  description      = ""
  ...
}

│ Error: Provider produced inconsistent result after apply

│ When applying changes to coolify_server.coolify_db_server, provider
│ "provider["registry.terraform.io/sierrajc/coolify"]" produced an
│ unexpected new value: .description: was cty.StringVal(""), but now null.

@SierraJC SierraJC self-assigned this Jan 14, 2025
@SierraJC SierraJC added the bug Something isn't working label Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants