Skip to content
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

Introduce ListExpr, SetExpr and TupleExpr #28

Merged
merged 1 commit into from
Apr 8, 2021
Merged

Conversation

radeksimko
Copy link
Member

@radeksimko radeksimko commented Mar 22, 2021

This aims to support "nested attribute type" introduced as part of Terraform 0.15, support for which was added to terraform-json in hashicorp/terraform-json#28

None of these expression types are currently supported by the Terraform SDK, so providers can't really produce them yet (unless they somehow bypass the SDK and talk gRPC directly).

Additionally tuples are not supported in the SDK at all:
https://pkg.go.dev/github.com/hashicorp/terraform-plugin-sdk@v1.16.1/helper/schema#ValueType

@radeksimko radeksimko changed the title Introduce ListExpr and SetExpr Introduce ListExpr, SetExpr and TupleExpr Mar 24, 2021
@radeksimko radeksimko force-pushed the f-more-expr-types branch 4 times, most recently from 2de6bff to 683155c Compare March 25, 2021 10:43
@radeksimko radeksimko marked this pull request as ready for review March 25, 2021 10:45
@radeksimko radeksimko requested a review from a team March 25, 2021 10:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants