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
PR #92 added the ability to set personal_configs for doppler_environment, which is a beautiful thing.
Bug Report
I have a Doppler Environment, sandbox.dev, with the optional feature turned on, which I created previously via Doppler web console. After importing it, the plan step warns of the following change:
# module.doppler-environment.doppler_environment.env["sandbox.dev"] will be updated in-place
~ resource "doppler_environment" "env" {
id = "sandbox.dev"
name = "Dev"
+ personal_configs = true
# (2 unchanged attributes hidden)
}
Expected Behavior
I expected to see:
No changes. Your infrastructure matches the configuration.
The text was updated successfully, but these errors were encountered:
Background
PR #92 added the ability to set
personal_configs
fordoppler_environment
, which is a beautiful thing.Bug Report
I have a Doppler Environment,
sandbox.dev
, with the optional feature turned on, which I created previously via Doppler web console. After importing it, the plan step warns of the following change:Expected Behavior
I expected to see:
The text was updated successfully, but these errors were encountered: