This repository was archived by the owner on Jan 17, 2023. It is now read-only.
forked from Azure/terraform-azurerm-compute
-
Notifications
You must be signed in to change notification settings - Fork 0
sync to upstream #1
Open
sudoapt-getclean
wants to merge
157
commits into
sudoapt-getclean:trunk
Choose a base branch
from
Azure:master
base: trunk
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or 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
* Support multiple ssh keys * Create extra variable extra_ssh_keys to keep ssh_key unchanged * Update documentation with usage examples * Update test fixture to deploy one extra ssh key * concat instead of merge
* support defining sku for public ip * added test in fixture and updated README
* Create pull_request_template.md * Update pull_request_template.md * Update pull_request_template.md * Update pull_request_template.md * Update pull_request_template.md
* support os_profile_secrets * os secrets test with keyvault * terraform fmt * fixed keyvault test * fixed keyvault test * vault test corrections * vault test location correction * updated README * test os_profile_secrets for linux, terraform fmt * Updated README * updated os_profile_secrets variable description Co-authored-by: Yuping Wei <[email protected]>
* update * update * update * update * remove useless * update * update * update * update * update * update * update Co-authored-by: root <root@ubuntu-wyp.4smfdm3ngeyufpdz0muw5zebpc.bx.internal.cloudapp.net>
* Adding support for the 'extra_disks' parameter * Adding a new parameter 'extra_disks' to add custom size data disks * updated README.md * updated main.tf * updated variables.tf * tested on TF v0.13.5 * Test added for extra_disks and format fixed * Update README.md * Fix typo in variables.tf * Update variables.tf Co-authored-by: Yuping Wei <[email protected]>
* update * update * update * update * update * update Co-authored-by: root <root@ubuntu-wyp.4smfdm3ngeyufpdz0muw5zebpc.bx.internal.cloudapp.net>
* support raw value for ssh keys in addion to paths * support raw value for ssh keys in addion to paths * moved ssh key type check to linux vm resource * moving ssh value to a new variable * tf fmt * Update README.md change name to `ssh_key_values` * Update main.tf * Update main.tf * Update variables.tf * Update README.md format Co-authored-by: Yuping Wei <[email protected]>
* Allow to make ssh_key optional * Update main.tf Co-authored-by: Yuping Wei <[email protected]>
* update * update * update * update * update * update * update Co-authored-by: root <root@ubuntu-wyp.4smfdm3ngeyufpdz0muw5zebpc.bx.internal.cloudapp.net>
* update * update * update * update * update Co-authored-by: root <root@ubuntu-wyp.4smfdm3ngeyufpdz0muw5zebpc.bx.internal.cloudapp.net>
* Fixed deprecated list method In terraform >= 0.15.0, the deprecated list method is removed. This causes the module to stop working on newer versions. List method has been changed to tolist method. For more information see: - https://www.terraform.io/docs/language/functions/tolist.html - https://github.com/hashicorp/terraform/blob/v0.15/CHANGELOG.md#0150-april-14-2021 * Change BUILD_TERRAFORM_VERSION in Dockerfile to 0.14.4
* update * update * update * update * update * update Co-authored-by: root <root@ubuntu-wyp.4smfdm3ngeyufpdz0muw5zebpc.bx.internal.cloudapp.net>
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
Remove hardcoded `admin_password` in example, add `sensitive = true` to `admin_password`.
…e've fixed plugin's bug.
Add CI pipeline
Co-authored-by: zjhe <[email protected]>
#231) Bumps [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) from 0.41.9 to 0.41.10. - [Release notes](https://github.com/gruntwork-io/terratest/releases) - [Commits](gruntwork-io/terratest@v0.41.9...v0.41.10) --- updated-dependencies: - dependency-name: github.com/gruntwork-io/terratest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/Azure/terraform-module-test-helper](https://github.com/Azure/terraform-module-test-helper) from 0.7.1 to 0.8.1. - [Release notes](https://github.com/Azure/terraform-module-test-helper/releases) - [Commits](Azure/terraform-module-test-helper@v0.7.1...v0.8.1) --- updated-dependencies: - dependency-name: github.com/Azure/terraform-module-test-helper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…hine_data_disk_attachment resource. (#227) * Create data disks and attach after VM creation by azurerm_virtual_machine_data_disk_attachment resource. This allows OS disks to be destroyed and recreated while leaving the data disks. * Use `nested_data_disks` instead of `*_by_data_disk_attachment` --------- Co-authored-by: Jerel Olstad <[email protected]>
* add unit test for data disk logic * add separate data disk resource sample * fix precondition * change generated data disk map's key so we don't rely on vm_hostname, which could rely on another resource like we've done in exmaples/complete, a map which key rely on another resource's output cannot be used with for_each * fix data disk resource name issue * fix disk name issue --------- Co-authored-by: zjhe <[email protected]>
) * Add ability to name resources so they are grouped by instance by using `name_template_xxx` variables. --------- Co-authored-by: Jerel Olstad <[email protected]>
…236) Bumps [github.com/hashicorp/go-getter/v2](https://github.com/hashicorp/go-getter) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/hashicorp/go-getter/releases) - [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml) - [Commits](hashicorp/go-getter@v2.1.1...v2.2.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-getter/v2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/hashicorp/go-getter](https://github.com/hashicorp/go-getter) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/hashicorp/go-getter/releases) - [Changelog](https://github.com/hashicorp/go-getter/blob/main/.goreleaser.yml) - [Commits](hashicorp/go-getter@v1.6.1...v1.7.0) --- updated-dependencies: - dependency-name: github.com/hashicorp/go-getter dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.1.0 to 0.7.0. - [Release notes](https://github.com/golang/net/releases) - [Commits](golang/net@v0.1.0...v0.7.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-type: indirect ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update versions.tf to require Terraform v1.3
…st (#239) Bumps [github.com/gruntwork-io/terratest](https://github.com/gruntwork-io/terratest) from 0.41.10 to 0.41.11. - [Release notes](https://github.com/gruntwork-io/terratest/releases) - [Commits](gruntwork-io/terratest@v0.41.10...v0.41.11) --- updated-dependencies: - dependency-name: github.com/gruntwork-io/terratest dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps [github.com/Azure/terraform-module-test-helper](https://github.com/Azure/terraform-module-test-helper) from 0.8.1 to 0.9.1. - [Release notes](https://github.com/Azure/terraform-module-test-helper/releases) - [Commits](Azure/terraform-module-test-helper@v0.8.1...v0.9.1) --- updated-dependencies: - dependency-name: github.com/Azure/terraform-module-test-helper dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.