-
Notifications
You must be signed in to change notification settings - Fork 9.2k
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
Add aws_codestarconnections_host resource #16918
Add aws_codestarconnections_host resource #16918
Conversation
b95b5f5
to
2b6df09
Compare
Eager to see this land, thank you for doing this :) Anyway, shouldn't the host arn be made available as a parameter to the connection resource as it is required on the API side ? https://docs.aws.amazon.com/codestar-connections/latest/APIReference/API_CreateConnection.html#codestarconnections-CreateConnection-request-HostArn |
Hi, @Meroje. Thank you for your comment! I guess you are talking about CodeStar Connection, not CodeStar Host. You may want to check the PR below! |
Oh, wait. I think I understood what you mean. Since this PR adds |
Yes absolutely! But when I tried it out today it was not working because of this HostArn param, the aws api actually gives an error about it. So I figured I actually need this here PR because the connection needs the host and the host don't do anything alone. |
Hmm, I recommend you file an issue to explain the situation. In order to add the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you so much for this, @shuheiktgw, bringing this in with some modernization of using waiter
package, _Values()
for validation, and adding a changelog file 🚀
Output from acceptance testing:
--- PASS: TestAccAWSCodeStarConnectionsHost_disappears (111.09s)
--- PASS: TestAccAWSCodeStarConnectionsHost_basic (115.11s)
--- PASS: TestAccAWSCodeStarConnectionsHost_vpcConfig (581.12s)
This has been released in version 3.38.0 of the Terraform AWS provider. Please see the Terraform documentation on provider versioning or reach out if you need any assistance upgrading. For further feature requests or bug reports with this functionality, please create a new GitHub issue following the template for triage. Thanks! |
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. |
Community Note
Relates #15453
Release note for CHANGELOG:
Output from acceptance testing:
Thank you for your review! 👍