Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade terraform-provider-aws to v5.57.0 #4179

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
412 changes: 209 additions & 203 deletions examples/go.mod

Large diffs are not rendered by default.

824 changes: 418 additions & 406 deletions examples/go.sum

Large diffs are not rendered by default.

174 changes: 172 additions & 2 deletions provider/cmd/pulumi-resource-aws/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,9 @@
"current": "aws:amplify/domainAssociation:DomainAssociation",
"majorVersion": 6,
"fields": {
"certificate_settings": {
"maxItemsOne": true
},
"sub_domain": {
"maxItemsOne": false
}
Expand Down Expand Up @@ -10133,7 +10136,12 @@
},
"aws_ec2_transit_gateway_peering_attachment": {
"current": "aws:ec2transitgateway/peeringAttachment:PeeringAttachment",
"majorVersion": 6
"majorVersion": 6,
"fields": {
"options": {
"maxItemsOne": true
}
}
},
"aws_ec2_transit_gateway_peering_attachment_accepter": {
"current": "aws:ec2transitgateway/peeringAttachmentAccepter:PeeringAttachmentAccepter",
Expand Down Expand Up @@ -221080,6 +221088,34 @@
"current": "aws:apprunner/getHostedZoneId:getHostedZoneId",
"majorVersion": 6
},
"aws_appstream_image": {
"current": "aws:appstream/getImage:getImage",
"majorVersion": 6,
"fields": {
"applications": {
"maxItemsOne": false,
"elem": {
"fields": {
"icon_s3_location": {
"maxItemsOne": false
},
"instance_families": {
"maxItemsOne": false
},
"platforms": {
"maxItemsOne": false
}
}
}
},
"image_permissions": {
"maxItemsOne": false
},
"state_change_reason": {
"maxItemsOne": false
}
}
},
"aws_arn": {
"current": "aws:index/getArn:getArn",
"majorVersion": 6
Expand Down Expand Up @@ -221354,7 +221390,29 @@
},
"aws_backup_plan": {
"current": "aws:backup/getPlan:getPlan",
"majorVersion": 6
"majorVersion": 6,
"fields": {
"rule": {
"maxItemsOne": false,
"elem": {
"fields": {
"copy_action": {
"maxItemsOne": false,
"elem": {
"fields": {
"lifecycle": {
"maxItemsOne": false
}
}
}
},
"lifecycle": {
"maxItemsOne": false
}
}
}
}
}
},
"aws_backup_report_plan": {
"current": "aws:backup/getReportPlan:getReportPlan",
Expand Down Expand Up @@ -223106,6 +223164,73 @@
}
}
},
"aws_cognito_user_pool": {
"current": "aws:cognito/getUserPool:getUserPool",
"majorVersion": 6,
"fields": {
"account_recovery_setting": {
"maxItemsOne": false,
"elem": {
"fields": {
"recovery_mechanism": {
"maxItemsOne": false
}
}
}
},
"admin_create_user_config": {
"maxItemsOne": false,
"elem": {
"fields": {
"invite_message_template": {
"maxItemsOne": false
}
}
}
},
"auto_verified_attributes": {
"maxItemsOne": false
},
"device_configuration": {
"maxItemsOne": false
},
"email_configuration": {
"maxItemsOne": false
},
"lambda_config": {
"maxItemsOne": false,
"elem": {
"fields": {
"custom_email_sender": {
"maxItemsOne": false
},
"custom_sms_sender": {
"maxItemsOne": false
},
"pre_token_generation_config": {
"maxItemsOne": false
}
}
}
},
"schema_attributes": {
"maxItemsOne": false,
"elem": {
"fields": {
"number_attribute_constraints": {
"maxItemsOne": false
},
"string_attribute_constraints": {
"maxItemsOne": false
}
}
}
},
"username_attributes": {
"maxItemsOne": false
}
}
},
"aws_cognito_user_pool_client": {
"current": "aws:cognito/getUserPoolClient:getUserPoolClient",
"majorVersion": 6,
Expand Down Expand Up @@ -224861,6 +224986,25 @@
}
}
},
"aws_ec2_transit_gateway_peering_attachments": {
"current": "aws:ec2transitgateway/getPeeringAttachments:getPeeringAttachments",
"majorVersion": 6,
"fields": {
"filter": {
"maxItemsOne": false,
"elem": {
"fields": {
"values": {
"maxItemsOne": false
}
}
}
},
"ids": {
"maxItemsOne": false
}
}
},
"aws_ec2_transit_gateway_route_table": {
"current": "aws:ec2transitgateway/getRouteTable:getRouteTable",
"majorVersion": 6,
Expand Down Expand Up @@ -230480,6 +230624,28 @@
}
}
},
"aws_transfer_connector": {
"current": "aws:transfer/getConnector:getConnector",
"majorVersion": 6,
"fields": {
"as2_config": {
"maxItemsOne": false
},
"service_managed_egress_ip_addresses": {
"maxItemsOne": false
},
"sftp_config": {
"maxItemsOne": false,
"elem": {
"fields": {
"trusted_host_keys": {
"maxItemsOne": false
}
}
}
}
}
},
"aws_transfer_server": {
"current": "aws:transfer/getServer:getServer",
"majorVersion": 6,
Expand Down Expand Up @@ -232451,6 +232617,7 @@
"aws:appmesh/getVirtualRouter:getVirtualRouter": 0,
"aws:appmesh/getVirtualService:getVirtualService": 0,
"aws:apprunner/getHostedZoneId:getHostedZoneId": 1,
"aws:appstream/getImage:getImage": 1,
"aws:athena/getNamedQuery:getNamedQuery": 0,
"aws:auditmanager/getControl:getControl": 1,
"aws:auditmanager/getFramework:getFramework": 1,
Expand Down Expand Up @@ -232502,6 +232669,7 @@
"aws:cognito/getIdentityPool:getIdentityPool": 0,
"aws:cognito/getUserGroup:getUserGroup": 1,
"aws:cognito/getUserGroups:getUserGroups": 1,
"aws:cognito/getUserPool:getUserPool": 1,
"aws:cognito/getUserPoolClient:getUserPoolClient": 0,
"aws:cognito/getUserPoolClients:getUserPoolClients": 0,
"aws:cognito/getUserPoolSigningCertificate:getUserPoolSigningCertificate": 0,
Expand Down Expand Up @@ -232623,6 +232791,7 @@
"aws:ec2transitgateway/getDirectConnectGatewayAttachment:getDirectConnectGatewayAttachment": 0,
"aws:ec2transitgateway/getMulticastDomain:getMulticastDomain": 0,
"aws:ec2transitgateway/getPeeringAttachment:getPeeringAttachment": 0,
"aws:ec2transitgateway/getPeeringAttachments:getPeeringAttachments": 0,
"aws:ec2transitgateway/getRouteTable:getRouteTable": 0,
"aws:ec2transitgateway/getRouteTableAssociations:getRouteTableAssociations": 0,
"aws:ec2transitgateway/getRouteTablePropagations:getRouteTablePropagations": 0,
Expand Down Expand Up @@ -232954,6 +233123,7 @@
"aws:ssoadmin/getPermissionSet:getPermissionSet": 0,
"aws:ssoadmin/getPrincipalApplicationAssignments:getPrincipalApplicationAssignments": 1,
"aws:storagegateway/getLocalDisk:getLocalDisk": 0,
"aws:transfer/getConnector:getConnector": 1,
"aws:transfer/getServer:getServer": 0,
"aws:verifiedpermissions/getPolicyStore:getPolicyStore": 1,
"aws:vpc/getSecurityGroupRule:getSecurityGroupRule": 1,
Expand Down

Large diffs are not rendered by default.

Loading
Loading