Skip to content

Commit

Permalink
Upgrade terraform-provider-aws to v5.57.0 (#4179)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-aws
--kind=all --target-bridge-version=latest`.

---

- Upgrading terraform-provider-aws from 5.56.1  to 5.57.0.
	Fixes #4178
  • Loading branch information
pulumi-bot authored Jul 8, 2024
1 parent 21c0385 commit 9d8671d
Show file tree
Hide file tree
Showing 193 changed files with 20,038 additions and 1,277 deletions.
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

0 comments on commit 9d8671d

Please sign in to comment.