You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the ocean_aws resource seems iam_instance_profile accepts either an ARN or a Name but this isn't explained in the documentation. I found this out because I was comparing some configuration differences between clusters we have and how they were created via terraform, and I saw in the SpotInst UI -> View Configuration the following:
This is a request to improve the documentation AND/OR change the meaning of the parameter and include multiple parameters to make it clear what you expect to see as input.
### Community Note
* Please vote on this issue by adding a 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to help the community and maintainers prioritize this request.
* If you are interested in working on this issue or have submitted a pull request, please leave a comment.
<!--- Thank you for keeping this note for the community --->
The text was updated successfully, but these errors were encountered:
Terraform Version
Description
regarding: https://registry.terraform.io/providers/spotinst/spotinst/latest/docs/resources/ocean_aws
the
ocean_aws
resource seemsiam_instance_profile
accepts either an ARN or a Name but this isn't explained in the documentation. I found this out because I was comparing some configuration differences between clusters we have and how they were created via terraform, and I saw in the SpotInst UI -> View Configuration the following:"iamInstanceProfile": {
"arn": "arn:aws:iam:::instance-profile/<CLUSTER_NAME>20201021021723070600000004"
},
The text was updated successfully, but these errors were encountered: