Skip to content

Commit ad8dc96

Browse files
authored
CLOUDP-284788: Fix localdev windows tests are getting out of sync (#3406)
1 parent 872f17e commit ad8dc96

File tree

2 files changed

+9
-19
lines changed

2 files changed

+9
-19
lines changed

build/ci/terraform/.terraform.lock.hcl

Lines changed: 0 additions & 19 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build/ci/terraform/main.tf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@ provider "azurerm" {
22
features {}
33
}
44

5+
terraform {
6+
backend "azurerm" {
7+
resource_group_name = "atlascli-image-resources"
8+
storage_account_name = "atlascliterraform"
9+
container_name = "tfstate"
10+
key = "terraform.tfstate"
11+
}
12+
}
13+
514
variable "image_id" {
615
type = string
716
default = "/subscriptions/fd01adff-b37e-4693-8497-83ecf183a145/resourceGroups/atlascli-image-resources/providers/Microsoft.Compute/images/atlascli-win11-image"

0 commit comments

Comments
 (0)