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
Hi All .I am new to Terratest.We have main.tf which call 3 modules users, group, and role.So this code creates user(s) then associate with the group and lastly it assign role to Group. We have unit test but how and what integration test i can achieve for this using terratest .Thnaks in advance for your reply .
The text was updated successfully, but these errors were encountered:
@simplyvishal we are working on the CI pipeline for Azure support. See #89 for the whole story. With that we are establishing the pattern for contributing Azure modules in Terratest with examples and tests.
Until there are modules for User, Group, and Role, you can use Terratest to execute your terraform and destroy it like the samples show you and use the Azure SDK for Go to interact with Azure Resources in Go. I believe the specific resource you would use is authorization or authorization preview
Hi All .I am new to Terratest.We have main.tf which call 3 modules users, group, and role.So this code creates user(s) then associate with the group and lastly it assign role to Group. We have unit test but how and what integration test i can achieve for this using terratest .Thnaks in advance for your reply .
The text was updated successfully, but these errors were encountered: