File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -26,15 +26,15 @@ Please check https://klarity.nordcloud.com to learn more about the ImageFactory
26
26
27
27
``` terraform
28
28
/**
29
- * Copyright 2021-2024 Nordcloud Oy or its affiliates. All Rights Reserved.
29
+ * Copyright 2021-2025 Nordcloud Oy or its affiliates. All Rights Reserved.
30
30
*/
31
31
32
32
terraform {
33
33
required_version = ">= 0.14"
34
34
required_providers {
35
35
imagefactory = {
36
36
source = "nordcloud/imagefactory"
37
- version = "1.12 .0"
37
+ version = "1.13 .0"
38
38
}
39
39
}
40
40
}
Original file line number Diff line number Diff line change 1
1
/* *
2
- * Copyright 2021-2024 Nordcloud Oy or its affiliates. All Rights Reserved.
2
+ * Copyright 2021-2025 Nordcloud Oy or its affiliates. All Rights Reserved.
3
3
*/
4
4
5
5
terraform {
6
6
required_version = " >= 0.14"
7
7
required_providers {
8
8
imagefactory = {
9
9
source = " nordcloud/imagefactory"
10
- version = " 1.12 .0"
10
+ version = " 1.13 .0"
11
11
}
12
12
}
13
13
}
You can’t perform that action at this time.
0 commit comments