terraform-provider-ibm
terraform-provider-ibm copied to clipboard
Implied AWS support
Community Note
- Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request
- Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request
- If you are interested in working on this issue or have submitted a pull request, please leave a comment
New or Affected Resource(s) or Datasource(s)
- ibm_mqcloud_queue_manager
Description
For the resource the size argument reference restricts lite
in a couple of AWS regions. The implication is that the other values work in these locations.
For the data source the size argument reference restricts lite
in a couple of AWS regions. The implication is that the other values work in these locations.
size - (String) The queue manager sizes of deployment available. Deployment of lite queue managers for aws_us_east_1 and aws_eu_west_1 locations is not available.
References
https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/resources/mqcloud_queue_manager https://registry.terraform.io/providers/IBM-Cloud/ibm/latest/docs/data-sources/mqcloud_queue_manager
- #0000