We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Based on experience, best way to test IaC would be to test the final deployment to see if the desired behaviour is reached or not.
Possible solution could be to https://github.com/localstack/localstack to setup a local AWS and deploy resources; Then run assertions on that stack.
The text was updated successfully, but these errors were encountered:
@farbodahm That might be a good idea for AWS, but what about Azure? the pulumi tests just support all providers out of the box.
Sorry, something went wrong.
@kkiani Yeah it was mainly for AWS. Although Azure also provides local stack for lots of the services, the ones that I've worked with:
@farbodahm sounds promising! Let's try it then.
No branches or pull requests
Based on experience, best way to test IaC would be to test the final deployment to see if the desired behaviour is reached or not.
Possible solution could be to https://github.com/localstack/localstack to setup a local AWS and deploy resources; Then run assertions on that stack.
The text was updated successfully, but these errors were encountered: