-
Notifications
You must be signed in to change notification settings - Fork 47
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
data source can not access sections #187
Comments
I have been having similar issues, although I've managed to get the 1password sections to start appearing if I add a new section with a label via the webui. This is obviously unacceptable as a solution/workaround, but it's something at least. I don't get any of the fields though, no matter what I do. |
I've hit this too. I'm using Terraform CDK and this is currently the interface for SectionFields: export interface DataOnepasswordItemSectionField {
} |
I am also using Terraform CDK |
I reverted to 1.4.0 and I can get the data through, but I also had to move all the fields to a newly created section with a label |
This is still an issue with 2.1.2 |
Your environment
Terraform Provider Version: 2.1.0
Connect Server Version:
CLI Version: 2.28
OS: macOS Sonoma 14.5
Terraform Version: 1.8.3
What happened?
When I read an 1pw item as data source, I can not access sections in that item. It worked prior to 2.0.0. I can access sections of a resource, though.
Example
Applying this gives the following error:
What did you expect to happen?
I expected to receive the first section.
Steps to reproduce
The text was updated successfully, but these errors were encountered: