Skip to content

Commit

Permalink
make tfgen
Browse files Browse the repository at this point in the history
  • Loading branch information
corymhall committed Jan 21, 2025
1 parent 3676144 commit c549bc5
Show file tree
Hide file tree
Showing 4 changed files with 1,071 additions and 74 deletions.
33 changes: 32 additions & 1 deletion provider/cmd/pulumi-resource-aws/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -16668,7 +16668,12 @@
},
"aws_kms_custom_key_store": {
"current": "aws:kms/customKeyStore:CustomKeyStore",
"majorVersion": 6
"majorVersion": 6,
"fields": {
"xks_proxy_authentication_credential": {
"maxItemsOne": true
}
}
},
"aws_kms_external_key": {
"current": "aws:kms/externalKey:ExternalKey",
Expand Down Expand Up @@ -23690,6 +23695,10 @@
}
}
},
"aws_media_packagev2_channel_group": {
"current": "aws:mediapackage/v2ChannelGroup:V2ChannelGroup",
"majorVersion": 6
},
"aws_media_store_container": {
"current": "aws:mediastore/container:Container",
"majorVersion": 6
Expand Down Expand Up @@ -226443,6 +226452,12 @@
"current": "aws:ec2/getInstanceType:getInstanceType",
"majorVersion": 6,
"fields": {
"bandwidth_weightings": {
"maxItemsOne": false
},
"boot_modes": {
"maxItemsOne": false
},
"fpgas": {
"maxItemsOne": false
},
Expand All @@ -226455,9 +226470,24 @@
"instance_disks": {
"maxItemsOne": false
},
"media_accelerators": {
"maxItemsOne": false
},
"network_cards": {
"maxItemsOne": false
},
"neuron_devices": {
"maxItemsOne": false
},
"nitro_tpm_supported_versions": {
"maxItemsOne": false
},
"supported_architectures": {
"maxItemsOne": false
},
"supported_cpu_features": {
"maxItemsOne": false
},
"supported_placement_strategies": {
"maxItemsOne": false
},
Expand Down Expand Up @@ -277222,6 +277252,7 @@
"aws:medialive/multiplex:Multiplex": 0,
"aws:medialive/multiplexProgram:MultiplexProgram": 1,
"aws:mediapackage/channel:Channel": 0,
"aws:mediapackage/v2ChannelGroup:V2ChannelGroup": 1,
"aws:mediastore/container:Container": 0,
"aws:mediastore/containerPolicy:ContainerPolicy": 0,
"aws:memorydb/acl:Acl": 0,
Expand Down

Large diffs are not rendered by default.

Loading

0 comments on commit c549bc5

Please sign in to comment.