Skip to content

Commit

Permalink
Add mappings for resources new in v4.54.0
Browse files Browse the repository at this point in the history
To wit:

 - aws_evidently_launch
 - aws_lightsail_bucket_access_key
 - aws_networkmanager_core_network_policy_attachment

Signed-off-by: Michael Bridgen <mbridgen@pulumi.com>
  • Loading branch information
squaremo committed Feb 15, 2023
1 parent 823b6b1 commit 32251c1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions provider/resources.go
Original file line number Diff line number Diff line change
Expand Up @@ -1874,6 +1874,7 @@ func Provider() tfbridge.ProviderInfo {
"aws_evidently_project": {Tok: awsResource(evidentlyMod, "Project")},
"aws_evidently_segment": {Tok: awsResource(evidentlyMod, "Segment")},
"aws_evidently_feature": {Tok: awsResource(evidentlyMod, "Feature")},
"aws_evidently_launch": {Tok: awsResource(evidentlyMod, "Launch")},

// FSX
"aws_fsx_backup": {Tok: awsResource(fsxMod, "Backup")},
Expand Down Expand Up @@ -2396,6 +2397,7 @@ func Provider() tfbridge.ProviderInfo {
"aws_lightsail_static_ip_attachment": {Tok: awsResource(lightsailMod, "StaticIpAttachment")},
"aws_lightsail_static_ip": {Tok: awsResource(lightsailMod, "StaticIp")},
"aws_lightsail_bucket": {Tok: awsResource(lightsailMod, "Bucket")},
"aws_lightsail_bucket_access_key": {Tok: awsResource(lightsailMod, "BucketAccessKey")},

// Location
"aws_location_map": {Tok: awsResource(locationMod, "Map")},
Expand Down Expand Up @@ -2502,6 +2504,7 @@ func Provider() tfbridge.ProviderInfo {
"aws_networkmanager_transit_gateway_peering": {Tok: awsResource(networkManagerMod, "TransitGatewayPeering")},
"aws_networkmanager_transit_gateway_route_table_attachment": {Tok: awsResource(networkManagerMod, "TransitGatewayRouteTableAttachment")},
"aws_networkmanager_connect_attachment": {Tok: awsResource(networkManagerMod, "ConnectAttachment")},
"aws_networkmanager_core_network_policy_attachment": {Tok: awsResource(networkManagerMod, "CoreNetworkPolicyAttachment")},

// OpenSearch
"aws_opensearch_domain": {
Expand Down

0 comments on commit 32251c1

Please sign in to comment.