Skip to content

Commit

Permalink
Merge pull request #38689 from hashicorp/b-capacity_block_reservation
Browse files Browse the repository at this point in the history
  • Loading branch information
johnsonaj authored Aug 5, 2024
2 parents 08a46ae + f5a3502 commit 93d8cd5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .changelog/38689.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
```release-note:bug
resource/aws_ec2_capacity_block_reservation: Fix error during apply for missing `created_date` attribute
```
1 change: 1 addition & 0 deletions internal/service/ec2/ec2_capacity_block_reservation.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,7 @@ type capacityBlockReservationReservationModel struct {
ARN types.String `tfsdk:"arn"`
AvailabilityZone types.String `tfsdk:"availability_zone"`
CapacityBlockOfferingID types.String `tfsdk:"capacity_block_offering_id"`
CreatedDate timetypes.RFC3339 `tfsdk:"created_date"`
EbsOptimized types.Bool `tfsdk:"ebs_optimized"`
EndDate timetypes.RFC3339 `tfsdk:"end_date"`
EndDateType fwtypes.StringEnum[awstypes.EndDateType] `tfsdk:"end_date_type"`
Expand Down

0 comments on commit 93d8cd5

Please sign in to comment.