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

Secret not registered for creation #80

Open
Real-Gecko opened this issue Dec 9, 2024 · 0 comments
Open

Secret not registered for creation #80

Real-Gecko opened this issue Dec 9, 2024 · 0 comments

Comments

@Real-Gecko
Copy link

Following official documentation I want to create secret

resource "infisical_secret" "redis-url" {
  name         = "REDIS_URL"
  value        = "redis://redis:6379"
  env_slug     = infisical_project_environment.testing.slug
  folder_path  = "/"
  workspace_id = data.infisical_projects.myproj.id
}

However running terraform plan does not even show that it's planned for creation.

I think it's related to #79

Provider version v0.12.4

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

1 participant