File tree 11 files changed +12
-11
lines changed
11 files changed +12
-11
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,7 @@ BREAKING CHANGES:
7
7
ENHANCEMENTS:
8
8
* examples: add advanced azure aks example with vnet peering
9
9
* datasource/aws_instance_profile_policy: Add support for testconnector image
10
+ examples: Update terraform helpers modules to version 2.3.0
10
11
11
12
FEATURES:
12
13
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ provider "hopsworksai" {
40
40
module "aws" {
41
41
source = "logicalclocks/helpers/hopsworksai//modules/aws"
42
42
region = var.region
43
- version = "2.2 .0"
43
+ version = "2.3 .0"
44
44
}
45
45
46
46
# Step 2: create a cluster with 1 worker
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ provider "hopsworksai" {
56
56
module "aws" {
57
57
source = "logicalclocks/helpers/hopsworksai//modules/aws"
58
58
region = var.region
59
- version = "2.2 .0"
59
+ version = "2.3 .0"
60
60
}
61
61
62
62
# Step 2: create a cluster with 1 worker
@@ -162,7 +162,7 @@ data "azurerm_resource_group" "rg" {
162
162
module "azure" {
163
163
source = "logicalclocks/helpers/hopsworksai//modules/azure"
164
164
resource_group = var.resource_group
165
- version = "2.2 .0"
165
+ version = "2.3 .0"
166
166
}
167
167
168
168
# Step 2: create a cluster with no workers
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ provider "hopsworksai" {
10
10
module "aws" {
11
11
source = " logicalclocks/helpers/hopsworksai//modules/aws"
12
12
region = var. region
13
- version = " 2.2 .0"
13
+ version = " 2.3 .0"
14
14
}
15
15
16
16
# Create a simple cluster with autoscale
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ provider "hopsworksai" {
10
10
module "aws" {
11
11
source = " logicalclocks/helpers/hopsworksai//modules/aws"
12
12
region = var. region
13
- version = " 2.2 .0"
13
+ version = " 2.3 .0"
14
14
}
15
15
16
16
# Create a simple cluster with two workers with two different configuration
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ provider "hopsworksai" {
10
10
module "aws" {
11
11
source = " logicalclocks/helpers/hopsworksai//modules/aws"
12
12
region = var. region
13
- version = " 2.2 .0"
13
+ version = " 2.3 .0"
14
14
}
15
15
16
16
# Step 2: create vpc
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ data "azurerm_resource_group" "rg" {
14
14
module "azure" {
15
15
source = " logicalclocks/helpers/hopsworksai//modules/azure"
16
16
resource_group = var. resource_group
17
- version = " 2.2 .0"
17
+ version = " 2.3 .0"
18
18
}
19
19
20
20
# Step 2: create virtual network and two subnets, one for AKS and one for Hopsworks
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ provider "hopsworksai" {
10
10
module "azure" {
11
11
source = " logicalclocks/helpers/hopsworksai//modules/azure"
12
12
resource_group = var. resource_group
13
- version = " 2.2 .0"
13
+ version = " 2.3 .0"
14
14
}
15
15
16
16
# Create a simple cluster with autoscale
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ provider "hopsworksai" {
10
10
module "azure" {
11
11
source = " logicalclocks/helpers/hopsworksai//modules/azure"
12
12
resource_group = var. resource_group
13
- version = " 2.2 .0"
13
+ version = " 2.3 .0"
14
14
}
15
15
16
16
# Create a simple cluster with two workers with two different configuration
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ provider "hopsworksai" {
28
28
module "aws" {
29
29
source = " logicalclocks/helpers/hopsworksai//modules/aws"
30
30
region = var. region
31
- version = " 2.1 .0"
31
+ version = " 2.3 .0"
32
32
}
33
33
34
34
# Step 2: create a cluster with 1 worker
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ data "azurerm_resource_group" "rg" {
33
33
module "azure" {
34
34
source = " logicalclocks/helpers/hopsworksai//modules/azure"
35
35
resource_group = var. resource_group
36
- version = " 2.2 .0"
36
+ version = " 2.3 .0"
37
37
}
38
38
39
39
# Step 2: create a cluster with no workers
You can’t perform that action at this time.
0 commit comments