Popular repositories
2,804 contributions in the last year
Less
More
Activity overview
Contributed to
hashicorp/terraform-provider-aws,
hashicorp/terraform-plugin-sdk,
bflad/tfproviderlint
and 5 other
repositories
Contribution activity
August 2021
Created 1 repository
Created a pull request in hashicorp/terraform-plugin-framework that received 3 comments
tfsdk: Prevent Attribute misconfiguration by consolidating Computed, Optional, and Required fields into a single Configuration field
Closes #31
Closes #94
Field, type, and value naming (and where the bits live) is up for discussion.
+516
−484
•
3
comments
Opened 12 other pull requests in 4 repositories
hashicorp/terraform-plugin-framework
3
open
2
merged
- tfsdk: Validate Attribute sets at least one of Required, Optional, or Computed
- Create diag package and switch all applicable []tfprotov6.Diagnostic usage
- docs/design: Initial diagnostics design
-
tfsdk: Return warning diagnostic when using
AttributeorSchematypeDeprecationMessagefield - tfsdk: Add unit testing covering attr.TypeWithValidate in (Attribute).validate()
hashicorp/terraform-plugin-go
4
merged
- tftypes: Change (AttributePath).WithElementKeyInt() method parameter to int
- tftypes: Fixed elements of Tuple and Map and attributes of Object having DynamicPseudoType as their type when unmarshaling msgpack values from Terraform.
- tftypes: Allow null DynamicPseudoType in newValue and prevent potential msgpack panic
- tftypes: Enhance Type Comparisons Functionality
hashicorp/terraform-plugin-sdk
2
merged
mitchellh/go-testing-interface
1
merged
Reviewed 13 pull requests in 6 repositories
hashicorp/terraform-plugin-framework
6 pull requests
- docs/design: Initial diagnostics design
-
tfsdk: Return warning diagnostic when using
AttributeorSchematypeDeprecationMessagefield - Fix version constraints in README.
- tfsdk: Initial support for Attribute, Data Source, Provider, and Resource validation
- Introduce attr.TypeWithValidate handling to internal/reflect and tfsdk
- Implement ResourceWithModifyPlan interface
hashicorp/terraform-plugin-sdk
2 pull requests
hashicorp/terraform-plugin-go
2 pull requests
hashicorp/terraform-plugin-log
1 pull request
hashicorp/terraform
1 pull request
hashicorp/terraform-website
1 pull request
Created an issue in hashicorp/terraform-plugin-framework that received 4 comments
Consider Automatically Calling State.RemoveResource() After Successful Resource Deletion
Module version
v0.2.0
Use-cases
Currently the framework requires all resource implementations to include this type of logic in the Delete() method:
…
4
comments

