[Enhancement]: optional name argument in d/aws_ram_resource_share #33153
Labels
enhancement
Requests to existing resources that expand the functionality or scope.
service/ram
Issues and PRs that pertain to the ram service.
Milestone
Description
In data source aws_ram_resource_share the argument name is a required parameter.
name - (Required) Name of the resource share to retrieve.
it however is not required by the underlying API
If this could function in the same way data source
aws_vpc
works, where id is an optional input.id - (Optional) ID of the specific VPC to retrieve.
Affected Resource(s) and/or Data Source(s)
aws_ram_resource_share
Potential Terraform Configuration
References
No response
Would you like to implement a fix?
No
The text was updated successfully, but these errors were encountered: