Skip to content

Commit 61d88f5

Browse files
authored
Upgrade terraform-provider-aws to v6.7.0 (#5719)
fixes #5713
1 parent 3200ae8 commit 61d88f5

File tree

276 files changed

+9316
-3769
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

276 files changed

+9316
-3769
lines changed

examples/go.mod

Lines changed: 266 additions & 266 deletions
Large diffs are not rendered by default.

examples/go.sum

Lines changed: 532 additions & 532 deletions
Large diffs are not rendered by default.

provider/cmd/pulumi-resource-aws/bridge-metadata.json

Lines changed: 31 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3231,6 +3231,9 @@
32313231
"engine_version": {
32323232
"maxItemsOne": true
32333233
},
3234+
"identity_center_configuration": {
3235+
"maxItemsOne": true
3236+
},
32343237
"result_configuration": {
32353238
"maxItemsOne": true,
32363239
"elem": {
@@ -113725,6 +113728,19 @@
113725113728
"current": "aws:quicksight/ingestion:Ingestion",
113726113729
"majorVersion": 7
113727113730
},
113731+
"aws_quicksight_ip_restriction": {
113732+
"current": "aws:quicksight/ipRestriction:IpRestriction",
113733+
"majorVersion": 7
113734+
},
113735+
"aws_quicksight_key_registration": {
113736+
"current": "aws:quicksight/keyRegistration:KeyRegistration",
113737+
"majorVersion": 7,
113738+
"fields": {
113739+
"key_registration": {
113740+
"maxItemsOne": false
113741+
}
113742+
}
113743+
},
113728113744
"aws_quicksight_namespace": {
113729113745
"current": "aws:quicksight/namespace:Namespace",
113730113746
"majorVersion": 7
@@ -233537,7 +233553,19 @@
233537233553
},
233538233554
"aws_ecs_service": {
233539233555
"current": "aws:ecs/getService:getService",
233540-
"majorVersion": 7
233556+
"majorVersion": 7,
233557+
"fields": {
233558+
"load_balancer": {
233559+
"maxItemsOne": false,
233560+
"elem": {
233561+
"fields": {
233562+
"advanced_configuration": {
233563+
"maxItemsOne": false
233564+
}
233565+
}
233566+
}
233567+
}
233568+
}
233541233569
},
233542233570
"aws_ecs_task_definition": {
233543233571
"current": "aws:ecs/getTaskDefinition:getTaskDefinition",
@@ -283643,6 +283671,8 @@
283643283671
"aws:quicksight/groupMembership:GroupMembership": 0,
283644283672
"aws:quicksight/iamPolicyAssignment:IamPolicyAssignment": 1,
283645283673
"aws:quicksight/ingestion:Ingestion": 1,
283674+
"aws:quicksight/ipRestriction:IpRestriction": 1,
283675+
"aws:quicksight/keyRegistration:KeyRegistration": 1,
283646283676
"aws:quicksight/namespace:Namespace": 1,
283647283677
"aws:quicksight/refreshSchedule:RefreshSchedule": 1,
283648283678
"aws:quicksight/roleMembership:RoleMembership": 1,

provider/cmd/pulumi-resource-aws/runtime-bridge-metadata.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

provider/cmd/pulumi-resource-aws/schema.json

Lines changed: 469 additions & 126 deletions
Large diffs are not rendered by default.

provider/go.mod

Lines changed: 266 additions & 266 deletions
Large diffs are not rendered by default.

provider/go.sum

Lines changed: 532 additions & 532 deletions
Large diffs are not rendered by default.

provider/replacements.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1759,6 +1759,10 @@
17591759
{
17601760
"old": " account_name = \"quicksight-terraform\"",
17611761
"new": " account_name = \"quicksight-pulumi\""
1762+
},
1763+
{
1764+
"old": "* `aws_account_id` - (Optional, Forces new resource) AWS account ID. Defaults to automatically determined account ID of the Terraform AWS provider.\n",
1765+
"new": "* `aws_account_id` - (Optional, Forces new resource) AWS account ID. Defaults to automatically determined account ID of the Pulumi AWS provider.\n"
17621766
}
17631767
],
17641768
"ram_resource_share_accepter.html.markdown": [

provider/resources.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6057,6 +6057,8 @@ func setupComputedIDs(prov *tfbridge.ProviderInfo) {
60576057
"aws_s3_bucket_metadata_configuration": {"bucket"},
60586058
"aws_networkfirewall_firewall_transit_gateway_attachment_accepter": {"id"},
60596059
"aws_connect_phone_number_contact_flow_association": {"phoneNumberId", "instanceId", "contractFlowId"},
6060+
"aws_quicksight_ip_restriction": {"awsAccountId"},
6061+
"aws_quicksight_key_registration": {"awsAccountId"},
60606062
}
60616063

60626064
for tfResourceID, computeIDParts := range computeIDPartsByTfResourceID {

sdk/dotnet/Athena/Inputs/WorkgroupConfigurationArgs.cs

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)