Skip to content

Commit

Permalink
fix: false positive on field InstanceInitiatedShutdownBehavior
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev committed Apr 7, 2021
1 parent d81d0a9 commit 1048d8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/resource/aws/aws_instance.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type AwsInstance struct {
HostId *string `cty:"host_id" computed:"true"`
IamInstanceProfile *string `cty:"iam_instance_profile"`
Id string `cty:"id" computed:"true"`
InstanceInitiatedShutdownBehavior *string `cty:"instance_initiated_shutdown_behavior"`
InstanceInitiatedShutdownBehavior *string `cty:"instance_initiated_shutdown_behavior" diff:"-"`
InstanceState *string `cty:"instance_state" computed:"true"`
InstanceType *string `cty:"instance_type"`
Ipv6AddressCount *int `cty:"ipv6_address_count" computed:"true"`
Expand Down

0 comments on commit 1048d8b

Please sign in to comment.