Skip to content

Commit 0e9e84b

Browse files
authored
Upgrade pulumi-terraform-bridge to v3.86.0 (#4160)
This PR was generated via `$ upgrade-provider pulumi/pulumi-aws --kind=bridge --pr-reviewers=guineveresaenger`. Fixes #4091 Fixes #4137 --- - Upgrading pulumi-terraform-bridge from v3.85.0 to v3.86.0. - Upgrading pulumi-terraform-bridge/pf from v0.38.0 to v0.39.0.
1 parent c0650c7 commit 0e9e84b

File tree

189 files changed

+20170
-779
lines changed

Some content is hidden

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

189 files changed

+20170
-779
lines changed

examples/go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ require (
88
github.com/aws/aws-sdk-go-v2/service/iam v1.33.1
99
github.com/pulumi/providertest v0.0.11
1010
github.com/pulumi/pulumi-aws/provider/v6 v6.0.0-00010101000000-000000000000
11-
github.com/pulumi/pulumi-terraform-bridge/pf v0.38.0
11+
github.com/pulumi/pulumi-terraform-bridge/pf v0.39.0
1212
github.com/pulumi/pulumi-terraform-bridge/testing v0.0.2-0.20230927165309-e3fd9503f2d3
1313
github.com/pulumi/pulumi/pkg/v3 v3.121.0
1414
github.com/stretchr/testify v1.9.0
@@ -376,7 +376,7 @@ require (
376376
github.com/pulumi/appdash v0.0.0-20231130102222-75f619a67231 // indirect
377377
github.com/pulumi/esc v0.9.1 // indirect
378378
github.com/pulumi/inflector v0.1.1 // indirect
379-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.85.0 // indirect
379+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.86.0 // indirect
380380
github.com/pulumi/pulumi-terraform-bridge/x/muxer v0.0.8 // indirect
381381
github.com/pulumi/pulumi/sdk/v3 v3.121.0 // indirect
382382
github.com/pulumi/terraform-diff-reader v0.0.2 // indirect

examples/go.sum

+6-6
Original file line numberDiff line numberDiff line change
@@ -1992,8 +1992,8 @@ github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320/go.mod h1:EiZBM
19921992
github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637 h1:Ud/6/AdmJ1R7ibdS0Wo5MWPj0T1R0fkpaD087bBaW8I=
19931993
github.com/hashicorp/go-cty v1.4.1-0.20200723130312-85980079f637/go.mod h1:EiZBMaudVLy8fmjf9Npq1dq9RalhveqZG5w/yz3mHWs=
19941994
github.com/hashicorp/go-getter v1.4.0/go.mod h1:7qxyCd8rBfcShwsvxgIguu4KbS3l8bUCwg2Umn7RjeY=
1995-
github.com/hashicorp/go-getter v1.7.1 h1:SWiSWN/42qdpR0MdhaOc/bLR48PLuP1ZQtYLRlM69uY=
1996-
github.com/hashicorp/go-getter v1.7.1/go.mod h1:W7TalhMmbPmsSMdNjD0ZskARur/9GJ17cfHTRtXV744=
1995+
github.com/hashicorp/go-getter v1.7.5 h1:dT58k9hQ/vbxNMwoI5+xFYAJuv6152UNvdHokfI5wE4=
1996+
github.com/hashicorp/go-getter v1.7.5/go.mod h1:W7TalhMmbPmsSMdNjD0ZskARur/9GJ17cfHTRtXV744=
19971997
github.com/hashicorp/go-hclog v0.0.0-20180709165350-ff2cf002a8dd/go.mod h1:9bjs9uLqI8l75knNv3lV1kA55veR+WUPSiKIWcQHudI=
19981998
github.com/hashicorp/go-hclog v0.9.2/go.mod h1:5CU+agLiy3J7N7QjHK5d05KxGsuXiQLrjA0H7acj2lQ=
19991999
github.com/hashicorp/go-hclog v0.14.1/go.mod h1:whpDNt7SSdeAju8AWKIWsul05p54N/39EeqMAyrmvFQ=
@@ -2321,12 +2321,12 @@ github.com/pulumi/inflector v0.1.1 h1:dvlxlWtXwOJTUUtcYDvwnl6Mpg33prhK+7mzeF+Sob
23212321
github.com/pulumi/inflector v0.1.1/go.mod h1:HUFCjcPTz96YtTuUlwG3i3EZG4WlniBvR9bd+iJxCUY=
23222322
github.com/pulumi/providertest v0.0.11 h1:mg8MQ7Cq7+9XlHIkBD+aCqQO4mwAJEISngZgVdnQUe8=
23232323
github.com/pulumi/providertest v0.0.11/go.mod h1:HsxjVsytcMIuNj19w1lT2W0QXY0oReXl1+h6eD2JXP8=
2324-
github.com/pulumi/pulumi-terraform-bridge/pf v0.38.0 h1:0+A+ZkoZWy5EOd4zcnM7tjoQ4V1jV/koR8YvWJ8TK/E=
2325-
github.com/pulumi/pulumi-terraform-bridge/pf v0.38.0/go.mod h1:JGOlvwSWY+jEt1V9sI/L8HAP9DBr74aXD10oi5nUJaI=
2324+
github.com/pulumi/pulumi-terraform-bridge/pf v0.39.0 h1:yV5LHLTF878wKMQcHVTqKRShaeJTX7ee36pL3cVvCLs=
2325+
github.com/pulumi/pulumi-terraform-bridge/pf v0.39.0/go.mod h1:teMSjww/2MdNvGTbtLNrjMDkGXteRJso/1iViv8AnCI=
23262326
github.com/pulumi/pulumi-terraform-bridge/testing v0.0.2-0.20230927165309-e3fd9503f2d3 h1:bBWWeAtSPPYpKYlPZr2h0BiYgWQpHRIk0HO/MQmB+jc=
23272327
github.com/pulumi/pulumi-terraform-bridge/testing v0.0.2-0.20230927165309-e3fd9503f2d3/go.mod h1:vAQ7DeddebQ7FHdRaSG6ijuS28FS9PC4j8Y9wUuue0c=
2328-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.85.0 h1:Zv6OPQdkGERufe2Mq9D92xbTm5mg3uhllh0ryrcrrds=
2329-
github.com/pulumi/pulumi-terraform-bridge/v3 v3.85.0/go.mod h1:a7t2qe4smtB7HlbHlelQxjJQn8DFNB3Gbe5Ot2W7GZU=
2328+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.86.0 h1:55ydBXwbNpL+eAPExJSfL1pSDUuPNSGCU08EamVh3qg=
2329+
github.com/pulumi/pulumi-terraform-bridge/v3 v3.86.0/go.mod h1:jyywJUc4gFP5vWOar8qSQWzSrpwht7XDrYQtVvneza4=
23302330
github.com/pulumi/pulumi-terraform-bridge/x/muxer v0.0.8 h1:mav2tSitA9BPJPLLahKgepHyYsMzwaTm4cvp0dcTMYw=
23312331
github.com/pulumi/pulumi-terraform-bridge/x/muxer v0.0.8/go.mod h1:qUYk2c9i/yqMGNj9/bQyXpS39BxNDSXYjVN1njnq0zY=
23322332
github.com/pulumi/pulumi/pkg/v3 v3.121.0 h1:cLUQJYGJKfgCY0ubJo8dVwmsIm2WcgTprb9Orc/yiFg=

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

+197-6
Original file line numberDiff line numberDiff line change
@@ -4011,7 +4011,21 @@
40114011
"elem": {
40124012
"fields": {
40134013
"prompt_configurations": {
4014-
"maxItemsOne": false
4014+
"maxItemsOne": false,
4015+
"elem": {
4016+
"fields": {
4017+
"inference_configuration": {
4018+
"maxItemsOne": false,
4019+
"elem": {
4020+
"fields": {
4021+
"stop_sequences": {
4022+
"maxItemsOne": false
4023+
}
4024+
}
4025+
}
4026+
}
4027+
}
4028+
}
40154029
}
40164030
}
40174031
}
@@ -221408,7 +221422,55 @@
221408221422
"elem": {
221409221423
"fields": {
221410221424
"pod_properties": {
221411-
"maxItemsOne": false
221425+
"maxItemsOne": false,
221426+
"elem": {
221427+
"fields": {
221428+
"containers": {
221429+
"maxItemsOne": false,
221430+
"elem": {
221431+
"fields": {
221432+
"args": {
221433+
"maxItemsOne": false
221434+
},
221435+
"command": {
221436+
"maxItemsOne": false
221437+
},
221438+
"env": {
221439+
"maxItemsOne": false
221440+
},
221441+
"resources": {
221442+
"maxItemsOne": false
221443+
},
221444+
"security_context": {
221445+
"maxItemsOne": false
221446+
},
221447+
"volume_mounts": {
221448+
"maxItemsOne": false
221449+
}
221450+
}
221451+
}
221452+
},
221453+
"metadata": {
221454+
"maxItemsOne": false
221455+
},
221456+
"volumes": {
221457+
"maxItemsOne": false,
221458+
"elem": {
221459+
"fields": {
221460+
"empty_dir": {
221461+
"maxItemsOne": false
221462+
},
221463+
"host_path": {
221464+
"maxItemsOne": false
221465+
},
221466+
"secret": {
221467+
"maxItemsOne": false
221468+
}
221469+
}
221470+
}
221471+
}
221472+
}
221473+
}
221412221474
}
221413221475
}
221414221476
}
@@ -221418,7 +221480,105 @@
221418221480
"elem": {
221419221481
"fields": {
221420221482
"node_range_properties": {
221421-
"maxItemsOne": false
221483+
"maxItemsOne": false,
221484+
"elem": {
221485+
"fields": {
221486+
"container": {
221487+
"maxItemsOne": false,
221488+
"elem": {
221489+
"fields": {
221490+
"command": {
221491+
"maxItemsOne": false
221492+
},
221493+
"environment": {
221494+
"maxItemsOne": false
221495+
},
221496+
"ephemeral_storage": {
221497+
"maxItemsOne": false
221498+
},
221499+
"fargate_platform_configuration": {
221500+
"maxItemsOne": false
221501+
},
221502+
"linux_parameters": {
221503+
"maxItemsOne": false,
221504+
"elem": {
221505+
"fields": {
221506+
"devices": {
221507+
"maxItemsOne": false,
221508+
"elem": {
221509+
"fields": {
221510+
"permissions": {
221511+
"maxItemsOne": false
221512+
}
221513+
}
221514+
}
221515+
},
221516+
"tmpfs": {
221517+
"maxItemsOne": false,
221518+
"elem": {
221519+
"fields": {
221520+
"mount_options": {
221521+
"maxItemsOne": false
221522+
}
221523+
}
221524+
}
221525+
}
221526+
}
221527+
}
221528+
},
221529+
"log_configuration": {
221530+
"maxItemsOne": false,
221531+
"elem": {
221532+
"fields": {
221533+
"secret_options": {
221534+
"maxItemsOne": false
221535+
}
221536+
}
221537+
}
221538+
},
221539+
"mount_points": {
221540+
"maxItemsOne": false
221541+
},
221542+
"network_configuration": {
221543+
"maxItemsOne": false
221544+
},
221545+
"resource_requirements": {
221546+
"maxItemsOne": false
221547+
},
221548+
"runtime_platform": {
221549+
"maxItemsOne": false
221550+
},
221551+
"secrets": {
221552+
"maxItemsOne": false
221553+
},
221554+
"ulimits": {
221555+
"maxItemsOne": false
221556+
},
221557+
"volumes": {
221558+
"maxItemsOne": false,
221559+
"elem": {
221560+
"fields": {
221561+
"efs_volume_configuration": {
221562+
"maxItemsOne": false,
221563+
"elem": {
221564+
"fields": {
221565+
"authorization_config": {
221566+
"maxItemsOne": false
221567+
}
221568+
}
221569+
}
221570+
},
221571+
"host": {
221572+
"maxItemsOne": false
221573+
}
221574+
}
221575+
}
221576+
}
221577+
}
221578+
}
221579+
}
221580+
}
221581+
}
221422221582
}
221423221583
}
221424221584
}
@@ -230106,13 +230266,44 @@
230106230266
"maxItemsOne": false
230107230267
},
230108230268
"monthly_settings": {
230109-
"maxItemsOne": false
230269+
"maxItemsOne": false,
230270+
"elem": {
230271+
"fields": {
230272+
"hand_off_time": {
230273+
"maxItemsOne": false
230274+
}
230275+
}
230276+
}
230110230277
},
230111230278
"shift_coverages": {
230112-
"maxItemsOne": false
230279+
"maxItemsOne": false,
230280+
"elem": {
230281+
"fields": {
230282+
"coverage_times": {
230283+
"maxItemsOne": false,
230284+
"elem": {
230285+
"fields": {
230286+
"end": {
230287+
"maxItemsOne": false
230288+
},
230289+
"start": {
230290+
"maxItemsOne": false
230291+
}
230292+
}
230293+
}
230294+
}
230295+
}
230296+
}
230113230297
},
230114230298
"weekly_settings": {
230115-
"maxItemsOne": false
230299+
"maxItemsOne": false,
230300+
"elem": {
230301+
"fields": {
230302+
"hand_off_time": {
230303+
"maxItemsOne": false
230304+
}
230305+
}
230306+
}
230116230307
}
230117230308
}
230118230309
}

0 commit comments

Comments
 (0)