Releases: brittandeyoung/terraform-provider-awsteam
Releases · brittandeyoung/terraform-provider-awsteam
v1.1.0
v1.0.1
Fixes
- Resource:
awsteam_eligibility_group
now requires thegroup_id
field. This will be used as the resourceid
. 36 - Resource:
awsteam_eligibility_user
now requires theuser_id
field. This will be used as the resourceid
. 36 - Resources:
awsteam_eligibility_group
,awsteam_eligibility_user
,awsteam_approvers_account
,awsteam_approvers_ou
, andawsteam_settings
Deleting outside of terraform will no longer cause terraform to error.
v1.0.0
Changes
- Removed validators on
group_id
schema fields as they can be values other than UUID 26
Fixes
- Provider: Corrected the provider schema attribute mapping to configuration fields for
client_secret
,graph_endpoint
, andtoken_endpoint
24
Breaks
- Resources:
awsteam_eligibility_group
,awsteam_eligibility_user
, andawsteam_approvers_account
AWS account numbers are now string values 26