Skip to content

Commit ea17ee6

Browse files
committed
Bump up version
1 parent 7cc8c5d commit ea17ee6

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ Please check https://klarity.nordcloud.com to learn more about the ImageFactory
2626

2727
```terraform
2828
/**
29-
* Copyright 2021-2024 Nordcloud Oy or its affiliates. All Rights Reserved.
29+
* Copyright 2021-2025 Nordcloud Oy or its affiliates. All Rights Reserved.
3030
*/
3131
3232
terraform {
3333
required_version = ">= 0.14"
3434
required_providers {
3535
imagefactory = {
3636
source = "nordcloud/imagefactory"
37-
version = "1.12.0"
37+
version = "1.13.0"
3838
}
3939
}
4040
}

examples/provider/provider.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/**
2-
* Copyright 2021-2024 Nordcloud Oy or its affiliates. All Rights Reserved.
2+
* Copyright 2021-2025 Nordcloud Oy or its affiliates. All Rights Reserved.
33
*/
44

55
terraform {
66
required_version = ">= 0.14"
77
required_providers {
88
imagefactory = {
99
source = "nordcloud/imagefactory"
10-
version = "1.12.0"
10+
version = "1.13.0"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)