Use the 1Password Terraform Provider to reference, create, or update items in your 1Password Vaults.
324
stars
48
forks
source link
Changing `field` s of a `section` gives unexpected results (re-labeling of existing fields and thus data moved) #77
Open
daniel-ciaglia opened 1 year ago
Your environment
Terraform Provider Version: 1.1.4 (latest) Connect Server Version: 1.5.7 OS: MacOS 13.3 on M1 Terraform Version: 1.4.4
What happened?
create a basic item
create a section with 3 fields (no values)
fields named
a_password
,b_password
,z_password
terraform apply
added values manually to fields
added a new field name
c_password
terraform apply
label for field
z_password
was changed toc_password
and thus manual data are now available in the wrong fieldWhat did you expect to happen?
c_password
Steps to reproduce
id
to the field, but this id was happily changed as wellSource code