v1.0.10
What's Changed
BREAKING CHANGES:
- resource/aws_organization: remove the aws_organization resource #82
- resource/aws_account: remove the organization_master_account_id attribute and replace it with the organization_id attribute #82
- resource/aws_account: make the role_external_id attribute sensitive and write-only-once since it is effectively a shared secret #82
IMPROVEMENTS:
- Bump golang.org/x/oauth2 from 0.22.0 to 0.23.0 #67
- Bump build dependencies #69
- Bump google.golang.org/grpc from 1.66.0 to 1.67.0 #70 #73 #80
- Bump Buf from 1.40.0 to 1.42.0 #74 #75 #79
- Migrate Buf config to v2 #76
- Bump github.com/hashicorp/terraform-plugin-framework from 1.11.0 to 1.12.0 #77
Full Changelog: v1.0.9...v1.0.10