-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
azurerm_key_vault
- support for Virtual Network Rules (#2027)
* Upgrading to version `2018-02-14` of the Key Vault API * Key Vault: support for Network ACL's * Storage Account: ensuring we lock on the Virtual Network name during deletion Fixes #1491 ``` $ acctests azurerm TestAccAzureRMStorageAccount_networkRules === RUN TestAccAzureRMStorageAccount_networkRules --- PASS: TestAccAzureRMStorageAccount_networkRules (242.68s) === RUN TestAccAzureRMStorageAccount_networkRulesDeleted --- PASS: TestAccAzureRMStorageAccount_networkRulesDeleted (193.87s) PASS ok github.com/terraform-providers/terraform-provider-azurerm/azurerm 437.440s ``` * Data Source: `azurerm_key_vault` - exposing `network_acls` * Fixing the data source test ``` $ acctests azurerm TestAccDataSourceAzureRMKeyVault_networkAcls === RUN TestAccDataSourceAzureRMKeyVault_networkAcls --- PASS: TestAccDataSourceAzureRMKeyVault_networkAcls (310.74s) PASS ok github.com/terraform-providers/terraform-provider-azurerm/azurerm 311.651s ``` * Documenting why we're locking
- Loading branch information
1 parent
5e9fb57
commit 0875eb4
Showing
17 changed files
with
675 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.