-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Creating Resource Groups in SSM #2198
Comments
@btai24 Thanks for reaching out to us. The API call you're looking for falls under the AWS Resource Groups API rather than the AWS Systems Manager API. The documentation for the |
@diehlaws thanks didn't realize that. Possibly the wrong person to ask, but by any chance do you know whether terraform has a resource for AWS Resource Groups? I can't seem to find it in the documentation. |
Hi @btai24 👋 Sorry, we do not currently. See also (and 👍 upvote): hashicorp/terraform-provider-aws#2972 |
Thanks @bflad, I've upvoted. |
Please fill out the sections below to help us address your issue.
Version of AWS SDK for Go?
v1.15.51
Version of Go (
go version
)?1.11.1
What issue did you see?
Need the ability to create SSM Resource groups, I'm not aware of an ability to do that via the SDK yet.
Steps to reproduce
SSM documentation for the SDK does not provide a CreateResourceGroup (or similar) request
If you have an runnable example, please include it.
The text was updated successfully, but these errors were encountered: