We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
terraform plan
I think it's related to #79
Provider version v0.12.4
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Following official documentation I want to create secret
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
The text was updated successfully, but these errors were encountered: