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
{{ message }}
This repository has been archived by the owner on Dec 8, 2020. It is now read-only.
I'm running into a problem with the bitbucket_repository resource. It seems remote fields are not correctly updated, even though they are stored in the tfstate file.
This ticket is specific to fork_policy, but I've noticed similar issues with is_private and language.
This issue was originally opened by @ksatirli as hashicorp/terraform#9529. It was migrated here as part of the provider split. The original body of the issue is below.
Hi there,
I'm running into a problem with the
bitbucket_repository
resource. It seems remote fields are not correctly updated, even though they are stored in thetfstate
file.This ticket is specific to
fork_policy
, but I've noticed similar issues withis_private
andlanguage
.Terraform Version
Terraform v0.7.7
Affected Resource(s)
Terraform Configuration Files
Note: in the above example,
bitbucket_username
is just the same username used to configure the provider itself.Panic Output
no panic
Expected Behavior
The
fork_policy
should be set on an initial run and then only show up as changed when it actually has changedActual Behavior
The
fork_policy
shows as changed on every run.Steps to Reproduce
terraform apply
terraform apply
will then show that the resource has been updated, again. This shows up as changed resource on every run.Important Factoids
n/a
The text was updated successfully, but these errors were encountered: