-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
feat: adding Azure Container Instances module #593
feat: adding Azure Container Instances module #593
Conversation
```go | ||
require ( | ||
... | ||
github.com/Azure/azure-sdk-for-go v38.1.0+incompatible |
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.
bump to 46
Hi @yorinasub17 , Please take a look when you get a chance. Here is a link to the related passed CI. |
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.
LGTM!
I'll kick off a sanity check build and if it passes our precommit hooks, will merge. |
The build passed the precommit phase, so will merge and release now! |
This PR is for adding Azure Container Instances module to the Terratest.
With this module, it can be possible to test Azure Container Instance resources on Terraform scripts.