-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Vmware Engine acceptance tests to provision resources in a new…
… project (#9835) (#6912) * Update `TestAccDataSourceVmwareEngineNetwork_basic` to provision resources in a new project * Add depends_on to try and improve delete order * Add explicit vmware engine permissions in project, remove redundant depends_on * Add some sleeps to check IAM permission propagation * Add missing `ExternalProviders` config on acc test * Remove redundant IAM binding, re-organise dependencies * Remove unused context entry `terraform_service_account` * Update `TestAccDataSourceVmwareengineNetworkPeering_basic` to provision resources in a new project * Simplify dependencies in acceptance tests * Update `TestAccDataSourceVmwareengineNetworkPolicy_basic` to provision resources in a new project * Update `TestAccVmwareengineCluster_vmwareEngineClusterUpdate` to provision resources in a new project * Update `TestAccVmwareengineExternalAddress_vmwareEngineExternalAddressUpdate` to provision resources in a new project * Make whitespace consistent in affected acceptance tests * Add missing comma * Update remaining VMware Engine acceptance tests to use temporary projects * Remove duplicate ExternalProviders * Fix problem when referencing `google_project` resource * Fix problem when referencing `google_project` resource * Add missing `project` argument in `TestAccVmwareengineNetworkPolicy_update` * Add missing `project` argument in `TestAccVmwareengineNetworkPeering_update` * Add missing `project` argument in acceptance test resources * Add missing `project` argument in acceptance test resources * Add missing `project` argument in acceptance test resources * Update second config of test to use external project * Revert changes to TestAccVmwareengineSubnet_vmwareEngineUserDefinedSubnetUpdate * Revert changes to TestAccVmwareengineExternalAccessRule_vmwareEngineExternalAccessRuleUpdate [upstream:be616c72db6f3b6fa45762be6b25d6b473ef1333] Signed-off-by: Modular Magician <[email protected]>
- Loading branch information
1 parent
276e291
commit 464a96e
Showing
11 changed files
with
355 additions
and
96 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
```release-note:none | ||
|
||
``` |
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.