Skip to content

Commit e62d6f9

Browse files
fix(terraform): update akeyless ( 1.11.2 → 1.11.3 ) (#2808)
| datasource | package | from | to | | ------------------ | --------------------------- | ------ | ------ | | terraform-provider | akeyless-community/akeyless | 1.11.2 | 1.11.3 | Co-authored-by: lord-of-lightning-bot[bot] <170540725+lord-of-lightning-bot[bot]@users.noreply.github.com>
1 parent d92dfe3 commit e62d6f9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

terraform/rgw-buckets/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
}
77
akeyless = {
88
source = "akeyless-community/akeyless"
9-
version = "1.11.2"
9+
version = "1.11.3"
1010
}
1111
}
1212
}

terraform/rgw-buckets/modules/create-secret/providers.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ terraform {
22
required_providers {
33
akeyless = {
44
source = "akeyless-community/akeyless"
5-
version = "1.11.2"
5+
version = "1.11.3"
66
}
77
}
88
}

terraform/tls/provider.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ terraform {
66
}
77
akeyless = {
88
source = "akeyless-community/akeyless"
9-
version = "1.11.2"
9+
version = "1.11.3"
1010
}
1111
}
1212
}

0 commit comments

Comments
 (0)