Skip to content

Commit

Permalink
Merge pull request #667 from hashicorp/f-force-OptionalComputed
Browse files Browse the repository at this point in the history
Force all `Optional` attributes to `Computed`
  • Loading branch information
ewbankkit authored Sep 27, 2022
2 parents 8209d8b + 0fa01b5 commit 8fd2774
Show file tree
Hide file tree
Showing 464 changed files with 25,893 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## 0.33.0 (Unreleased)

NOTES:

* Optional attributes without a default value specified in the resource's CloudFormation schema are now handled as _Computed_, indicating that if no value has been configured then Terraform will not perform drift detection on the attribute ([#667](https://github.com/hashicorp/terraform-provider-awscc/issues/667))

## [0.32.0](https://github.com/hashicorp/terraform-provider-awscc/releases/tag/v0.32.0) (September 8, 2022)

FEATURES:
Expand Down
16 changes: 16 additions & 0 deletions internal/aws/accessanalyzer/analyzer_resource_gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 8fd2774

Please sign in to comment.