Skip to content
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

Initial contribution of Azure module #332

Closed

Conversation

nmiodice
Copy link

@nmiodice nmiodice commented Jul 12, 2019

For a project I'm working on I have been writing Terratest style code to
help make assertions about infrastructure in Azure. I want to contribute
these back to Terratest to give back to the awesome open source
community you have going here.

I am initially submitting a subset of the work I have done in order to
get initial feedback. Once this PR is merged I'll go ahead and update
the remaining modules that I have to be consistent with the PR comments
provided here.

Modules in this commit:

  • Azure Container Registry - Webhook + Network ACL queries
  • Azure Networking - VNET/Subnet queries

Modules that I will contribute in follow on PRs:

  • Azure CLI - Log into local azure CLI
  • WebApp - Query for WebApp config and CD Webhook metadata
  • KeyVault - Inspect network ACLs for KeyVault

As I continue working on this project I expect to contribute more modules as the need for them arises in my work.

Relevant Backlog Issue #89

For a project I'm working on I have been writing Terratest style code to
help make assertions about infrastructure in Azure. I want to contribute
these back to Terratest to give back to the awesome open source
community you have going here.

I am initially submitting a subset of the work I have done in order to
get initial feedback. Once this PR is merged I'll go ahead and update
the remaining modules that I have to be consistent with the PR comments
provided here.

Modules in this commit:
* Azure Container Registry - Webhook + Network ACL queries
* Azure Networking - VNET/Subnet queries

Modules that I will contribute in follow on PRs:
* Azure CLI - Log into local azure CLI
* WebApp - Query for WebApp config and CD Webhook metadata
* KeyVault - Inspect network ACLs for KeyVault
@nmiodice nmiodice force-pushed the niiodice/features/azure-module-p1 branch from 35441b0 to 1395c9d Compare July 15, 2019 17:08
@brikis98
Copy link
Member

Thank you for the PR! Adding Azure support is wonderful 🍺

Two requests:

  1. Could you add an Azure example to /examples and the corresponding test for it (using your new modules) under /modules?
  2. Could you update the root README to mention Azure support?

Thanks!

@brikis98
Copy link
Member

Please see #89 for the status on Terratest with Azure. In particular, we're starting some work around it, and when that work is done, we'll be able to come back to this PR!

@nmiodice nmiodice closed this Apr 5, 2021
@nmiodice nmiodice deleted the niiodice/features/azure-module-p1 branch April 5, 2021 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants